diff options
Diffstat (limited to 'layout/reftests/bugs/537507-2-ref.html')
-rw-r--r-- | layout/reftests/bugs/537507-2-ref.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/reftests/bugs/537507-2-ref.html b/layout/reftests/bugs/537507-2-ref.html new file mode 100644 index 000000000..b8807ca89 --- /dev/null +++ b/layout/reftests/bugs/537507-2-ref.html @@ -0,0 +1,5 @@ +<!DOCTYPE html> +<body> + The iframe below should show the text 'Here'<br> + <iframe src="data:application/vnd.mozilla.xul+xml,<window xmlns='http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul'><label value='Here'/></window>"></iframe> +</body> |