diff options
Diffstat (limited to 'layout/base/crashtests/380096-1.html')
-rw-r--r-- | layout/base/crashtests/380096-1.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layout/base/crashtests/380096-1.html b/layout/base/crashtests/380096-1.html new file mode 100644 index 000000000..53100674c --- /dev/null +++ b/layout/base/crashtests/380096-1.html @@ -0,0 +1,4 @@ +<html style="display: inline-table"> +<head style="display: table-caption"></head> +<body onload="document.body.style.cssFloat = 'left';"></body> +</html> |