Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / getComputedStyle / getComputedStyle-list-style-shorthand-expected.txt
blobfc9cc9f4e6ebb015fbcf543f581aa237e4749a50
1 Tests that the list-style shorthand is computed properly.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS computedStyle.getPropertyValue('list-style') is 'circle outside url(dummy://test.png)'
7 PASS computedStyle.getPropertyValue('list-style') is 'disc outside none'
8 PASS computedStyle.getPropertyValue('list-style') is 'circle outside none'
9 PASS computedStyle.getPropertyValue('list-style') is 'none outside none'
10 PASS computedStyle.getPropertyValue('list-style') is 'circle outside url(dummy://test.png)'
11 PASS successfullyParsed is true
13 TEST COMPLETE