summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/664127-1.xhtml
blob: 84ee6b058af705ed5ae807390b10710171e79e7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="664127-1.css"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  <body xmlns="http://www.w3.org/1999/xhtml">
    <style><![CDATA[
      treechildren::-moz-tree-image { opacity: 0.5; }
    ]]></style>
    <img src="solidblue.png"/>
  </body>
  <tree>
    <treecols>
      <treecol flex="1"/>
    </treecols>
    <treechildren>
      <treeitem>
        <treerow>
          <treecell label=" "/>
        </treerow>
      </treeitem>
    </treechildren>
  </tree>
</window>