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