layout/generic/crashtests/489477.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/generic/crashtests/489477.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +<html class="reftest-wait">
     1.5 +<head>
     1.6 +<script type="text/javascript">
     1.7 +
     1.8 +function boom()
     1.9 +{
    1.10 +  document.execCommand("selectAll", false, null);
    1.11 +  document.execCommand("formatBlock", false, "<h5>");
    1.12 +  document.execCommand("justifyfull", false, null);
    1.13 +  document.execCommand("indent", false, null);
    1.14 +  document.execCommand("outdent", false, null);
    1.15 +  document.getElementById("q").appendChild(document.createTextNode('v'));
    1.16 +  document.documentElement.removeAttribute("class");
    1.17 +}
    1.18 +
    1.19 +</script>
    1.20 +</head>
    1.21 +
    1.22 +<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>
    1.23 +</html>
    1.24 +

mercurial