What is this crashtest of which you speak?

This commit is contained in:
jruderman@hmc.edu 2007-12-15 16:59:33 -08:00
parent 0e9f9d1d65
commit 2eea467574
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,31 @@
<!DOCTYPE html>
<html>
<head>
<style id="firstLetterSheet">
.fl:first-letter { }
</style>
<style id="emptySheet">
</style>
<script>
function boom()
{
document.getElementById("firstLetterSheet").textContent = "";
document.getElementById("emptySheet").textContent = ".aft:after { content: counter(chicken); }";
}
</script>
</head>
<body onload="boom()">
<div class="fl">Foo <span class="aft">Bar</span></div>
<p class="aft">Baz</p>
</body>
</html>

View File

@ -16,5 +16,6 @@ load 364427-1.html
load 366967-1.html
load 372237-1.html
load 372550-1.html
load 379799-1.html
load 379920-1.svg
load 379920-2.svg