diff options
Diffstat (limited to '')
-rw-r--r-- | layout/generic/crashtests/370699-1.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/generic/crashtests/370699-1.html b/layout/generic/crashtests/370699-1.html new file mode 100644 index 0000000000..d977c937ab --- /dev/null +++ b/layout/generic/crashtests/370699-1.html @@ -0,0 +1,14 @@ +<html> +<head> +</head> + +<body style="width: 100px; border: 2px solid yellow;"> + +<span style="position: relative;"> + <img width="200" height="100" align="left"> + <span style="position:absolute; float:left;"></span> + Foo +</span> + +</body> +</html> |