| 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 div.control { |
| 8 font-size: 2em; |
| 9 background-color: orange; |
| 10 } |
| 11 img { |
| 12 margin-left: -300px; |
| 13 } |
| 14 |
| 15 /* inline-block */ |
| 16 .inline-block { |
| 17 display: inline-block; |
| 18 } |
| 19 .descendant-block { |
| 20 display: block; |
| 21 height: 1em; |
| 22 background-color: yellow; |
| 23 padding-left: 1em; |
| 24 padding-right: 1em; |
| 25 } |
| 26 ]]></style> |
| 27 </head> |
| 28 <body> |
| 29 <p>Test passes if ...</p> |
| 30 <ol> |
| 31 <li>the bottom of glyph 'L' and the bottom of yellow square is touching a
thin blue line in each 7 orange rectangles and</li> |
| 32 <li>all 7 orange rectangles are <strong>identical</strong>.</li> |
| 33 </ol> |
| 34 |
| 35 <div class="control"> |
| 36 <p >LLLLL<span class="inline-block"> |
| 37 <span class="descendant-block"></span> |
| 38 <span class="descendant-block"></span> |
| 39 </span>LLLLL<img src="support/blue-horiz-line-320x1.png" alt="Image down
load support must be enabled" /></p> |
| 40 </div> |
| 41 |
| 42 <div class="control"> |
| 43 <p >LLLLL<span class="inline-block"> |
| 44 <span class="descendant-block"></span> |
| 45 <span class="descendant-block"></span> |
| 46 </span>LLLLL<img src="support/blue-horiz-line-320x1.png" alt="Image down
load support must be enabled" /></p> |
| 47 </div> |
| 48 |
| 49 <div class="control"> |
| 50 <p >LLLLL<span class="inline-block"> |
| 51 <span class="descendant-block"></span> |
| 52 <span class="descendant-block"></span> |
| 53 </span>LLLLL<img src="support/blue-horiz-line-320x1.png" alt="Image down
load support must be enabled" /></p> |
| 54 </div> |
| 55 |
| 56 <div class="control"> |
| 57 <p >LLLLL<span class="inline-block"> |
| 58 <span class="descendant-block"></span> |
| 59 <span class="descendant-block"></span> |
| 60 </span>LLLLL<img src="support/blue-horiz-line-320x1.png" alt="Image down
load support must be enabled" /></p> |
| 61 </div> |
| 62 |
| 63 <div class="control"> |
| 64 <p >LLLLL<span class="inline-block"> |
| 65 <span class="descendant-block"></span> |
| 66 <span class="descendant-block"></span> |
| 67 </span>LLLLL<img src="support/blue-horiz-line-320x1.png" alt="Image down
load support must be enabled" /></p> |
| 68 </div> |
| 69 |
| 70 <div class="control"> |
| 71 <p >LLLLL<span class="inline-block"> |
| 72 <span class="descendant-block"></span> |
| 73 <span class="descendant-block"></span> |
| 74 </span>LLLLL<img src="support/blue-horiz-line-320x1.png" alt="Image down
load support must be enabled" /></p> |
| 75 </div> |
| 76 |
| 77 <div class="control"> |
| 78 <p >LLLLL<span class="inline-block"> |
| 79 <span class="descendant-block"></span> |
| 80 <span class="descendant-block"></span> |
| 81 </span>LLLLL<img src="support/blue-horiz-line-320x1.png" alt="Image down
load support must be enabled" /></p> |
| 82 </div> |
| 83 |
| 84 </body> |
| 85 </html> |
| OLD | NEW |