diff options
Diffstat (limited to 'layout/reftests/bugs/858803-1.html')
-rw-r--r-- | layout/reftests/bugs/858803-1.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/bugs/858803-1.html b/layout/reftests/bugs/858803-1.html new file mode 100644 index 000000000..5cfed5f4d --- /dev/null +++ b/layout/reftests/bugs/858803-1.html @@ -0,0 +1,8 @@ +<!DOCTYPE HTML> +<html> +<body> +<iframe src="data:application/vnd.mozilla.xul+xml,<?xml version='1.0' encoding='UTF-8'?><window xmlns='http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul' style='background:yellow'></window>" + style="position:absolute; left:100px; top:100px; width:300px; height:300px; border:1px solid black;"> +</iframe> +</body> +</html> |