layout/generic/crashtests/489477.html

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 <html class="reftest-wait">
     2 <head>
     3 <script type="text/javascript">
     5 function boom()
     6 {
     7   document.execCommand("selectAll", false, null);
     8   document.execCommand("formatBlock", false, "<h5>");
     9   document.execCommand("justifyfull", false, null);
    10   document.execCommand("indent", false, null);
    11   document.execCommand("outdent", false, null);
    12   document.getElementById("q").appendChild(document.createTextNode('v'));
    13   document.documentElement.removeAttribute("class");
    14 }
    16 </script>
    17 </head>
    19 <body onload="boom();" style="width: 800px; -moz-column-count: 4; column-count: 4;"><div contenteditable="true" style="height: 80px;"><div><div><hr><span> </span></div></div></div><div id="q" style="height: 80px;"><div style="float: left; height: 10px; width: 10px;"></div><div style="padding: 180px; -moz-column-count: 1; column-count: 1; clear: right;"></div></div></body>
    20 </html>

mercurial