| OLD | NEW |
| (Empty) |
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x
html1/DTD/xhtml1-strict.dtd"> | |
| 2 <html xmlns="http://www.w3.org/1999/xhtml"> | |
| 3 <head> | |
| 4 <title>CSS Reftest Reference</title> | |
| 5 <link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.
com" /> | |
| 6 <link rel="reviewer" title="Gerard Talbot" href="http://www.gtalbot.org/Browse
rBugsSection/css21testsuite/" /> <!-- 2015-07-21 --> | |
| 7 <meta name="flags" content="image" /> | |
| 8 <style type="text/css"><![CDATA[ | |
| 9 | |
| 10 img | |
| 11 { | |
| 12 padding-left: 84px; /* 60px (padding-left) + 24px (the left edge position of
box) */ | |
| 13 vertical-align: top; | |
| 14 } | |
| 15 ]]></style> | |
| 16 | |
| 17 </head> | |
| 18 | |
| 19 <body> | |
| 20 | |
| 21 <p>Test passes if the <strong>left edge</strong> of an irregular polygon is st
raight and unbroken.</p> | |
| 22 | |
| 23 <div> | |
| 24 <img src="support/swatch-fuchsia.png" width="48" height="60" alt="Image down
load support must be enabled" /><br /><!-- | |
| 25 --><img src="support/swatch-fuchsia.png" width="216" height="120" alt="Image d
ownload support must be enabled" /><br /><!-- | |
| 26 --><img src="support/swatch-fuchsia.png" width="24" height="30" alt="Image dow
nload support must be enabled" /> | |
| 27 </div> | |
| 28 </body> | |
| 29 </html> | |
| OLD | NEW |