content/base/crashtests/360599-1.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 <html>
     2 <head>
     3 <style>
     4 #b::first-letter { }
     5 #c::first-line { }
     6 </style>
     7 <title>Testcase bug 360599 - Crash [@ nsFrameList::DestroyFrames] with first-letter/first-line css and position: fixed</title>
     8 </head>
     9 <body>
    10 This page should not crash Mozilla
    11 <div id="c">
    12   <table>
    13     <div id="b" style="display:table-header-group;">
    14       <q>
    15         text
    16         <div style="position:fixed;">
    17           <q>y</q>
    18         </div>
    19       </q>  
    20     </div>
    21     <span style="display: table;"></span>
    22 </div>
    24 </body>
    25 </html>

mercurial