diff options
Diffstat (limited to 'layout/base/tests/chrome/no_clip_iframe_subdoc.html')
-rw-r--r-- | layout/base/tests/chrome/no_clip_iframe_subdoc.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/base/tests/chrome/no_clip_iframe_subdoc.html b/layout/base/tests/chrome/no_clip_iframe_subdoc.html new file mode 100644 index 000000000..b00b48be6 --- /dev/null +++ b/layout/base/tests/chrome/no_clip_iframe_subdoc.html @@ -0,0 +1,7 @@ +<!DOCTYPE HTML> +<html> +<body style="margin:0; background:lime;"> +<div id="d" style="position:relative; top:-50px; width:150px; height:250px; background:yellow;"></div> +<div id="p" style="margin-top:-50px; width:150px; height:50px;"></div> +</body> +</html> |