diff options
Diffstat (limited to 'layout/tables/crashtests/457115.html')
-rw-r--r-- | layout/tables/crashtests/457115.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/tables/crashtests/457115.html b/layout/tables/crashtests/457115.html new file mode 100644 index 0000000000..67923dc6db --- /dev/null +++ b/layout/tables/crashtests/457115.html @@ -0,0 +1,7 @@ +<html><head></head><body> +<q style="display: table;"> +<script>document.body.style.display = 'none';</script> +<object style="display: table-header-group;"></object> +<object style="display: table;"> +<div style="display: table;"></div> +<script style="display: table;"> |