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