зеркало из https://github.com/mozilla/gecko-dev.git
Bug 499844 - add crashtest. a=NPOTB
This commit is contained in:
Родитель
803a9b2b94
Коммит
593a9ae80b
|
@ -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();"> ́</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
|
||||
|
|
Загрузка…
Ссылка в новой задаче