зеркало из https://github.com/mozilla/gecko-dev.git
Adding crashtest
This commit is contained in:
Родитель
dc12ae9d84
Коммит
ed9f2ad04d
|
@ -0,0 +1,14 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<script>
|
||||
function boom()
|
||||
{
|
||||
var text = document.createTextNode("t");
|
||||
document.getElementById("foo").appendChild(text);
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="boom();" dir="rtl"><b id="foo"></b> x </body>
|
||||
|
||||
</html>
|
|
@ -10,6 +10,7 @@ load 383473-1.html
|
|||
load 385417-1.html
|
||||
load 385417-2.html
|
||||
load 385719-1.html
|
||||
load 393746-1.xhtml
|
||||
load 394384-1.html
|
||||
load 394246-1.html
|
||||
skip-if(MOZ_WIDGET_TOOLKIT=="gtk2") load 394246-2.html # Bug 408746
|
||||
|
|
Загрузка…
Ссылка в новой задаче