blob: 34ab65c86faf0b3e1ad4d946b07cc0911192979e [file] [log] [blame]
Test to make sure the box-decoration-break property is correctly parsed.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS e.style.getPropertyValue('-webkit-box-decoration-break') is 'slice'
PASS computedStyle.getPropertyValue('-webkit-box-decoration-break') is 'slice'
PASS e.style.getPropertyValue('-webkit-box-decoration-break') is 'clone'
PASS computedStyle.getPropertyValue('-webkit-box-decoration-break') is 'clone'
PASS e.style.getPropertyValue('-webkit-box-decoration-break') is ""
PASS computedStyle.getPropertyValue('-webkit-box-decoration-break') is 'slice'
PASS successfullyParsed is true
TEST COMPLETE