diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/bugs/381507-1-ref.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/bugs/381507-1-ref.html b/layout/reftests/bugs/381507-1-ref.html new file mode 100644 index 0000000000..d7f0cdf054 --- /dev/null +++ b/layout/reftests/bugs/381507-1-ref.html @@ -0,0 +1,8 @@ +<html> + <body> + <iframe id="myFrame" + style="height: 200px" + src="381507-iframe.html"/> + </body> +</html> + |