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

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     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