diff options
Diffstat (limited to 'layout/base/crashtests/336291-1.html')
-rw-r--r-- | layout/base/crashtests/336291-1.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/base/crashtests/336291-1.html b/layout/base/crashtests/336291-1.html new file mode 100644 index 0000000000..cbcb6c0c9a --- /dev/null +++ b/layout/base/crashtests/336291-1.html @@ -0,0 +1,19 @@ +<html> +<head> +<script> +function z() +{ + document.getElementById("x").style.display = "table"; + document.body.style.display = "table-row"; +} +</script> +</head> + +<body onload="z()"> + +<p style="display: table-row"></p> + +<p id="x"></p> + +</body> +</html>
\ No newline at end of file |