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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-flexbox-1/css-flexbox-img-expand-evenly-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 Reftest Reference</title> 4 <title>CSS Reftest Reference</title>
5 <link rel="author" title="Eiji Kitamura" href="mailto:agektmr+github@gmail.c om"> 5 <link rel="author" title="Eiji Kitamura" href="mailto:agektmr+github@gmail.c om">
6 <style type="text/css"> 6 <style type="text/css">
7 7
8 /* ADD STYLE BLOCK HERE (PREFERRABLE TO INLINE STYLES) */ 8 /* ADD STYLE BLOCK HERE (PREFERRABLE TO INLINE STYLES) */
9 div.flexbox { 9 div.flexbox {
10 height: 50px; 10 height: 50px;
(...skipping 10 matching lines...) Expand all
21 </style> 21 </style>
22 </head> 22 </head>
23 <body> 23 <body>
24 <p>3 rectangular images fill out border.</p> 24 <p>3 rectangular images fill out border.</p>
25 25
26 <!-- PAGE CONTENT --> 26 <!-- PAGE CONTENT -->
27 <div class="flexbox"> 27 <div class="flexbox">
28 <!-- It is important that there is no linebreak between the <img> tags. 28 <!-- It is important that there is no linebreak between the <img> tags.
29 The line break would be rendered as whitespace, breaking the test. 29 The line break would be rendered as whitespace, breaking the test.
30 --> 30 -->
31 <img src="support/solidblue.png" /><img src="support/solidblue.png" /><i mg src="support/solidblue.png" /> 31 <img src="../support/solidblue.png" /><img src="../support/solidblue.png " /><img src="../support/solidblue.png" />
32 </div> 32 </div>
33 33
34 34
35 </body> 35 </body>
36 </html> 36 </html>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/shape-image/shape-image-000-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698