Test the parsing of the cursor property when used with -webkit-image-set. On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". Bug 99493 Test a bunch of cursor rules which should round-trip exactly. FAIL roundtripCssRule("cursor: image-set(url(file:///foo.png) 1x), auto;") should be cursor: image-set(url(file:///foo.png) 1x), auto;. Was . FAIL roundtripCssRule("cursor: image-set(url(file:///foo.png) 1x, url(file:///foo2x.png) 2x), auto;") should be cursor: image-set(url(file:///foo.png) 1x, url(file:///foo2x.png) 2x), auto;. Was . FAIL roundtripCssRule("cursor: image-set(url(file:///foo.png) 1x, url(file:///foo2x.png) 2x) 2 3, auto;") should be cursor: image-set(url(file:///foo.png) 1x, url(file:///foo2x.png) 2x) 2 3, auto;. Was . FAIL roundtripCssRule("cursor: image-set(url(file:///foo03.png) 0.3x, url(file:///foo5x.png) 5x) 6 5, url(file:///foo.png) 12 3, pointer;") should be cursor: image-set(url(file:///foo03.png) 0.3x, url(file:///foo5x.png) 5x) 6 5, url(file:///foo.png) 12 3, pointer;. Was . PASS successfullyParsed is true TEST COMPLETE