layout/reftests/floats/float-outside-block-push-ref.html

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.

     1 <!DOCTYPE HTML>
     2 <html lang="en">
     3 <head>
     4 <title>Testcase, bug 472252</title>
     6 <style type="text/css">
     7 #wrap {width:600px; border:1px solid;position:relative}
     8 .a {background:lime; color:#fff; width:80%;}
     9 .b {position:absolute; right:0; width:18%; background: cyan; color: #000; height:10em;}
    10 textarea {width: 100%; height:10em;}
    11 </style> 
    13 <title>test</title>
    14 </head>
    15 <body>
    16 <div id="wrap">
    17 	<div class="b"></div>
    18 	<div class="a"><textarea></textarea></div>
    19 </div>
    20 </body>
    21 </html>

mercurial