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

Side by Side Diff: LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/shape-image/shape-image-019-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="Hans Muller" href="hmuller@adobe.com"/>
6 <style type="text/css">
7 #container {
8 position: relative;
9 width: 200px;
10 font-family: Ahem;
11 font-size: 40px;
12 text-align: right;
13 color: green;
14 }
15 #image {
16 float: right;
17 margin-left: 10px;
18 margin-top: 10px;
19 margin-bottom: 10px;
20 }
21 </style>
22 </head>
23 <body>
24 <p>The two green squares should appear 10 pixels to the left of and 10 pixel s below the blue square, respectively. The test passes if no red is visible.</p>
25 <div id="container">
26 <img id="image" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAA AAUCAYAAACNiR0NAAAAK0lEQVQ4T2NkYPj/n4GKgHHUQIpDczQMKQ5ChtEwHA1DMkJgNNmQEWhoWgAkK ift4VBlVgAAAABJRU5ErkJggg=="/>
27 X<br>X
28 </div>
29 </body>
30 </html>
31
32
33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698