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

Unified Diff: LayoutTests/compositing/gestures/gesture-tapHighlight-img-and-text.html

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
Index: LayoutTests/compositing/gestures/gesture-tapHighlight-img-and-text.html
diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-img-and-text.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-img-and-text.html
index f19e4858697b8e122ae60fdcea922b6bd28f2777..1b2f31ce7766269739a3f4f4ab205ab1e1aac712 100644
--- a/LayoutTests/compositing/gestures/gesture-tapHighlight-img-and-text.html
+++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-img-and-text.html
@@ -2,6 +2,9 @@
<html>
<head>
<title>This test ensures all elements are highlighted in a multielement <a> when the text is clicked</title>
+<style>
+ a { text-decoration: none; }
+</style>
</head>
<body onload="runTest();">
<div style="-webkit-transform: translateZ(0); padding: 20px;">
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/compositing/gestures/gesture-tapHighlight-img-and-text-2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698