diff options
Diffstat (limited to 'layout/reftests/bugs/381507-iframe.html')
-rw-r--r-- | layout/reftests/bugs/381507-iframe.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/bugs/381507-iframe.html b/layout/reftests/bugs/381507-iframe.html new file mode 100644 index 0000000000..38276624a6 --- /dev/null +++ b/layout/reftests/bugs/381507-iframe.html @@ -0,0 +1,16 @@ +<html> +<body> +<table height="30%" bgcolor="green" + cellspacing="0" cellpadding="0"> + <tr><td> + + + <table height="100%" bgcolor="orange" + cellspacing="0" cellpadding="0"> + <tr><td> + + + </td></tr> + </table> + </td></tr> +</table> +</body> +</html> |