зеркало из https://github.com/mozilla/gecko-dev.git
Bug 478504 - Add crashtest. r=mats
This commit is contained in:
Родитель
c641fbf157
Коммит
9781289c21
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче