diff options
Diffstat (limited to 'layout/tables/crashtests/300912.html')
-rw-r--r-- | layout/tables/crashtests/300912.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/tables/crashtests/300912.html b/layout/tables/crashtests/300912.html new file mode 100644 index 000000000..e3e2b31c5 --- /dev/null +++ b/layout/tables/crashtests/300912.html @@ -0,0 +1,19 @@ +<html> +<head><title>Testcase for assertion</title></head> +<body> + +<table> + <tr> + <td width="367" colSpan="2"> + <table width="100%"> + <tr> + <td> + </td> + </tr> + </table> + </td> + </tr> +</table> + +</body> +</html>
\ No newline at end of file |