Add crashtest

This commit is contained in:
jruderman@hmc.edu 2007-12-15 13:11:32 -08:00
parent 55b29989dc
commit 99b40915ba
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<html>
<head>
<script>
function boom()
{
document.getElementById("div").setAttribute("dir", "rtl");
}
</script>
<body onload="boom()">
<div id="div" style="width: 0;"> Foo a bar baz</div>
</body>
</html>

View File

@ -10,4 +10,5 @@ load 390050-1.html
load 390050-2.html
load 390050-3.html
load 393758-1.xhtml
load 393906-1.html
load 404204-1.html