Bug 478504 - Add crashtest. r=mats

This commit is contained in:
Jesse Ruderman 2018-07-01 18:06:50 +02:00
Родитель c641fbf157
Коммит 9781289c21
2 изменённых файлов: 34 добавлений и 0 удалений

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

@ -0,0 +1,33 @@
<!DOCTYPE HTML>
<html>
<head>
<script type="text/javascript">
var t;
function a()
{
if (t) document.body.removeChild(t);
t = document.createTextNode("");
document.body.appendChild(t);
t.data += "ab\u06CD";
setTimeout(b, 1);
}
function b()
{
document.documentElement.offsetHeight;
t.data = "d";
t.data += " ";
setTimeout(a, 1);
}
</script>
</head>
<body onload="a();">
</body>
</html>

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

@ -345,6 +345,7 @@ load 477928.html
load 478131-1.html
load 478170-1.html
load 478185-1.html
load 478504.html
asserts-if(!Android,0-1) load 479938-1.html # Bug 575011
load 480345-1.html
load 481921.html