diff options
Diffstat (limited to 'layout/tables/crashtests/323489-1.html')
-rw-r--r-- | layout/tables/crashtests/323489-1.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/layout/tables/crashtests/323489-1.html b/layout/tables/crashtests/323489-1.html new file mode 100644 index 000000000..f09221599 --- /dev/null +++ b/layout/tables/crashtests/323489-1.html @@ -0,0 +1,22 @@ +<html> + +<head> + +<style type="text/css"> +body { + overflow: auto; + display: -moz-stack; +} +</style> + + +</head> + +<body> + + +<table><tbody><tr><td>Cell</td></tr></tbody></table> + +</body> + +</html>
\ No newline at end of file |