blob: b85fcf9782b7512556248ce82e246c23f74dba35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
Test the style.length of an element with a border-image.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
border-image
PASS testElement.style.length is 5
PASS testElement.style.length is 5
PASS testElement.style.length is 5
PASS testElement.style.length is 0
-webkit-border-image
PASS testElement.style.length is 1
PASS testElement.style.length is 1
PASS testElement.style.length is 1
PASS testElement.style.length is 0
-webkit-mask-box-image
PASS testElement.style.length is 5
PASS testElement.style.length is 5
PASS testElement.style.length is 5
PASS testElement.style.length is 0
PASS successfullyParsed is true
TEST COMPLETE
|