Has anyone seen my +5 keyboard of crashtesting?

This commit is contained in:
jruderman@hmc.edu 2007-12-15 16:38:50 -08:00
Родитель 9b5300c78d
Коммит eb380e1adb
3 изменённых файлов: 29 добавлений и 0 удалений

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

@ -0,0 +1,19 @@
<html class="reftest-wait">
<head>
<script>
function boom()
{
document.body.style.fontSizeAdjust = 0xffffffff;
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload="setTimeout(boom, 30);">
<p>Foo</p>
</body>
</html>

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

@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<body>
<span style="font-size:72px; font-size-adjust:24">X</span>
</body>
</html>

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

@ -1,5 +1,7 @@
load 345576-1.html
load 345629-1.html
load 369688-1.html
load 369947-1.html
load 377232-1.xhtml
load 383473-1.html
load 394384-1.html