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

Side by Side Diff: LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/shape-image/shape-image-004-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 }
11 img {
12 float: left;
13 }
14 .green {
15 position: relative;
16 left: 50px;
17 width: 50px;
18 height: 100px;
19 background: rgb(0, 100, 0);
20 }
21 </style>
22 </head>
23 <body>
24 <p>
25 The test passes if you see a solid green square. There should be no red.
26 </p>
27 <div class="container">
28 <img src="support/left-half-rectangle-50.png"/>
29 <div class="green"></div>
30 </div>
31 </body>
32 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698