diff options
Diffstat (limited to 'layout/style/crashtests/927734-1.html')
-rw-r--r-- | layout/style/crashtests/927734-1.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/style/crashtests/927734-1.html b/layout/style/crashtests/927734-1.html new file mode 100644 index 0000000000..bd99f9b9ee --- /dev/null +++ b/layout/style/crashtests/927734-1.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<table> + <tr> + <td> + <style scoped></style> + <span></span> + </td> + </tr> +</table> +<style>div {}</style> |