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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/shape-image/shape-image-018-expected.html

Issue 2485493002: Try disabling test converter to see what changes it still makes. (Closed)
Patch Set: Created 4 years, 1 month 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
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="Hans Muller" href="mailto:hmuller@adobe.com"/> 5 <link rel="author" title="Hans Muller" href="mailto:hmuller@adobe.com"/>
6 <style type="text/css"> 6 <style type="text/css">
7 #container { 7 #container {
8 position: relative; 8 position: relative;
9 width: 200px; 9 width: 200px;
10 font-family: Ahem; 10 font-family: Ahem;
11 font-size: 40px; 11 font-size: 40px;
12 text-align: right; 12 text-align: right;
13 color: green; 13 color: green;
14 } 14 }
15 #image { 15 #image {
16 float: right; 16 float: right;
17 margin-left: 20px; 17 margin-left: 20px;
18 } 18 }
19 </style> 19 </style>
20 </head> 20 </head>
21 <body> 21 <body>
22 <p>The test passes if no red is visible.</p> 22 <p>The test passes if no red is visible.</p>
23 <div id="container"> 23 <div id="container">
24 <img id="image" src="support/left-half-rectangle.jpg"/> 24 <img id="image" src="../support/left-half-rectangle.jpg"/>
25 X<br>X<br>X<br>X 25 X<br>X<br>X<br>X
26 </div> 26 </div>
27 </body> 27 </body>
28 </html> 28 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698