1 Test to make sure the box-decoration-break property is correctly parsed.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS e.style.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'
9 PASS computedStyle.getPropertyValue('-webkit-box-decoration-break') is 'clone'
10 PASS e.style.getPropertyValue('-webkit-box-decoration-break') is ""
11 PASS computedStyle.getPropertyValue('-webkit-box-decoration-break') is 'slice'
12 PASS successfullyParsed is true