summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/393906-1.html
blob: 22fcfa387f3cee53d671d94369d31fac5bc1210d (plain)
1
2
3
4
5
6
7
8
9
10
11
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>