| 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. |
| PASS style.cssText is "cursor: image-set(url(\"file:///foo.png\") 1x), auto;" |
| PASS style.cssText is "cursor: image-set(url(\"file:///foo.png\") 1x, url(\"file:///foo2x.png\") 2x), auto;" |
| PASS style.cssText is "cursor: image-set(url(\"file:///foo.png\") 1x, url(\"file:///foo2x.png\") 2x) 2 3, auto;" |
| PASS style.cssText is "cursor: image-set(url(\"file:///foo03.png\") 0.3x, url(\"file:///foo5x.png\") 5x) 6 5, url(\"file:///foo.png\") 12 3, pointer;" |
| PASS successfullyParsed is true |
| |
| TEST COMPLETE |
| |