CLOSED TREE: TraceMonkey merge head. (a=blockers)
[mozilla-central.git] / editor / libeditor / html / crashtests / 499844-1.html
blob4fa509c4a63804b9c07b8db69a175c33c06404df
1 <html>
2 <head>
3 <script type="text/javascript">
5 function boom()
7 document.body.contentEditable = "true";
8 document.execCommand("outdent", false, null);
11 </script>
12 </head>
14 <body style="word-spacing: 3px;" onload="boom();"> &#x0301;</body>
15 </html>