doc_inactive_css_xul.xhtml (499B)
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="Inactive CSS for XUL documents"> 8 9 <vbox> 10 <html:img 11 id="test-img-in-xul" 12 style="width:10px; height: 10px; grid-column-gap: 5px;"> 13 </html:img> 14 </vbox> 15 </window>