зеркало из https://github.com/mozilla/pjs.git
Add questionable crashtest.
This commit is contained in:
Родитель
d9f4d52b10
Коммит
4d4e362f35
|
@ -0,0 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="reftest-wait">
|
||||
<head>
|
||||
<script>
|
||||
function boom()
|
||||
{
|
||||
if (location.protocol == "file:") {
|
||||
try {
|
||||
location.hostname = 'foo';
|
||||
} catch(e) {
|
||||
}
|
||||
}
|
||||
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body onload="setTimeout(boom, 30)">
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -1,3 +1,4 @@
|
|||
load 327571-1.html
|
||||
load 327695-1.html
|
||||
load 369413-1.html
|
||||
load 372554-1.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче