| OLD | NEW |
| 1 Verify that the priority parameter is a case-insensitive match to 'important' or
the empty string. | 1 Verify that the priority parameter is a case-insensitive match to 'important' or
the empty string. |
| 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 | 6 PASS e.style.getPropertyValue('border-bottom-style') is null |
| 7 PASS e.style.getPropertyPriority('border-bottom-style') is '' | 7 PASS e.style.getPropertyPriority('border-bottom-style') is '' |
| 8 PASS e.style.getPropertyValue('border-bottom-style') is null | 8 PASS e.style.getPropertyValue('border-bottom-style') is null |
| 9 PASS e.style.getPropertyPriority('border-bottom-style') is '' | 9 PASS e.style.getPropertyPriority('border-bottom-style') is '' |
| 10 PASS e.style.getPropertyValue('border-bottom-style') is 'solid' | 10 PASS e.style.getPropertyValue('border-bottom-style') is 'solid' |
| 11 PASS e.style.getPropertyPriority('border-bottom-style') is 'important' | 11 PASS e.style.getPropertyPriority('border-bottom-style') is 'important' |
| 12 PASS e.style.getPropertyValue('border-bottom-style') is null | 12 PASS e.style.getPropertyValue('border-bottom-style') is null |
| 13 PASS e.style.getPropertyPriority('border-bottom-style') is '' | 13 PASS e.style.getPropertyPriority('border-bottom-style') is '' |
| 14 PASS e.style.getPropertyValue('border-bottom-style') is null | |
| 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 | 14 PASS successfullyParsed is true |
| 19 | 15 |
| 20 TEST COMPLETE | 16 TEST COMPLETE |
| 21 | 17 |
| OLD | NEW |