diff options
Diffstat (limited to 'layout/reftests/bugs/363329-2.html')
-rw-r--r-- | layout/reftests/bugs/363329-2.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/bugs/363329-2.html b/layout/reftests/bugs/363329-2.html new file mode 100644 index 000000000..611b2d7c6 --- /dev/null +++ b/layout/reftests/bugs/363329-2.html @@ -0,0 +1,13 @@ +<html> +<head> + <title>Testcase for bug 363329</title> +</head> +<body> + +<table cellpadding="0" cellspacing="0" border="0"> + <tr><td colspan="2" width="200"></td><td></td><td>x</td></tr> + <tr><td colspan="3" width="250"></td><td>x</td></tr> +</table> + +</body> +</html> |