When you stare into the crashtest, the crashtest also stares back into you.

This commit is contained in:
jruderman@hmc.edu 2007-12-16 17:20:41 -08:00
parent ab6324c078
commit 52ddf37f76
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<html>
<head></head>
<body>
<div style="position: absolute"><input id="input" type="file" style="top: 100%"></div>
<script>
document.body.offsetHeight;
document.getElementById("input").style.position = "absolute";
</script>
</body>
</html>

View File

@ -9,3 +9,4 @@ load 366537-1.xhtml
load 367587-1.html
load 370940-1.html
load 382610-1.html
load 386554-1.html