layout/xul/crashtests/325377.xul

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml"
     2  title="Testcase bug 325377 - Crash on reload with evil xul textcase, using menulist and nested tooltips">
     3 <menulist style="display: table-cell;">
     4 <tooltip style="display: none;">
     5     <tooltip/>
     6 </tooltip>
     7 </menulist>
     9 <html:script>
    10 function removestyles(){
    11 document.getElementsByTagName('tooltip')[0].removeAttribute('style');
    12 }
    13 try { document.getElementsByTagName('tooltip')[0].offsetHeight; } catch(e) {}
    14 setTimeout(removestyles,0);
    15 </html:script>
    16 </window>

mercurial