fune/devtools/client/shared/test/doc_html_tooltip_arrow-01.xhtml
Brian Grinstead 34fb6bc0fa Bug 1595636 - Rename xul->xhtml for tests in DevTools r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D52710

--HG--
rename : devtools/client/inspector/markup/test/doc_markup_xul.xul => devtools/client/inspector/markup/test/doc_markup_xul.xhtml
rename : devtools/client/inspector/shared/test/doc_content_stylesheet.xul => devtools/client/inspector/shared/test/doc_content_stylesheet.xhtml
rename : devtools/client/inspector/test/doc_inspector_reload_xul.xul => devtools/client/inspector/test/doc_inspector_reload_xul.xhtml
rename : devtools/client/shared/sourceeditor/test/head.xul => devtools/client/shared/sourceeditor/test/head.xhtml
rename : devtools/client/shared/test/doc_html_tooltip-02.xul => devtools/client/shared/test/doc_html_tooltip-02.xhtml
rename : devtools/client/shared/test/doc_html_tooltip-03.xul => devtools/client/shared/test/doc_html_tooltip-03.xhtml
rename : devtools/client/shared/test/doc_html_tooltip-04.xul => devtools/client/shared/test/doc_html_tooltip-04.xhtml
rename : devtools/client/shared/test/doc_html_tooltip-05.xul => devtools/client/shared/test/doc_html_tooltip-05.xhtml
rename : devtools/client/shared/test/doc_html_tooltip.xul => devtools/client/shared/test/doc_html_tooltip.xhtml
rename : devtools/client/shared/test/doc_html_tooltip_arrow-01.xul => devtools/client/shared/test/doc_html_tooltip_arrow-01.xhtml
rename : devtools/client/shared/test/doc_html_tooltip_arrow-02.xul => devtools/client/shared/test/doc_html_tooltip_arrow-02.xhtml
rename : devtools/client/shared/test/doc_html_tooltip_doorhanger-01.xul => devtools/client/shared/test/doc_html_tooltip_doorhanger-01.xhtml
rename : devtools/client/shared/test/doc_html_tooltip_doorhanger-02.xul => devtools/client/shared/test/doc_html_tooltip_doorhanger-02.xhtml
rename : devtools/client/shared/test/doc_html_tooltip_hover.xul => devtools/client/shared/test/doc_html_tooltip_hover.xhtml
rename : devtools/client/shared/test/doc_html_tooltip_rtl.xul => devtools/client/shared/test/doc_html_tooltip_rtl.xhtml
rename : devtools/client/shared/test/doc_inplace-editor_autocomplete_offset.xul => devtools/client/shared/test/doc_inplace-editor_autocomplete_offset.xhtml
rename : devtools/client/shared/test/doc_options-view.xul => devtools/client/shared/test/doc_options-view.xhtml
rename : devtools/client/shared/test/doc_tableWidget_keyboard_interaction.xul => devtools/client/shared/test/doc_tableWidget_keyboard_interaction.xhtml
rename : devtools/client/shared/test/doc_tableWidget_mouse_interaction.xul => devtools/client/shared/test/doc_tableWidget_mouse_interaction.xhtml
rename : devtools/client/styleeditor/test/doc_xulpage.xul => devtools/client/styleeditor/test/doc_xulpage.xhtml
rename : devtools/server/tests/mochitest/doc_Debugger.Source.prototype.introductionType.xul => devtools/server/tests/mochitest/doc_Debugger.Source.prototype.introductionType.xhtml
extra : moz-landing-system : lando
2019-11-13 23:44:09 +00:00

90 lines
2.6 KiB
HTML

<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/global.css"?>
<?xml-stylesheet href="chrome://devtools/skin/light-theme.css"?>
<window class="theme-light"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
title="Tooltip test">
<vbox flex="1" style="position: relative">
<html:div class="anchor"
style="width:10px; height: 10px; position: absolute; background: red;
top: 0; left: 0;">
</html:div>
<html:div class="anchor"
style="width:10px; height: 10px; position: absolute; background: red;
top: 0; left: 25px;">
</html:div>
<html:div class="anchor"
style="width:10px; height: 10px; position: absolute; background: red;
top: 0; left: 50px;">
</html:div>
<html:div class="anchor"
style="width:10px; height: 10px; position: absolute; background: red;
top: 0; left: 75px;">
</html:div>
<html:div class="anchor"
style="width:10px; height: 10px; position: absolute; background: red;
bottom: 0; left: 0;">
</html:div>
<html:div class="anchor"
style="width:10px; height: 10px; position: absolute; background: red;
bottom: 0; left: 25px;">
</html:div>
<html:div class="anchor"
style="width:10px; height: 10px; position: absolute; background: red;
bottom: 0; left: 50px;">
</html:div>
<html:div class="anchor"
style="width:10px; height: 10px; position: absolute; background: red;
bottom: 0; left: 75px;">
</html:div>
<html:div class="anchor"
style="width:10px; height: 10px; position: absolute; background: red;
bottom: 0; right: 0;">
</html:div>
<html:div class="anchor"
style="width:10px; height: 10px; position: absolute; background: red;
bottom: 0; right: 25px;">
</html:div>
<html:div class="anchor"
style="width:10px; height: 10px; position: absolute; background: red;
bottom: 0; right: 50px;">
</html:div>
<html:div class="anchor"
style="width:10px; height: 10px; position: absolute; background: red;
bottom: 0; right: 75px;">
</html:div>
<html:div class="anchor"
style="width:10px; height: 10px; position: absolute; background: red;
top: 0; right: 0;">
</html:div>
<html:div class="anchor"
style="width:10px; height: 10px; position: absolute; background: red;
top: 0; right: 25px;">
</html:div>
<html:div class="anchor"
style="width:10px; height: 10px; position: absolute; background: red;
top: 0; right: 50px;">
</html:div>
<html:div class="anchor"
style="width:10px; height: 10px; position: absolute; background: red;
top: 0; right: 75px;">
</html:div>
</vbox>
</window>