jruderman%hmc.edu cc8bfbedde Your mother was a hamster and your father smelt of crashtests!
git-svn-id: svn://10.0.0.236/trunk@241638 18797224-902f-48f8-a5cc-f745e15eee43
2007-12-18 06:33:13 +00:00

18 lines
217 B
HTML

<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>