diff options
Diffstat (limited to 'layout/base/crashtests/409513.html')
-rw-r--r-- | layout/base/crashtests/409513.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/base/crashtests/409513.html b/layout/base/crashtests/409513.html new file mode 100644 index 000000000..a2aff4462 --- /dev/null +++ b/layout/base/crashtests/409513.html @@ -0,0 +1,14 @@ +<DOCTYPE html> +<html> +<head> +</head> + +<body style="visibility: collapse;" onload="document.getElementById('div').style.direction = 'rtl';"> + +<div style="display: -moz-groupbox;" id="div"> +aaaaa bbbbb ccccc ddddd eeeee fffff ggggg hhhhh iiiii +</div> + +</body> + +</html> |