layout/base/crashtests/310638-2.html

Fri, 16 Jan 2015 04:50:19 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 04:50:19 +0100
branch
TOR_BUG_9701
changeset 13
44a2da4a2ab2
permissions
-rw-r--r--

Replace accessor implementation with direct member state manipulation, by
request https://trac.torproject.org/projects/tor/ticket/9701#comment:32

     1 <HTML>
     2 <HEAD>
     4 </HEAD>
     5 <BODY onload="document.getElementById('s').removeAttribute('style');">
     6 <span>
     7   <span style="display: block;" id="s">This should not crash Mozilla</span>
     8 </span>
     9 <div style=" position: absolute;">
    10   <span style="position: relative;">
    11     <span style="white-space:pre;">
    12       <span style="position: absolute;">
    13         <span style="float: right;"></span>
    14       </span>
    15     </span>
    16   </span>
    17 </div>
    18 </BODY>
    19 </HTML>

mercurial