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