diff options
Diffstat (limited to 'layout/reftests/bugs/537507-1-ref.xul')
-rw-r--r-- | layout/reftests/bugs/537507-1-ref.xul | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/bugs/537507-1-ref.xul b/layout/reftests/bugs/537507-1-ref.xul new file mode 100644 index 000000000..ff1678711 --- /dev/null +++ b/layout/reftests/bugs/537507-1-ref.xul @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<?xml-stylesheet href="chrome://global/skin" type="text/css"?> + +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" + orient="vertical"> +<label value="The iframe below should show the string 'Here'"/> +<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> +</window> |