Bug 1733437 - Don't use non-existant bullet images in xul test. r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D127146
This commit is contained in:
Eitan Isaacson 2021-09-30 22:25:41 +00:00
parent ccd22bb5d7
commit 7c2a7c9949

View File

@ -3,13 +3,13 @@ treechildren::-moz-tree-checkbox(checked) {
}
treechildren::-moz-tree-image(cyclerState1) {
list-style-image: url("chrome://global/skin/console/bullet-question.png");
list-style-type: disc;
}
treechildren::-moz-tree-image(cyclerState2) {
list-style-image: url("chrome://global/skin/console/bullet-warning.png");
list-style-type: circle;
}
treechildren::-moz-tree-image(cyclerState3) {
list-style-image: url("chrome://global/skin/console/bullet-error.png");
list-style-type: square;
}