tenfourfox/editor/libeditor/crashtests/499844-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

16 lines
252 B
HTML

<html>
<head>
<script type="text/javascript">
function boom()
{
document.body.contentEditable = "true";
document.execCommand("outdent", false, null);
}
</script>
</head>
<body style="word-spacing: 3px;" onload="boom();"> &#x0301;</body>
</html>