| OLD | NEW |
| 1 Test the setting of the -webkit-image-set function. | 1 Test the setting of the -webkit-image-set function. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 Single value for background-image : url(http://www.webkit.org/a) 1x | 7 Single value for background-image : url("http://www.webkit.org/a") 1x |
| 8 PASS testComputedStyle("background-image", "-webkit-image-set(url(http://www.web
kit.org/a) 1x)") is "-webkit-image-set(url(http://www.webkit.org/a) 1x)" | 8 PASS testComputedStyle(`background-image`, `-webkit-image-set(url("http://www.we
bkit.org/a") 1x)`) is "-webkit-image-set(url(\"http://www.webkit.org/a\") 1x)" |
| 9 | 9 |
| 10 Multiple values for background-image : url(http://www.webkit.org/a) 1x, url(http
://www.webkit.org/b) 2x | 10 Multiple values for background-image : url("http://www.webkit.org/a") 1x, url("h
ttp://www.webkit.org/b") 2x |
| 11 PASS testComputedStyle("background-image", "-webkit-image-set(url(http://www.web
kit.org/a) 1x, url(http://www.webkit.org/b) 2x)") is "-webkit-image-set(url(http
://www.webkit.org/a) 1x, url(http://www.webkit.org/b) 2x)" | 11 PASS testComputedStyle(`background-image`, `-webkit-image-set(url("http://www.we
bkit.org/a") 1x, url("http://www.webkit.org/b") 2x)`) is "-webkit-image-set(url(
\"http://www.webkit.org/a\") 1x, url(\"http://www.webkit.org/b\") 2x)" |
| 12 | 12 |
| 13 Multiple values for background-image, out of order : url(http://www.webkit.org/c
) 3x, url(http://www.webkit.org/b) 2x, url(http://www.webkit.org/a) 1x | 13 Multiple values for background-image, out of order : url("http://www.webkit.org/
c") 3x, url("http://www.webkit.org/b") 2x, url("http://www.webkit.org/a") 1x |
| 14 PASS testComputedStyle("background-image", "-webkit-image-set(url(http://www.web
kit.org/c) 3x, url(http://www.webkit.org/b) 2x, url(http://www.webkit.org/a) 1x)
") is "-webkit-image-set(url(http://www.webkit.org/c) 3x, url(http://www.webkit.
org/b) 2x, url(http://www.webkit.org/a) 1x)" | 14 PASS testComputedStyle(`background-image`, `-webkit-image-set(url("http://www.we
bkit.org/c") 3x, url("http://www.webkit.org/b") 2x, url("http://www.webkit.org/a
") 1x)`) is "-webkit-image-set(url(\"http://www.webkit.org/c\") 3x, url(\"http:/
/www.webkit.org/b\") 2x, url(\"http://www.webkit.org/a\") 1x)" |
| 15 | 15 |
| 16 Duplicate values for background-image : url(http://www.webkit.org/c) 1x, url(htt
p://www.webkit.org/b) 2x, url(http://www.webkit.org/a) 1x | 16 Duplicate values for background-image : url("http://www.webkit.org/c") 1x, url("
http://www.webkit.org/b") 2x, url("http://www.webkit.org/a") 1x |
| 17 PASS testComputedStyle("background-image", "-webkit-image-set(url(http://www.web
kit.org/c) 1x, url(http://www.webkit.org/b) 2x, url(http://www.webkit.org/a) 1x)
") is "-webkit-image-set(url(http://www.webkit.org/c) 1x, url(http://www.webkit.
org/b) 2x, url(http://www.webkit.org/a) 1x)" | 17 PASS testComputedStyle(`background-image`, `-webkit-image-set(url("http://www.we
bkit.org/c") 1x, url("http://www.webkit.org/b") 2x, url("http://www.webkit.org/a
") 1x)`) is "-webkit-image-set(url(\"http://www.webkit.org/c\") 1x, url(\"http:/
/www.webkit.org/b\") 2x, url(\"http://www.webkit.org/a\") 1x)" |
| 18 | 18 |
| 19 Fractional values for background-image : url(http://www.webkit.org/c) 0.2x, url(
http://www.webkit.org/b) 2.3x, url(http://www.webkit.org/a) 12.3456x | 19 Fractional values for background-image : url("http://www.webkit.org/c") 0.2x, ur
l("http://www.webkit.org/b") 2.3x, url("http://www.webkit.org/a") 12.3456x |
| 20 PASS testComputedStyle("background-image", "-webkit-image-set(url(http://www.web
kit.org/c) 0.2x, url(http://www.webkit.org/b) 2.3x, url(http://www.webkit.org/a)
12.3456x)") is "-webkit-image-set(url(http://www.webkit.org/c) 0.2x, url(http:/
/www.webkit.org/b) 2.3x, url(http://www.webkit.org/a) 12.3456x)" | 20 PASS testComputedStyle(`background-image`, `-webkit-image-set(url("http://www.we
bkit.org/c") 0.2x, url("http://www.webkit.org/b") 2.3x, url("http://www.webkit.o
rg/a") 12.3456x)`) is "-webkit-image-set(url(\"http://www.webkit.org/c\") 0.2x,
url(\"http://www.webkit.org/b\") 2.3x, url(\"http://www.webkit.org/a\") 12.3456x
)" |
| 21 PASS successfullyParsed is true | 21 PASS successfullyParsed is true |
| 22 | 22 |
| 23 TEST COMPLETE | 23 TEST COMPLETE |
| 24 | 24 |
| OLD | NEW |