Thu, 15 Jan 2015 21:03:48 +0100
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 }