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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/mouse-cursor.html

Issue 2522443002: Remove SVGCursorElement (Closed)
Patch Set: Rebase Created 4 years 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: third_party/WebKit/LayoutTests/fast/events/mouse-cursor.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/mouse-cursor.html b/third_party/WebKit/LayoutTests/fast/events/mouse-cursor.html
index bc4d7e408e780183282f570855f8acf8ffde7500..d4f9687caa3d1455b768defa7da005571884322c 100644
--- a/third_party/WebKit/LayoutTests/fast/events/mouse-cursor.html
+++ b/third_party/WebKit/LayoutTests/fast/events/mouse-cursor.html
@@ -33,9 +33,9 @@
<div style='cursor: url(resources/greenbox-hotspot5-4.cur) 20 10, pointer'>Image with explicit hot spot at (20,10) overriding implicit hot spot</div>
<div style='cursor: url(resources/greenbox-hotspot35-4.cur), pointer'>Image with implicit hot spot outside image at (35,4)</div>
<div style='cursor: url(resources/onload-image.png), pointer'>Over large image with fallback to pointer</div>
- <div style='cursor: url(#greenbox), pointer'>SVG cursor</div>
+ <div style='cursor: url(#greenbox), pointer'>Local element reference</div>
<div style='cursor: url(mouse-cursor_FAIL.html), url(unknown-scheme:cursor_FAIL.png), pointer'>Multiple invalid cursors with fallback to pointer</div>
- <div style='cursor: url(#nonexistent_FAIL), pointer'>Nonexistent SVG cursor with fallback to pointer</div>
+ <div style='cursor: url(#nonexistent_FAIL), pointer'>Nonexistent local element reference with fallback to pointer</div>
<div><a href='#'>A link with default cursor</a></div>
<div style='cursor: wait'><a href='#'>Link with default cursor overriding wait</a></div>
<div style='cursor: wait'><div style='cursor: doesntexist'>Wait cursor which should not be affected by unknown cursor rule</div></div>

Powered by Google App Engine
This is Rietveld 408576698