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

Unified Diff: LayoutTests/compositing/gestures/resources/link-highlight-style.css

Issue 322253004: Change compositing/gestures tests to avoid a one pixel difference (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/compositing/gestures/resources/link-highlight-helper.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/gestures/resources/link-highlight-style.css
diff --git a/LayoutTests/compositing/gestures/resources/link-highlight-style.css b/LayoutTests/compositing/gestures/resources/link-highlight-style.css
index 7e79d8b0b8416ccfcca4f2d17c5d82dcdcd754ff..6b13854fb54d5d007f627a5ea15fbf1722da4232 100644
--- a/LayoutTests/compositing/gestures/resources/link-highlight-style.css
+++ b/LayoutTests/compositing/gestures/resources/link-highlight-style.css
@@ -22,6 +22,10 @@
color: rgb(0, 255, 0);
}
+a {
+ text-decoration: none;
+}
+
a:active {
color: rgb(0, 255, 0);
}
« no previous file with comments | « LayoutTests/compositing/gestures/resources/link-highlight-helper.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698