blob: 8b2f71b3b4b350065a0837b9d0f824ad7765f4f0 [file] [log] [blame]
Verify that the priority parameter is a case-insensitive match to 'important' or the empty string.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS e.style.getPropertyValue('border-bottom-style') is ""
PASS e.style.getPropertyPriority('border-bottom-style') is ''
PASS e.style.getPropertyValue('border-bottom-style') is ""
PASS e.style.getPropertyPriority('border-bottom-style') is ''
PASS e.style.getPropertyValue('border-bottom-style') is 'solid'
PASS e.style.getPropertyPriority('border-bottom-style') is 'important'
PASS e.style.getPropertyValue('border-bottom-style') is ""
PASS e.style.getPropertyPriority('border-bottom-style') is ''
PASS e.style.getPropertyValue('border-bottom-style') is ""
PASS e.style.getPropertyPriority('border-bottom-style') is ''
PASS e.style.getPropertyValue('border-bottom-style') is 'solid'
PASS e.style.getPropertyPriority('border-bottom-style') is ''
PASS successfullyParsed is true
TEST COMPLETE