Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / border-image-style-length-expected.txt
blobb85fcf9782b7512556248ce82e246c23f74dba35
1 Test the style.length of an element with a border-image.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 border-image
7 PASS testElement.style.length is 5
8 PASS testElement.style.length is 5
9 PASS testElement.style.length is 5
10 PASS testElement.style.length is 0
11 -webkit-border-image
12 PASS testElement.style.length is 1
13 PASS testElement.style.length is 1
14 PASS testElement.style.length is 1
15 PASS testElement.style.length is 0
16 -webkit-mask-box-image
17 PASS testElement.style.length is 5
18 PASS testElement.style.length is 5
19 PASS testElement.style.length is 5
20 PASS testElement.style.length is 0
21 PASS successfullyParsed is true
23 TEST COMPLETE