1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/664127-1.xul Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,22 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 +<?xml-stylesheet type="text/css" href="664127-1.css"?> 1.6 +<?xml-stylesheet type="text/css" href="data:text/css, 1.7 +treechildren::-moz-tree-image { opacity: 0.5; } 1.8 +"?> 1.9 +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 1.10 + <body xmlns="http://www.w3.org/1999/xhtml"> 1.11 + <img src="solidblue.png"/> 1.12 + </body> 1.13 + <tree> 1.14 + <treecols> 1.15 + <treecol flex="1"/> 1.16 + </treecols> 1.17 + <treechildren> 1.18 + <treeitem> 1.19 + <treerow> 1.20 + <treecell label=" "/> 1.21 + </treerow> 1.22 + </treeitem> 1.23 + </treechildren> 1.24 + </tree> 1.25 +</window>