diff options
Diffstat (limited to 'layout/reftests/xul-document-load/test019.xul')
-rw-r--r-- | layout/reftests/xul-document-load/test019.xul | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/xul-document-load/test019.xul b/layout/reftests/xul-document-load/test019.xul new file mode 100644 index 000000000..73ca14f42 --- /dev/null +++ b/layout/reftests/xul-document-load/test019.xul @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<!-- +Any copyright is dedicated to the Public Domain. +http://creativecommons.org/licenses/publicdomain/ +--> +<?xul-overlay href="test019-overlay.xul" ?> +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" + id="main" + style="background-color: green" + onload="checkDOM('xml-stylesheet', 'href="test019.css" type="text/css"');"> + <script src="test017-020.js"/> +</window> |