layout/reftests/w3c-css/submitted/multicol3/reference/multicol-height-002.xht

Thu, 15 Jan 2015 15:59:08 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:59:08 +0100
branch
TOR_BUG_9701
changeset 10
ac0c01689b40
permissions
-rw-r--r--

Implement a real Private Browsing Mode condition by changing the API/ABI;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

michael@0 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
michael@0 2 <html xmlns="http://www.w3.org/1999/xhtml">
michael@0 3 <head class="reftest-print">
michael@0 4 <title>CSS Reftest Reference</title>
michael@0 5 <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
michael@0 6 <style type="text/css"><![CDATA[
michael@0 7 html, body { height: 100%; }
michael@0 8 * { margin: 0; }
michael@0 9 div {
michael@0 10 border: double blue 12px;
michael@0 11 height: 150%;
michael@0 12 padding: 0 12px;
michael@0 13 }
michael@0 14 div > p {
michael@0 15 border-right: solid orange 12px;
michael@0 16 border-left: solid orange 12px;
michael@0 17 width: 50%;
michael@0 18 margin: 0 auto;
michael@0 19 height: 100%;
michael@0 20 }
michael@0 21 blockquote {
michael@0 22 border: solid thick yellow;
michael@0 23 } ]]></style>
michael@0 24 </head>
michael@0 25 <body>
michael@0 26 <p>Test passes if even when printed:</p>
michael@0 27 <ul>
michael@0 28 <li>Two vertical orange stripes stretch exactly
michael@0 29 from the inner top edge to the inner bottom edge of the blue box below.</li>
michael@0 30 <li>There is a yellow stripe immediately below the blue box.</li>
michael@0 31 </ul>
michael@0 32 <div>
michael@0 33 <p></p>
michael@0 34 </div>
michael@0 35 <blockquote></blockquote>
michael@0 36 </body>
michael@0 37 </html>

mercurial