diff options
Diffstat (limited to 'layout/reftests/bugs/647-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/647-1-ref.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/layout/reftests/bugs/647-1-ref.html b/layout/reftests/bugs/647-1-ref.html new file mode 100644 index 0000000000..83c50c2a44 --- /dev/null +++ b/layout/reftests/bugs/647-1-ref.html @@ -0,0 +1,22 @@ +<HTML><BODY> +<table border> + <tr> + <td valign=top> + <center> + <TABLE BORDER=1 WIDTH=100> + <TR> + <TD> + <font size = "-2"> + <center> + inside + </center> + </font> + </td> + </tr> + </table> + outside table + </center> + </td> + </tr> +</table> +</BODY></HTML> |