diff options
Diffstat (limited to 'layout/reftests/bugs/564054-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/564054-1-ref.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/layout/reftests/bugs/564054-1-ref.html b/layout/reftests/bugs/564054-1-ref.html new file mode 100644 index 0000000000..71570012bc --- /dev/null +++ b/layout/reftests/bugs/564054-1-ref.html @@ -0,0 +1,22 @@ +<!DOCTYPE html> +<html> +<head> + +<style> +td {width: 30px; height: 30px;} + +</style> +</head> + +<body "> + <table border cellspacing="10px" cellpadding="10px"> + <tbody id="tbody"> + <tr><td rowspan="0"></td></tr> + <tr></tr> + <tr> + <td></td> + </tr> + </tbody> + </table> +</body> +</html> |