Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Unified Diff: LayoutTests/fast/css/cursor-parsing.html

Issue 288303007: Unprefix CSS cursor values zoom-in and zoom-out (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: switch Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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');
« no previous file with comments | « no previous file | LayoutTests/fast/css/cursor-parsing-expected.txt » ('j') | Source/core/css/CSSPrimitiveValueMappings.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698