diff options
Diffstat (limited to 'layout/generic/crashtests/393906-1.html')
-rw-r--r-- | layout/generic/crashtests/393906-1.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/generic/crashtests/393906-1.html b/layout/generic/crashtests/393906-1.html new file mode 100644 index 0000000000..22fcfa387f --- /dev/null +++ b/layout/generic/crashtests/393906-1.html @@ -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> |