Bug 499844 - add crashtest. a=NPOTB

This commit is contained in:
Jesse Ruderman 2010-09-24 11:33:54 -07:00
Родитель 803a9b2b94
Коммит 593a9ae80b
2 изменённых файлов: 16 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,15 @@
<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>

Просмотреть файл

@ -12,6 +12,7 @@ asserts(8-20) load 448329-3.html
load 456727-1.html
load 456727-2.html
asserts(1) load 467647-1.html # bug 382210
load 499844-1.html
load 503709-1.xhtml
load 513375-1.xhtml
load 535632-1.xhtml