| Index: LayoutTests/fast/css/cursor-parsing.html
|
| diff --git a/LayoutTests/fast/css/cursor-parsing.html b/LayoutTests/fast/css/cursor-parsing.html
|
| index ad617b1dec73c8dc1b9a37efab2298997719e99e..c0072e1d9eae0350710453615ace2d94b29d81df 100644
|
| --- a/LayoutTests/fast/css/cursor-parsing.html
|
| +++ b/LayoutTests/fast/css/cursor-parsing.html
|
| @@ -43,7 +43,11 @@ debug('Test a bunch of cursor rules which should round-trip exactly.');
|
| testCursorRule('auto');
|
| testCursorRule('none');
|
| testCursorRule('copy');
|
| +testCursorRule('zoom-in');
|
| +testCursorRule('zoom-out');
|
| testCursorRule('-webkit-grabbing');
|
| +testCursorRule('-webkit-zoom-in');
|
| +testCursorRule('-webkit-zoom-out');
|
| testCursorRule('url(file:///foo.png), crosshair');
|
| testCursorRule('url(file:///foo.png), url(file:///foo2.png), pointer');
|
| testCursorRule('url(file:///foo.png) 12 3, pointer');
|
|
|