mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 13:48:23 +02:00
Automatic update from web-platform-tests Invalidate the graphics layer subtree on stacking change of descendant PaintLayer. This is because change of stacking may result in a change of the size or position of a composited layer. Bug: 916896 Change-Id: I44d42efc84df892c9e6cbf04f9dcb9ee34a803d9 Reviewed-on: https://chromium-review.googlesource.com/c/1392363 Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#619544} -- wpt-commits: 834eac4a68b804a120aae7b43325b0b021b31361 wpt-pr: 14697
8 lines
409 B
HTML
8 lines
409 B
HTML
<!doctype HTML>
|
|
<title>CSS Test Reference</title>
|
|
<link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org" />
|
|
<div style="width: 100px; height: 100px; background: lightblue; will-change: transform; position: absolute">
|
|
<div id=target style="backface-visibility: hidden">
|
|
<div style="width: 50px; height: 50px; background: lightgray; top: 75px; position: relative">
|
|
</div>
|
|
</div>
|