Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / shorthand-setProperty-important-expected.txt
blob2dc3d9711a7d27d93b2b15c42d8d283e64bfa3fe
1 Verify that the priority parameter is a case-insensitive match to 'important' or the empty string.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS e.style.getPropertyValue('border-bottom-style') is ""
7 PASS e.style.getPropertyPriority('border-bottom-style') is ''
8 PASS e.style.getPropertyValue('border-bottom-style') is ""
9 PASS e.style.getPropertyPriority('border-bottom-style') is ''
10 PASS e.style.getPropertyValue('border-bottom-style') is 'solid'
11 PASS e.style.getPropertyPriority('border-bottom-style') is 'important'
12 PASS e.style.getPropertyValue('border-bottom-style') is ""
13 PASS e.style.getPropertyPriority('border-bottom-style') is ''
14 PASS e.style.getPropertyValue('border-bottom-style') is ""
15 PASS e.style.getPropertyPriority('border-bottom-style') is ''
16 PASS e.style.getPropertyValue('border-bottom-style') is 'solid'
17 PASS e.style.getPropertyPriority('border-bottom-style') is ''
18 PASS successfullyParsed is true
20 TEST COMPLETE