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