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

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

Issue 1355263002: Make sure <url>s are being serialized according to spec (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@urlThing161644
Patch Set: 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: 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;
« no previous file with comments | « LayoutTests/fast/css/background-serialize-expected.txt ('k') | LayoutTests/fast/css/css-escaped-identifier.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698