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

Side by Side Diff: LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/shape-image/shape-image-014-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
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>CSS Reference File</title>
5 <link rel="author" title="Bem Jones-Bey" href="bjonesbe@adobe.com"/>
6 <style type="text/css">
7 .container {
8 width: 100px;
9 height: 100px;
10 background: rgb(0, 100, 0);
11 }
12 </style>
13 </head>
14 <body>
15 <p>
16 The test passes if you see a solid green square. There should be no red.
17 </p>
18 <div class="container">
19 </div>
20 </body>
21 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698