diff options
Diffstat (limited to 'layout/reftests/xul-document-load/test011.xul')
-rw-r--r-- | layout/reftests/xul-document-load/test011.xul | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/xul-document-load/test011.xul b/layout/reftests/xul-document-load/test011.xul new file mode 100644 index 000000000..b623fcc85 --- /dev/null +++ b/layout/reftests/xul-document-load/test011.xul @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<!-- +Any copyright is dedicated to the Public Domain. +http://creativecommons.org/licenses/publicdomain/ +--> +<?xul-overlay href="subdir/test011-overlay.xul"?> +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" + style="background-color: red;"/> |