diff options
Diffstat (limited to 'layout/generic/crashtests/394820-1.html')
-rw-r--r-- | layout/generic/crashtests/394820-1.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/generic/crashtests/394820-1.html b/layout/generic/crashtests/394820-1.html new file mode 100644 index 0000000000..0c012877ce --- /dev/null +++ b/layout/generic/crashtests/394820-1.html @@ -0,0 +1,19 @@ +<html> +<head> +<script> + +function boom() +{ + var d = document.getElementById("d"); + d.style.direction = "rtl"; +} + +</script> +</head> +<body onload="boom();"> +<div id=d style="white-space: pre;"> +e + +</div> +</body> +</html> |