layout/reftests/xul/tree-row-outline-1.xul

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/xul/tree-row-outline-1.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +<?xml version="1.0"?>
     1.5 +<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
     1.6 +
     1.7 +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
     1.8 +        xmlns:html="http://www.w3.org/1999/xhtml"
     1.9 +        >
    1.10 +
    1.11 +  <html:style>
    1.12 +    <![CDATA[
    1.13 +
    1.14 +      treechildren::-moz-tree-row(odd) {
    1.15 +        outline: 2px solid blue;
    1.16 +        outline-offset: -2px;
    1.17 +      }
    1.18 +
    1.19 +    ]]>
    1.20 +  </html:style>
    1.21 +
    1.22 +  <tree seltype="single" flex="1">
    1.23 +    <treecols>
    1.24 +      <treecol flex="1"/>
    1.25 +      <treecol flex="1"/>
    1.26 +    </treecols>
    1.27 +    <treechildren>
    1.28 +      <treeitem><treerow><treecell label="One"/><treecell label="Two"/></treerow></treeitem>
    1.29 +      <treeitem><treerow><treecell label="One"/><treecell label="Two"/></treerow></treeitem>
    1.30 +      <treeitem><treerow><treecell label="One"/><treecell label="Two"/></treerow></treeitem>
    1.31 +    </treechildren>
    1.32 +  </tree>
    1.33 +
    1.34 +</window>

mercurial