blob: ebe347997b6834527f1422d9ffebec326dd1b91a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?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="Inactive CSS for XUL documents">
<vbox>
<html:img
id="test-img-in-xul"
style="width:10px; height: 10px; grid-column-gap: 5px;">
</html:img>
</vbox>
</window>
|