blob: 326c1446703544f2777637c6dace922216ccfe6a [file] [log] [blame]
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 "outside url(\"dummy://test.png\") circle"
PASS computedStyle.getPropertyValue('list-style') is "outside none disc"
PASS computedStyle.getPropertyValue('list-style') is "outside none circle"
PASS computedStyle.getPropertyValue('list-style') is "outside none none"
PASS computedStyle.getPropertyValue('list-style') is "outside url(\"dummy://test.png\") circle"
PASS successfullyParsed is true
TEST COMPLETE