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

Unified Diff: LayoutTests/http/tests/misc/clone-in-DOMContentLoaded.html

Issue 23816008: Drop CSS cursor quirk for missing fallback cursor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added default pointer fallback to cursor rule in http test Created 7 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
« no previous file with comments | « LayoutTests/fast/css/uri-token-parsing-expected.txt ('k') | Source/core/css/CSSParser-in.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/misc/clone-in-DOMContentLoaded.html
diff --git a/LayoutTests/http/tests/misc/clone-in-DOMContentLoaded.html b/LayoutTests/http/tests/misc/clone-in-DOMContentLoaded.html
index 821fab169f3c394674da6de753db47946d1ca80c..f2ef11dd0ddab6e8641097fb48f190eb12575c83 100644
--- a/LayoutTests/http/tests/misc/clone-in-DOMContentLoaded.html
+++ b/LayoutTests/http/tests/misc/clone-in-DOMContentLoaded.html
@@ -2,7 +2,7 @@ PASS
<title>Test that we don't crash when we clone inside DOMContentLoaded</title>
<body>
<style>
-* { cursor: -webkit-image-set(url("https://does-not-exist") 251x);
+* { cursor: -webkit-image-set(url("https://does-not-exist") 251x), pointer; }
</style>
<script>
if (window.testRunner) {
« no previous file with comments | « LayoutTests/fast/css/uri-token-parsing-expected.txt ('k') | Source/core/css/CSSParser-in.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698