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