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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/clip-parent-of-non-scrolled.html

Issue 2295483003: CompositingInputsUpdater should do more clip parent analysis (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/compositing/overflow/clip-parent-of-non-scrolled-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 #escaped-clip {
4 width: 100px;
5 height: 100px;
6 overflow: hidden;
7 opacity: 0.5;
8 }
9
10 #escaping-child {
11 position: absolute;
12 width: 100px;
13 height: 100px;
14 background: green;
15 transform: translate3d(50px, 50px, 0);
16 }
17 </style>
18 <div id="escaped-clip">
19 <div id="escaping-child"></div>
20 </div>
21 The test succeeds if a green box of 100x100 instead of 50x50 can be seen.
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/compositing/overflow/clip-parent-of-non-scrolled-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698