1 Test the parsing of the -webkit-image-set function.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 Single value for background-image : url(#a) 1x
8 PASS result is "-webkit-image-set(url(#a) 1x)"
10 Multiple values for background-image : url(#a) 1x, url(#b) 2x
11 PASS result is "-webkit-image-set(url(#a) 1x, url(#b) 2x)"
13 Multiple values for background-image, out of order : url(#c) 3x, url(#b) 2x, url(#a) 1x
14 PASS result is "-webkit-image-set(url(#c) 3x, url(#b) 2x, url(#a) 1x)"
16 Single value for content : url(#a) 1x
17 PASS result is "-webkit-image-set(url(#a) 1x)"
19 Multiple values for content : url(#a) 1x, url(#b) 2x
20 PASS result is "-webkit-image-set(url(#a) 1x, url(#b) 2x)"
22 Single value for border-image : url(#a) 1x
23 PASS result is "-webkit-image-set(url(#a) 1x)"
25 Multiple values for border-image : url(#a) 1x, url(#b) 2x
26 PASS result is "-webkit-image-set(url(#a) 1x, url(#b) 2x)"
28 Single value for -webkit-mask-box-image-source : url(#a) 1x
29 PASS result is "-webkit-image-set(url(#a) 1x)"
31 Multiple values for -webkit-mask-box-image-source : url(#a) 1x, url(#b) 2x
32 PASS result is "-webkit-image-set(url(#a) 1x, url(#b) 2x)"
33 PASS successfullyParsed is true