summaryrefslogtreecommitdiffstats
path: root/devtools/client/shared/test/doc_html_tooltip_hover.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/shared/test/doc_html_tooltip_hover.xhtml')
-rw-r--r--devtools/client/shared/test/doc_html_tooltip_hover.xhtml13
1 files changed, 13 insertions, 0 deletions
diff --git a/devtools/client/shared/test/doc_html_tooltip_hover.xhtml b/devtools/client/shared/test/doc_html_tooltip_hover.xhtml
new file mode 100644
index 0000000000..27417aee8c
--- /dev/null
+++ b/devtools/client/shared/test/doc_html_tooltip_hover.xhtml
@@ -0,0 +1,13 @@
+<?xml version="1.0"?>
+<?xml-stylesheet href="chrome://global/skin/global.css"?>
+<?xml-stylesheet href="chrome://devtools/skin/variables.css"?>
+<?xml-stylesheet href="chrome://devtools/skin/tooltips.css"?>
+<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
+ class="theme-light" title="Tooltip hover test">
+ <vbox id="container" flex="1">
+ <hbox id="box1" flex="1"><label>test1</label></hbox>
+ <hbox id="box2" flex="1"><label>test2</label></hbox>
+ <hbox id="box3" flex="1"><label>test3</label></hbox>
+ <hbox id="box4" flex="1"><label>test4</label></hbox>
+ </vbox>
+</window>