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

Side by Side Diff: LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/supported-shapes/polygon/shape-outside-polygon-012-expected.html

Issue 816533002: Import CSSWG Shapes tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: One more test expectations update Created 6 years 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>CSS Reference File</title> 4 <title>CSS Reference File</title>
5 <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com"> 5 <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com">
6 </head> 6 </head>
7 <style> 7 <style>
8 body { 8 body {
9 margin: 0; 9 margin: 0;
10 } 10 }
11 #green-square { 11 #green-square {
12 position: absolute; 12 position: absolute;
13 top: 50px; 13 top: 50px;
14 left: 10px; 14 left: 10px;
15 width: 240px; 15 width: 240px;
16 height: 240px; 16 height: 240px;
17 background-color: green; 17 background-color: green;
18 } 18 }
19 </style> 19 </style>
20 <body> 20 <body>
21 <p>The test passes if there is green square and no red.</p> 21 <p>The test passes if there is green square and no red.</p>
22 <div id="green-square"></div> 22 <div id="green-square"></div>
23 </body> 23 </body>
24 </html> 24 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698