doc_html_tooltip_arrow-01.xhtml (2693B)
1 <?xml version="1.0"?> 2 <?xml-stylesheet href="chrome://global/skin/global.css"?> 3 <?xml-stylesheet href="chrome://devtools/skin/light-theme.css"?> 4 <window class="theme-light" 5 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 6 xmlns:html="http://www.w3.org/1999/xhtml" 7 title="Tooltip test"> 8 9 <vbox flex="1" style="position: relative"> 10 <html:div class="anchor" 11 style="width:10px; height: 10px; position: absolute; background: red; 12 top: 0; left: 0;"> 13 </html:div> 14 15 <html:div class="anchor" 16 style="width:10px; height: 10px; position: absolute; background: red; 17 top: 0; left: 25px;"> 18 </html:div> 19 20 <html:div class="anchor" 21 style="width:10px; height: 10px; position: absolute; background: red; 22 top: 0; left: 50px;"> 23 </html:div> 24 25 <html:div class="anchor" 26 style="width:10px; height: 10px; position: absolute; background: red; 27 top: 0; left: 75px;"> 28 </html:div> 29 30 <html:div class="anchor" 31 style="width:10px; height: 10px; position: absolute; background: red; 32 bottom: 0; left: 0;"> 33 </html:div> 34 35 <html:div class="anchor" 36 style="width:10px; height: 10px; position: absolute; background: red; 37 bottom: 0; left: 25px;"> 38 </html:div> 39 40 <html:div class="anchor" 41 style="width:10px; height: 10px; position: absolute; background: red; 42 bottom: 0; left: 50px;"> 43 </html:div> 44 45 <html:div class="anchor" 46 style="width:10px; height: 10px; position: absolute; background: red; 47 bottom: 0; left: 75px;"> 48 </html:div> 49 50 <html:div class="anchor" 51 style="width:10px; height: 10px; position: absolute; background: red; 52 bottom: 0; right: 0;"> 53 </html:div> 54 55 <html:div class="anchor" 56 style="width:10px; height: 10px; position: absolute; background: red; 57 bottom: 0; right: 25px;"> 58 </html:div> 59 60 <html:div class="anchor" 61 style="width:10px; height: 10px; position: absolute; background: red; 62 bottom: 0; right: 50px;"> 63 </html:div> 64 65 <html:div class="anchor" 66 style="width:10px; height: 10px; position: absolute; background: red; 67 bottom: 0; right: 75px;"> 68 </html:div> 69 70 <html:div class="anchor" 71 style="width:10px; height: 10px; position: absolute; background: red; 72 top: 0; right: 0;"> 73 </html:div> 74 75 <html:div class="anchor" 76 style="width:10px; height: 10px; position: absolute; background: red; 77 top: 0; right: 25px;"> 78 </html:div> 79 80 <html:div class="anchor" 81 style="width:10px; height: 10px; position: absolute; background: red; 82 top: 0; right: 50px;"> 83 </html:div> 84 85 <html:div class="anchor" 86 style="width:10px; height: 10px; position: absolute; background: red; 87 top: 0; right: 75px;"> 88 </html:div> 89 </vbox> 90 </window>