diff options
Diffstat (limited to 'layout/generic/crashtests/794693.html')
-rw-r--r-- | layout/generic/crashtests/794693.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/generic/crashtests/794693.html b/layout/generic/crashtests/794693.html new file mode 100644 index 0000000000..7d9f4c90f1 --- /dev/null +++ b/layout/generic/crashtests/794693.html @@ -0,0 +1,9 @@ +<html xmlns="http://www.w3.org/1999/xhtml"> + <body style="display: -moz-box;"> + <font style="display: table; float: left;"> + <span style="display: table;"> + text text + </span> + </font> + </body> +</html> |