Holy crashtest, Batman!

git-svn-id: svn://10.0.0.236/trunk@241394 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jruderman%hmc.edu
2007-12-15 23:34:25 +00:00
parent ff9439be8e
commit 17dea5cedf
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
body:first-letter { }
body { display: inline; }
</style>
<script>
function foo()
{
document.getElementById("aa").style.display = "block";
}
</script>
</head>
<body onload="foo()">
<input type="text" style="display: block;" />
<span>Z</span>
<span id="aa">A</span>
<span style="display: block;">B</span>
</body>
</html>

View File

@@ -8,5 +8,6 @@ load 331204-1.html
load 335140-1.html
load 337419-1.html
load 343540-1.html
load 349095-1.xhtml
load 379920-1.svg
load 379920-1.svg