1 Test to make sure border-image-slice is correctly parsed.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS computedStyle.getPropertyValue('border-image-slice') is '10'
7 PASS computedStyle.getPropertyValue('border-image-slice') is '30%'
8 PASS computedStyle.getPropertyValue('border-image-slice') is '10'
9 PASS computedStyle.getPropertyValue('border-image-slice') is '10 30%'
10 PASS computedStyle.getPropertyValue('border-image-slice') is '30%'
11 PASS computedStyle.getPropertyValue('border-image-slice') is '10'
12 PASS computedStyle.getPropertyValue('border-image-slice') is '30% 10 10'
13 PASS computedStyle.getPropertyValue('border-image-slice') is '10 30%'
14 PASS computedStyle.getPropertyValue('border-image-slice') is '30% 30% 30% 10'
15 PASS computedStyle.getPropertyValue('border-image-slice') is '10'
16 PASS computedStyle.getPropertyValue('border-image-slice') is '30% 30% 30% 10'
17 PASS computedStyle.getPropertyValue('border-image-slice') is '30%'
18 PASS computedStyle.getPropertyValue('border-image-slice') is '30% fill'
19 PASS computedStyle.getPropertyValue('border-image-slice') is '10 fill'
20 PASS computedStyle.getPropertyValue('border-image-slice') is '2 4 8% 16% fill'
21 PASS computedStyle.getPropertyValue('border-image-slice') is '30% fill'
22 PASS computedStyle.getPropertyValue('border-image-slice') is '10 fill'
23 PASS computedStyle.getPropertyValue('border-image-slice') is '2 4 8% 16% fill'
24 PASS computedStyle.getPropertyValue('border-image-slice') is '100%'
25 PASS computedStyle.getPropertyValue('border-image-slice') is '100%'
26 PASS computedStyle.getPropertyValue('border-image-slice') is '100%'
27 PASS successfullyParsed is true