mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
20 lines
378 B
CSS
20 lines
378 B
CSS
/*
|
|
Any copyright is dedicated to the Public Domain.
|
|
http://creativecommons.org/licenses/publicdomain/
|
|
*/
|
|
hbox#test > image {
|
|
list-style-image: url("image-region.png");
|
|
}
|
|
|
|
hbox#test > #image1 {
|
|
-moz-image-region: rect(1px, 19px, 9px, 1px);
|
|
}
|
|
|
|
hbox#ref > image {
|
|
list-style-image: none;
|
|
}
|
|
|
|
hbox#ref > #image1 {
|
|
list-style-image: url("image-region-ref.png");
|
|
}
|