Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/squashing/squash-transformed-with-clip-expected.html

Issue 2830013007: [blink] Skip ancestor clip in PaintLayerPainter for squashed layers. (Closed)
Patch Set: aye aye sir Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <style>
2 #overlap {
3 width: 10px;
4 height: 100px;
5 background: green;
6 }
7 #transformed {
8 position: absolute;
9 left: 0;
10 top: 50px;
11 will-change: opacity;
12 }
13 </style>
14 <div id="overlap"></div>
15 <div id="transformed">
16 This test succeeds if this text is visible.
17 </div>
18 This test verifies squashed transformed elements have their ancestor clip and lo cal clip applied in the correct spaces.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698