Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / getComputedStyle / getComputedStyle-border-style-shorthand-expected.txt
blob2e25a7e4d56b4dbc2b84abebddc1578a286a0f4d
1 Tests that the border-style shorthand is computed properly.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS computedStyle.getPropertyValue('border-style') is 'solid dotted'
7 PASS computedStyle.getPropertyValue('border-style') is 'solid dotted groove dashed'
8 PASS successfullyParsed is true
10 TEST COMPLETE