blob: 36e025beb504b72a732c1496928e2ad2ec4b7547 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Tests that the list-style shorthand is computed properly.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS computedStyle.getPropertyValue('list-style') is "circle outside url(\"dummy://test.png\")"
PASS computedStyle.getPropertyValue('list-style') is "disc outside none"
PASS computedStyle.getPropertyValue('list-style') is "circle outside none"
PASS computedStyle.getPropertyValue('list-style') is "none outside none"
PASS computedStyle.getPropertyValue('list-style') is "circle outside url(\"dummy://test.png\")"
PASS successfullyParsed is true
TEST COMPLETE
|