layout/tables/crashtests/317876.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     1 <HTML>
     2 <HEAD>
     3 <title>Testcase bug 317876 - Crash  with evil testcase on hovering after reload with display:table-row, display:inherit</title>   
     4 </HEAD>
     5 <BODY>
     6 <div onmouseover="this.removeAttribute('style')" style="width: 20px; height: 30px;">
     7   <div style="display: table-row;">
     8      <span style="display: table-row;"> 
     9      </span>
    10      <span style="display: inherit;">
    11        Hovering over this should not crash Mozilla 
    12      </span>
    13   </div>
    14 </div>
    15 </BODY>
    16 </HTML>

mercurial