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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/bug523527-cursor-doesnt-update-with-same-hotspot.html

Issue 1363233003: Make sure <url>s are being serialized according to spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix interpolation tests Created 5 years, 3 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: third_party/WebKit/LayoutTests/fast/css/bug523527-cursor-doesnt-update-with-same-hotspot.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/bug523527-cursor-doesnt-update-with-same-hotspot.html b/third_party/WebKit/LayoutTests/fast/css/bug523527-cursor-doesnt-update-with-same-hotspot.html
index 4d0450e99cd3a21c38432a2077f2316dad9b24e4..b3630c22cb04f944ea9555af54dd0b9667b90e10 100644
--- a/third_party/WebKit/LayoutTests/fast/css/bug523527-cursor-doesnt-update-with-same-hotspot.html
+++ b/third_party/WebKit/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;

Powered by Google App Engine
This is Rietveld 408576698