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

Side by Side Diff: third_party/WebKit/LayoutTests/css3/masking/clip-path-reference-userSpaceOnUse-expected.html

Issue 2303043003: Tweak css3/masking/clip-path-reference-userSpaceOnUse.html (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 | « third_party/WebKit/LayoutTests/css3/masking/clip-path-reference-userSpaceOnUse.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html lang="en"> 2 <html lang="en">
3 <head> 3 <head>
4 <style> 4 <style>
5 * {padding: 0; margin: 0} 5 * {padding: 0; margin: 0}
6 #d { 6 #d {
7 width: 180px; 7 width: 180px;
8 height: 180px; 8 height: 180px;
9 border: 1px solid black; 9 border: 1px solid black;
10 background-color: red; 10 background-color: red;
11 margin-top: 104px; 11 margin-top: 100px;
12 } 12 }
13 #clip-ref { 13 #clip-ref {
14 width: 32px; 14 width: 32px;
15 height: 32px; 15 height: 32px;
16 margin: 74px; 16 margin: 74px;
17 background-color: green; 17 background-color: green;
18 } 18 }
19 </style> 19 </style>
20 </head> 20 </head>
21 <body> 21 <body>
22 <div id="d"><div id="clip-ref"></div></div> 22 <div id="d"><div id="clip-ref"></div></div>
23 </body> 23 </body>
24 </html> 24 </html>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/css3/masking/clip-path-reference-userSpaceOnUse.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698