diff options
Diffstat (limited to 'layout/base/crashtests/379768-1.html')
-rw-r--r-- | layout/base/crashtests/379768-1.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/base/crashtests/379768-1.html b/layout/base/crashtests/379768-1.html new file mode 100644 index 0000000000..94f66100c2 --- /dev/null +++ b/layout/base/crashtests/379768-1.html @@ -0,0 +1,11 @@ +<html> + <body> + <table> + <tr style="display: -moz-groupbox;"> + <td style="float: right;"> + <img width="10" height="10" style="position: fixed;"> + </td> + </tr> + </table> + </body> +</html>
\ No newline at end of file |