mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 05:39:41 +02:00
Automatic update from web-platform-tests [PE] Fix rendering issue with effect escaping in pre-CompositeAfterPaint When a chunk's effect escapes the layer's effect, abort SwitchToEffect instead of continuing. This works around the issue and renders correct in some cases. In other rarer cases, we just don't fail DCHECK. CompositeAfterPaint doesn't have the issue. Bug: 932476 Change-Id: I8792f08ccb1f84f70d317f6a560ed6b650ee466e Reviewed-on: https://chromium-review.googlesource.com/c/1484671 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#634904} -- wpt-commits: fc2e2e468ec83313637cf44eb4f570604d21c80c wpt-pr: 15533
6 lines
147 B
HTML
6 lines
147 B
HTML
<!DOCTYPE html>
|
|
<div style="height: 100vh"></div>
|
|
<div style="background: green; height: 100px"></div>
|
|
<script>
|
|
window.scrollTo(0, 100);
|
|
</script>
|