This commit is contained in:
jruderman@hmc.edu 2007-12-17 17:47:33 -08:00
Родитель 8d7ebaae4f
Коммит 329ab35640
2 изменённых файлов: 23 добавлений и 0 удалений

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

@ -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