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

Side by Side Diff: LayoutTests/fast/canvas/canvas-css-clip-path-nested-container-expected.html

Issue 59613010: Fix propagation of clip-path and border-radius clipping to child layers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix for mac build Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <html>
3 <body>
4 <p>This test verifies that nested divs with clip-paths apply correctly to ca nvas elements</p>
5 <p>Below there should be two identical green squares nested in blue squares, nested in yellow squares</p>
6 <div style="background-color:yellow; width:100px; height:100px;">
7 <div style="background-color:blue; position:relative; left:10px; top:10p x; width:80px; height:80px;">
8 <div style="background-color:green; position:relative; left:10px; to p:10px; width:60px; height:60px;"></div>
9 </div>
10 </div>
11 <br>
12 <div style="background-color:yellow; width:100px; height:100px;">
13 <div style="background-color:blue; position:relative; left:10px; top:10p x; width:80px; height:80px;">
14 <div style="background-color:green; position:relative; left:10px; to p:10px; width:60px; height:60px;"></div>
15 </div>
16 </div>
17 </body>
18 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/canvas/canvas-css-clip-path-nested-container.html ('k') | Source/core/rendering/CompositedLayerMapping.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698