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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/shape-image/shape-image-009-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="Rebecca Hauck" href="mailto:rhauck@adobe.com"/> 5 <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com"/>
6 <style type="text/css"> 6 <style type="text/css">
7 body { 7 body {
8 margin: 0; 8 margin: 0;
9 } 9 }
10 .green, .blue { 10 .green, .blue {
(...skipping 17 matching lines...) Expand all
28 .left-line { left: 65px; } 28 .left-line { left: 65px; }
29 .right-line { left: 125px } 29 .right-line { left: 125px }
30 </style> 30 </style>
31 </head> 31 </head>
32 <body> 32 <body>
33 <p> 33 <p>
34 The test passes if the green rectangle on the right is completely betwee n the two blue lines. 34 The test passes if the green rectangle on the right is completely betwee n the two blue lines.
35 There should be no red. 35 There should be no red.
36 </p> 36 </p>
37 <div class="green left-rect"> 37 <div class="green left-rect">
38 <img src="support/left-half-rectangle.png"> 38 <img src="../support/left-half-rectangle.png">
39 </div> 39 </div>
40 <div class="green right-rect"></div> 40 <div class="green right-rect"></div>
41 <div class="blue left-line"></div> 41 <div class="blue left-line"></div>
42 <div class="blue right-line"></div> 42 <div class="blue right-line"></div>
43 </body> 43 </body>
44 </html> 44 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698