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

Side by Side Diff: LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/supported-shapes/inset/shape-outside-inset-010-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 </head> 6 </head>
6 <style> 7 <style>
7 #green-square { 8 #shape {
8 position: absolute; 9 margin-left: 25px;
9 left: 25px;
10 top: 50px;
11 width: 200px; 10 width: 200px;
12 height: 200px; 11 height: 200px;
13 background-color: green; 12 background-color: green;
14 color: green;
15 } 13 }
16 </style> 14 </style>
17 <body> 15 <body>
18 <p>The test passes if there is a green square and no red.</p> 16 <p>The test passes if there is a green square and no red.</p>
19 <div id="green-square"></div> 17 <div id="shape"></div>
20 </body> 18 </body>
21 </html> 19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698