Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / box-decoration-break / box-decoration-break-parsing-expected.txt
blob025d48fd288f9b167d3d62e910b0bab6a098aad6
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
14 TEST COMPLETE