<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>CSS Reftest Reference</title> <link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com" /> <style type="text/css"><![CDATA[ div.control { font-size: 2em; background-color: orange; } img { margin-left: -300px; } /* inline-block */ .inline-block { display: inline-block; } .descendant-block { display: block; height: 1em; background-color: yellow; padding-left: 1em; padding-right: 1em; } ]]></style> </head> <body> <p>Test passes if ...</p> <ol> <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> <li>all 7 orange rectangles are <strong>identical</strong>.</li> </ol> <div class="control"> <p>LLLLL<span class="inline-block"> <span class="descendant-block"></span> <span class="descendant-block"></span> </span>LLLLL<img src="support/blue-horiz-line-320x1.png" alt="Image download support must be enabled" /></p> </div> <div class="control"> <p>LLLLL<span class="inline-block"> <span class="descendant-block"></span> <span class="descendant-block"></span> </span>LLLLL<img src="support/blue-horiz-line-320x1.png" alt="Image download support must be enabled" /></p> </div> <div class="control"> <p>LLLLL<span class="inline-block"> <span class="descendant-block"></span> <span class="descendant-block"></span> </span>LLLLL<img src="support/blue-horiz-line-320x1.png" alt="Image download support must be enabled" /></p> </div> <div class="control"> <p>LLLLL<span class="inline-block"> <span class="descendant-block"></span> <span class="descendant-block"></span> </span>LLLLL<img src="support/blue-horiz-line-320x1.png" alt="Image download support must be enabled" /></p> </div> <div class="control"> <p>LLLLL<span class="inline-block"> <span class="descendant-block"></span> <span class="descendant-block"></span> </span>LLLLL<img src="support/blue-horiz-line-320x1.png" alt="Image download support must be enabled" /></p> </div> <div class="control"> <p>LLLLL<span class="inline-block"> <span class="descendant-block"></span> <span class="descendant-block"></span> </span>LLLLL<img src="support/blue-horiz-line-320x1.png" alt="Image download support must be enabled" /></p> </div> <div class="control"> <p>LLLLL<span class="inline-block"> <span class="descendant-block"></span> <span class="descendant-block"></span> </span>LLLLL<img src="support/blue-horiz-line-320x1.png" alt="Image download support must be enabled" /></p> </div> </body> </html>