| OLD | NEW |
| 1 1 2 3 4 5 6 7 8 9 | 1 1 2 3 4 5 6 7 8 9 |
| 2 Bug 15823: getPropertyValue for border returns null, should compute the shorthan
d value | 2 Bug 15823: getPropertyValue for border returns null, should compute the shorthan
d value |
| 3 | 3 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 | 5 |
| 6 | 6 |
| 7 PASS div1.style.getPropertyValue("border") is '5px solid green' | 7 PASS div1.style.getPropertyValue("border") is '5px solid green' |
| 8 PASS div2.style.getPropertyValue("border") is '5px solid' | 8 PASS div2.style.getPropertyValue("border") is '5px solid' |
| 9 PASS div3.style.getPropertyValue("border") is '5px green' | 9 PASS div3.style.getPropertyValue("border") is '5px green' |
| 10 NOTE: '5px green' is an illegal CSS value for 'border'. | 10 NOTE: '5px green' is an illegal CSS value for 'border'. |
| 11 PASS div4.style.getPropertyValue("border") is 'solid green' | 11 PASS div4.style.getPropertyValue("border") is 'solid green' |
| 12 PASS div5.style.getPropertyValue("border") is 'green' | 12 PASS div5.style.getPropertyValue("border") is 'green' |
| 13 NOTE: 'green' is an illegal CSS value for 'border'. | 13 NOTE: 'green' is an illegal CSS value for 'border'. |
| 14 PASS div6.style.getPropertyValue("border") is '5px' | 14 PASS div6.style.getPropertyValue("border") is '5px' |
| 15 PASS div7.style.getPropertyValue("border") is 'solid' | 15 PASS div7.style.getPropertyValue("border") is 'solid' |
| 16 PASS div8.style.getPropertyValue("border") is null | 16 PASS div8.style.getPropertyValue("border") is "" |
| 17 PASS div9.style.getPropertyValue("border") is null | 17 PASS div9.style.getPropertyValue("border") is "" |
| 18 PASS successfullyParsed is true | 18 PASS successfullyParsed is true |
| 19 | 19 |
| 20 TEST COMPLETE | 20 TEST COMPLETE |
| 21 | 21 |
| OLD | NEW |