| 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@gmai
l.com" /> | |
| 6 <style type="text/css"><![CDATA[ | |
| 7 p.control { | |
| 8 font-size: 2em; | |
| 9 background-color: orange; | |
| 10 } | |
| 11 | |
| 12 /* vertical-align */ | |
| 13 img { | |
| 14 vertical-align: sub; | |
| 15 } | |
| 16 img.line { | |
| 17 margin-left: -230px; | |
| 18 } | |
| 19 ]]></style> | |
| 20 </head> | |
| 21 <body> | |
| 22 <p>Test passes if ...</p> | |
| 23 <ol> | |
| 24 <li>the bottom of glyph 'L' is touching a thin blue line in each 7 orange
rectangles and</li> | |
| 25 <li>the bottom edge of yellow square is aligned to a thin blue line in eac
h 7 orange rectangles and</li> | |
| 26 <li>all 7 orange rectangles are <strong>identical</strong>.</li> | |
| 27 </ol> | |
| 28 | |
| 29 <p class="control"><sub>LLLLLLLLLLLLL</sub> | |
| 30 <img class="square" src="./support/yellow-square-59x59.png" alt="Image dow
nload support must be enabled" /> | |
| 31 <img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image dow
nload support must be enabled" /> | |
| 32 </p> | |
| 33 <p class="control"><sub>LLLLLLLLLLLLL</sub> | |
| 34 <img class="square" src="./support/yellow-square-59x59.png" alt="Image dow
nload support must be enabled" /> | |
| 35 <img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image dow
nload support must be enabled" /> | |
| 36 </p> | |
| 37 <p class="control"><sub>LLLLLLLLLLLLL</sub> | |
| 38 <img class="square" src="./support/yellow-square-59x59.png" alt="Image dow
nload support must be enabled" /> | |
| 39 <img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image dow
nload support must be enabled" /> | |
| 40 </p> | |
| 41 <p class="control"><sub>LLLLLLLLLLLLL</sub> | |
| 42 <img class="square" src="./support/yellow-square-59x59.png" alt="Image dow
nload support must be enabled" /> | |
| 43 <img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image dow
nload support must be enabled" /> | |
| 44 </p> | |
| 45 <p class="control"><sub>LLLLLLLLLLLLL</sub> | |
| 46 <img class="square" src="./support/yellow-square-59x59.png" alt="Image dow
nload support must be enabled" /> | |
| 47 <img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image dow
nload support must be enabled" /> | |
| 48 </p> | |
| 49 <p class="control"><sub>LLLLLLLLLLLLL</sub> | |
| 50 <img class="square" src="./support/yellow-square-59x59.png" alt="Image dow
nload support must be enabled" /> | |
| 51 <img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image dow
nload support must be enabled" /> | |
| 52 </p> | |
| 53 <p class="control"><sub>LLLLLLLLLLLLL</sub> | |
| 54 <img class="square" src="./support/yellow-square-59x59.png" alt="Image dow
nload support must be enabled" /> | |
| 55 <img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image dow
nload support must be enabled" /> | |
| 56 </p> | |
| 57 | |
| 58 </body> | |
| 59 </html> | |
| OLD | NEW |