summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/test/doc_inspector_reload_xul.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/inspector/test/doc_inspector_reload_xul.xhtml')
-rw-r--r--devtools/client/inspector/test/doc_inspector_reload_xul.xhtml9
1 files changed, 9 insertions, 0 deletions
diff --git a/devtools/client/inspector/test/doc_inspector_reload_xul.xhtml b/devtools/client/inspector/test/doc_inspector_reload_xul.xhtml
new file mode 100644
index 0000000000..d7a17c5a9c
--- /dev/null
+++ b/devtools/client/inspector/test/doc_inspector_reload_xul.xhtml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<?xml-stylesheet href="chrome://global/content/xul.css" type="text/css"?>
+<!DOCTYPE window>
+<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <div id="p">a node inspected before reload</div>
+ <div id="q">a node inspected after reload</div>
+ </body>
+</window>