summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/shared/test/doc_content_stylesheet.xul
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/inspector/shared/test/doc_content_stylesheet.xul')
-rw-r--r--devtools/client/inspector/shared/test/doc_content_stylesheet.xul9
1 files changed, 9 insertions, 0 deletions
diff --git a/devtools/client/inspector/shared/test/doc_content_stylesheet.xul b/devtools/client/inspector/shared/test/doc_content_stylesheet.xul
new file mode 100644
index 000000000..efd53815d
--- /dev/null
+++ b/devtools/client/inspector/shared/test/doc_content_stylesheet.xul
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<?xml-stylesheet href="chrome://global/skin/xul.css" type="text/css"?>
+<?xml-stylesheet href="./doc_content_stylesheet_xul.css"
+ type="text/css"?>
+<!DOCTYPE window>
+<window id="testwindow" xmlns:html="http://www.w3.org/1999/xhtml"
+ xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
+ <label id="target" value="Simple XUL document" />
+</window> \ No newline at end of file