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

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

Issue 129643002: Fix link highlights on links that contain images. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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') | Source/web/LinkHighlight.h » ('j') | 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 e0d4dc73f7118609df81542557e5e7eec039ad4a..7e79d8b0b8416ccfcca4f2d17c5d82dcdcd754ff 100644
--- a/LayoutTests/compositing/gestures/resources/link-highlight-style.css
+++ b/LayoutTests/compositing/gestures/resources/link-highlight-style.css
@@ -38,6 +38,10 @@ a.needsFix:active {
position: absolute;
}
+.squaredHighlight {
+ -webkit-border-radius: 0px;
+}
+
.composited {
-webkit-transform: translateZ(0);
}
« no previous file with comments | « LayoutTests/compositing/gestures/resources/link-highlight-helper.js ('k') | Source/web/LinkHighlight.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698