зеркало из https://github.com/mozilla/gecko-dev.git
Add crashtest
This commit is contained in:
Родитель
ed9f2ad04d
Коммит
f8c0bcc5ca
|
@ -0,0 +1,18 @@
|
|||
<html>
|
||||
<head>
|
||||
<script>
|
||||
function boom()
|
||||
{
|
||||
var het = document.createTextNode(String.fromCharCode(0x05D7)); // hebrew letter het
|
||||
document.getElementById("s").appendChild(het);
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="boom();" dir="rtl">
|
||||
|
||||
<div><span id="s">A</span><span> </span>B</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -11,6 +11,7 @@ load 385417-1.html
|
|||
load 385417-2.html
|
||||
load 385719-1.html
|
||||
load 393746-1.xhtml
|
||||
load 393749-1.html
|
||||
load 394384-1.html
|
||||
load 394246-1.html
|
||||
skip-if(MOZ_WIDGET_TOOLKIT=="gtk2") load 394246-2.html # Bug 408746
|
||||
|
|
Загрузка…
Ссылка в новой задаче