Add crashtests

This commit is contained in:
jruderman@hmc.edu 2008-03-26 21:09:57 -07:00
parent 227e680d84
commit e06fb83304
3 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<html>
<head>
<style type="text/css">
div::first-letter { color: magenta; }
span:before { content: "\"" "This "; }
</style>
</head>
<body style="width: 1em;" onload="document.getElementById('div').style.direction = 'rtl';">
<div id="div"><span>is text</span></div>
</body>
</html>

View File

@ -0,0 +1,18 @@
<html>
<head>
<style type="text/css">
div::first-letter { color: green; }
span:before { content: open-quote "This "; }
span:after { content: close-quote; }
</style>
</head>
<body style="font-family: monospace; width: 7ch; border: 1px solid orange;"
onload="document.getElementById('div').style.direction = 'rtl';">
<div id="div"><span>is text</span></div>
</body>
</html>

View File

@ -99,6 +99,8 @@ load 399843-1.html
load 400223-1.html
load 400232-1.html
load 400244-1.html
load 402380-1.html
load 402380-2.html
load 403576-1.html
load 404140-1.html
load 404146-1.html