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

Side by Side Diff: LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/shape-image/shape-image-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
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>CSS Reference File</title>
5 <link rel="author" title="Zoltan Horvath" href="zoltan@adobe.com"/>
6 <style type="text/css">
7 .container {
8 position: absolute;
9 top: 70px;
10 left: 8px;
11 width: 200px;
12 height: 200px;
13 font-family: Ahem;
14 font-size: 20px;
15 line-height: 20px;
16 text-align: right;
17 color: green;
18 }
19 #image { float: right; }
20 </style>
21 </head>
22 <body>
23 <p>
24 The test passes if there's a green square with an image at top right wit h vertical white and green stripes.
25 There should be no red.
26 </p>
27 <div class="container">
28 <img id="image" src="support/right-half-rectangle.jpg"/>
29 XXXXX XXXXX XXXXX XXXXX XXXXX
30 XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX
31 </div>
32 </body>
33 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698