diff options
Diffstat (limited to 'layout/base/crashtests/455063-2.html')
-rw-r--r-- | layout/base/crashtests/455063-2.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/base/crashtests/455063-2.html b/layout/base/crashtests/455063-2.html new file mode 100644 index 0000000000..666998eda5 --- /dev/null +++ b/layout/base/crashtests/455063-2.html @@ -0,0 +1,6 @@ +<html style="display:table"> +<body onload="document.documentElement.style.display = 'block'"> + <span><div></div></span> +</body> + +</html> |