| OLD | NEW |
| 1 Test to make sure the box-decoration-break property is correctly parsed. | 1 Test to make sure the box-decoration-break property is correctly parsed. |
| 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('-webkit-box-decoration-break') is 'slice' | 6 PASS e.style.getPropertyValue('-webkit-box-decoration-break') is 'slice' |
| 7 PASS computedStyle.getPropertyValue('-webkit-box-decoration-break') is 'slice' | 7 PASS computedStyle.getPropertyValue('-webkit-box-decoration-break') is 'slice' |
| 8 PASS e.style.getPropertyValue('-webkit-box-decoration-break') is 'clone' | 8 PASS e.style.getPropertyValue('-webkit-box-decoration-break') is 'clone' |
| 9 PASS computedStyle.getPropertyValue('-webkit-box-decoration-break') is 'clone' | 9 PASS computedStyle.getPropertyValue('-webkit-box-decoration-break') is 'clone' |
| 10 PASS e.style.getPropertyValue('-webkit-box-decoration-break') is null | 10 PASS e.style.getPropertyValue('-webkit-box-decoration-break') is "" |
| 11 PASS computedStyle.getPropertyValue('-webkit-box-decoration-break') is 'slice' | 11 PASS computedStyle.getPropertyValue('-webkit-box-decoration-break') is 'slice' |
| 12 PASS successfullyParsed is true | 12 PASS successfullyParsed is true |
| 13 | 13 |
| 14 TEST COMPLETE | 14 TEST COMPLETE |
| 15 | 15 |
| OLD | NEW |