layout/reftests/image-region/image-region.css

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

     1 /*
     2     Any copyright is dedicated to the Public Domain.
     3     http://creativecommons.org/licenses/publicdomain/
     4     */
     5 hbox#test > image {
     6   list-style-image: url("image-region.png");
     7 }
     9 hbox#test > #image1 {
    10   -moz-image-region: rect(1px, 19px, 9px, 1px);
    11 }
    13 hbox#ref > image {
    14   list-style-image: none;
    15 }
    17 hbox#ref > #image1 {
    18   list-style-image: url("image-region-ref.png");
    19 }

mercurial