Index: LayoutTests/fast/css/bug523527-cursor-doesnt-update-with-same-hotspot.html |
diff --git a/LayoutTests/fast/css/bug523527-cursor-doesnt-update-with-same-hotspot.html b/LayoutTests/fast/css/bug523527-cursor-doesnt-update-with-same-hotspot.html |
index 4d0450e99cd3a21c38432a2077f2316dad9b24e4..7667c3adbd5bfac4e120e6cfc837a6e7484383c4 100644 |
--- a/LayoutTests/fast/css/bug523527-cursor-doesnt-update-with-same-hotspot.html |
+++ b/LayoutTests/fast/css/bug523527-cursor-doesnt-update-with-same-hotspot.html |
@@ -4,8 +4,8 @@ |
<script src="../../resources/testharness.js"></script> |
<script src="../../resources/testharnessreport.js"></script> |
<script> |
-var verticalCursor = "url(file:///a) 11 11, default"; |
-var horizontalCursor = "url(file:///b) 11 11, default"; |
+var verticalCursor = "url(\"file:///a\") 11 11, default"; |
+var horizontalCursor = "url(\"file:///b\") 11 11, default"; |
test(function () { |
element.style.cursor = verticalCursor; |