Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / shorthand-priority-expected.txt
blobbe366dac03888f5d089e7268f3e40fcf827b9356
1 Tests that querying the priority for a shorthand works.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS e.style.getPropertyValue('border-bottom-style') is 'solid'
7 PASS e.style.getPropertyPriority('border-bottom-style') is 'important'
8 PASS e.style.getPropertyValue('border') is '20px solid green'
9 PASS e.style.getPropertyPriority('border') is ''
10 PASS e.style.getPropertyValue('border') is '20px solid green'
11 PASS e.style.getPropertyPriority('border') is 'important'
12 PASS successfullyParsed is true
14 TEST COMPLETE