Your mother was a hamster and your father smelt of crashtests!

This commit is contained in:
jruderman@hmc.edu 2007-12-17 22:33:13 -08:00
parent b3a5a3dce7
commit cf798e4015
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<html>
<head>
<style>
div:before { content: counter(c); }
.b:before { content: "x"; }
</style>
</head>
<body onload="document.getElementById('v').setAttribute('class', 'b');">
<div id="v"></div>
</body>
</html>

View File

@ -4,4 +4,5 @@ load 330998-1.html
load 383979-1.xhtml
load 383979-2.html
load 391034-1.xhtml
load 397022-1.html
load 399289-1.svg