| OLD | NEW |
| 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 Loading... |
| 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> |
| OLD | NEW |