layout/reftests/w3c-css/submitted/ui3/box-sizing-replaced-001-ref.xht

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
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>
michael@0 4 <title>CSS Reference: Min/Max Height and Width Constraints on Replaced Elements with Box-Sizing</title>
michael@0 5 <link href="http://fantasai.inkedblade.net/contact" title="Elika J. Etemad" rel="author"></link>
michael@0 6 <link href="mailto:sjohnson@mozilla.com" title="Scott Johnson" rel="author"></link>
michael@0 7 <meta content="image" name="flags"></meta>
michael@0 8 <!--
michael@0 9 <link rel="help" href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/#box-sizing">
michael@0 10 -->
michael@0 11 <style type="text/css">
michael@0 12 p {
michael@0 13 display: inline-block;
michael@0 14 background-color: white;
michael@0 15 margin: 0px 0px;
michael@0 16 padding: 0px 0px;
michael@0 17 }
michael@0 18
michael@0 19 .with-padding {
michael@0 20 padding: 5px 5px;
michael@0 21 }
michael@0 22
michael@0 23 #img {
michael@0 24 width: 75px;
michael@0 25 height: 75px;
michael@0 26 }
michael@0 27 </style>
michael@0 28 </head>
michael@0 29 <body>
michael@0 30 <div>All rectangles should be the same size.</div>
michael@0 31 <p><img class="with-padding" src="support/replaced-min-max.png" alt="FAIL" title="Test 0"></img></p>
michael@0 32 <p><img id="img" class="with-padding" title="Test 1" alt="FAIL" src="support/replaced-min-max-1.png"></img></p>
michael@0 33 <p><img id="img" class="with-padding" title="Test 2" alt="FAIL" src="support/replaced-min-max-2.png"></img></p>
michael@0 34 <p><img id="img" class="with-padding" title="Test 3" alt="FAIL" src="support/replaced-min-max-3.png"></img></p>
michael@0 35 <p><img id="img" class="with-padding" title="Test 4" alt="FAIL" src="support/replaced-min-max-4.png"></img></p>
michael@0 36 <p><img id="img" class="with-padding" title="Test 5" alt="FAIL" src="support/replaced-min-max-5.png"></img></p>
michael@0 37 <p><img id="img" class="with-padding" title="Test 6" alt="FAIL" src="support/replaced-min-max-6.png"></img></p>
michael@0 38 <p><img id="img" class="with-padding" title="Test 7" alt="FAIL" src="support/replaced-min-max-7.png"></img></p>
michael@0 39 <p><img id="img" class="with-padding" title="Test 8" alt="FAIL" src="support/replaced-min-max-8.png"></img></p>
michael@0 40 <p><img id="img" class="with-padding" title="Test 9" alt="FAIL" src="support/replaced-min-max-9.png"></img></p>
michael@0 41 <p><img id="img" class="with-padding" title="Test 10" alt="FAIL" src="support/replaced-min-max-10.png"></img></p>
michael@0 42 <p><img id="img" class="with-padding" title="Test 11" alt="FAIL" src="support/replaced-min-max-11.png"></img></p>
michael@0 43 <p><img id="img" class="with-padding" title="Test 12" alt="FAIL" src="support/replaced-min-max-12.png"></img></p>
michael@0 44 <p><img id="img" class="with-padding" title="Test 13" alt="FAIL" src="support/replaced-min-max-13.png"></img></p>
michael@0 45 <p><img id="img" class="with-padding" title="Test 14" alt="FAIL" src="support/replaced-min-max-14.png"></img></p>
michael@0 46 <p><img id="img" class="with-padding" title="Test 15" alt="FAIL" src="support/replaced-min-max-15.png"></img></p>
michael@0 47 <p><img id="img" class="with-padding" title="Test 16" alt="FAIL" src="support/replaced-min-max-16.png"></img></p>
michael@0 48 <p><img id="img" class="with-padding" title="Test 17" alt="FAIL" src="support/replaced-min-max-17.png"></img></p>
michael@0 49 <p><img id="img" class="with-padding" title="Test 18" alt="FAIL" src="support/replaced-min-max-18.png"></img></p>
michael@0 50 <p><img id="img" class="with-padding" title="Test 19" alt="FAIL" src="support/replaced-min-max-19.png"></img></p>
michael@0 51 </body>
michael@0 52 </html>

mercurial