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