That's no moon. It's a crashtest!

git-svn-id: svn://10.0.0.236/trunk@241411 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jruderman%hmc.edu
2007-12-16 00:53:30 +00:00
parent 160357ff3f
commit be5f93111e
2 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<style>
div#x::first-letter { color: blue; }
</style>
</head>
<body>
<div id="x">x</div>
<script>
document.body.offsetWidth;
var div = document.getElementById("x");
div.id = "y";
div.removeChild(div.firstChild);
</script>
</body>
</html>

View File

@@ -15,5 +15,6 @@ load 350128-1.xhtml
load 364427-1.html
load 366967-1.html
load 372237-1.html
load 372550-1.html
load 379920-1.svg
load 379920-1.svg
load 379920-2.svg