1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/w3c-css/submitted/multicol3/reference/multicol-height-002.xht Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,37 @@ 1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1.5 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.6 + <head class="reftest-print"> 1.7 + <title>CSS Reftest Reference</title> 1.8 + <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" /> 1.9 + <style type="text/css"><![CDATA[ 1.10 + html, body { height: 100%; } 1.11 + * { margin: 0; } 1.12 + div { 1.13 + border: double blue 12px; 1.14 + height: 150%; 1.15 + padding: 0 12px; 1.16 + } 1.17 + div > p { 1.18 + border-right: solid orange 12px; 1.19 + border-left: solid orange 12px; 1.20 + width: 50%; 1.21 + margin: 0 auto; 1.22 + height: 100%; 1.23 + } 1.24 + blockquote { 1.25 + border: solid thick yellow; 1.26 + } ]]></style> 1.27 + </head> 1.28 + <body> 1.29 + <p>Test passes if even when printed:</p> 1.30 + <ul> 1.31 + <li>Two vertical orange stripes stretch exactly 1.32 + from the inner top edge to the inner bottom edge of the blue box below.</li> 1.33 + <li>There is a yellow stripe immediately below the blue box.</li> 1.34 + </ul> 1.35 + <div> 1.36 + <p></p> 1.37 + </div> 1.38 + <blockquote></blockquote> 1.39 + </body> 1.40 +</html>