blob: be366dac03888f5d089e7268f3e40fcf827b9356 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Tests that querying the priority for a shorthand works.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS e.style.getPropertyValue('border-bottom-style') is 'solid'
PASS e.style.getPropertyPriority('border-bottom-style') is 'important'
PASS e.style.getPropertyValue('border') is '20px solid green'
PASS e.style.getPropertyPriority('border') is ''
PASS e.style.getPropertyValue('border') is '20px solid green'
PASS e.style.getPropertyPriority('border') is 'important'
PASS successfullyParsed is true
TEST COMPLETE
|