mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
2b91a594c7
r=roc
23 lines
570 B
XML
23 lines
570 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml-stylesheet type="text/css" href="664127-1.css"?>
|
|
<?xml-stylesheet type="text/css" href="data:text/css,
|
|
tree { opacity: 0.5; }
|
|
"?>
|
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
<body xmlns="http://www.w3.org/1999/xhtml">
|
|
<img src="solidblue.png"/>
|
|
</body>
|
|
<tree>
|
|
<treecols>
|
|
<treecol flex="1"/>
|
|
</treecols>
|
|
<treechildren>
|
|
<treeitem>
|
|
<treerow>
|
|
<treecell label=" "/>
|
|
</treerow>
|
|
</treeitem>
|
|
</treechildren>
|
|
</tree>
|
|
</window>
|