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

Unified Diff: LayoutTests/fast/history/visited-link-hover.html

Issue 917973002: :visited invalidation for remaining text-related properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed extra space in reference Created 5 years, 10 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 | « no previous file | LayoutTests/fast/history/visited-link-hover-emphasis-color.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/history/visited-link-hover.html
diff --git a/LayoutTests/fast/history/visited-link-hover.html b/LayoutTests/fast/history/visited-link-hover.html
index 52063dadad76c47d500946bd5fb84976eb7793fc..34535d6c63f0f86d37d55bae8f420dd2886d29b6 100644
--- a/LayoutTests/fast/history/visited-link-hover.html
+++ b/LayoutTests/fast/history/visited-link-hover.html
@@ -14,9 +14,11 @@ a, a:hover { color: green; text-decoration: none }
<a id="anchor" href="">Should be green when hovered</a>
</div>
<script>
-testRunner.displayAsyncThen(function(){
- if (window.eventSender);
- eventSender.mouseMoveTo(anchor.offsetLeft + 1, anchor.offsetTop + 1);
- window.testRunner.notifyDone();
-});
+if (window.testRunner) {
+ testRunner.displayAsyncThen(function(){
+ if (window.eventSender);
+ eventSender.mouseMoveTo(anchor.offsetLeft + 1, anchor.offsetTop + 1);
+ window.testRunner.notifyDone();
+ });
+}
</script>
« no previous file with comments | « no previous file | LayoutTests/fast/history/visited-link-hover-emphasis-color.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698