diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /devtools/client/shared/test/doc_html_tooltip_hover.xhtml | |
parent | Initial commit. (diff) | |
download | thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'devtools/client/shared/test/doc_html_tooltip_hover.xhtml')
-rw-r--r-- | devtools/client/shared/test/doc_html_tooltip_hover.xhtml | 13 |
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> |