layout/reftests/bugs/664127-1.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/664127-1.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +/* This external stylesheet is needed to be able to use a cached image
     1.5 +   (solidblue.png) through a relative path */
     1.6 +tree {
     1.7 +  height: 100px; -moz-appearance: none; border: none;
     1.8 +}
     1.9 +treecol, treecolpicker {
    1.10 +  visibility: hidden;
    1.11 +}
    1.12 +treechildren::-moz-tree-image {
    1.13 +  list-style-image: url('solidblue.png');
    1.14 +}

mercurial