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

Unified Diff: LayoutTests/compositing/gestures/resources/link-highlight-helper.js

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
Index: LayoutTests/compositing/gestures/resources/link-highlight-helper.js
diff --git a/LayoutTests/compositing/gestures/resources/link-highlight-helper.js b/LayoutTests/compositing/gestures/resources/link-highlight-helper.js
index bd735929375c5b65339c58697bdef0dea98d6e1a..da33156550665e559f2f51cd3cd6901837a9285b 100644
--- a/LayoutTests/compositing/gestures/resources/link-highlight-helper.js
+++ b/LayoutTests/compositing/gestures/resources/link-highlight-helper.js
@@ -1,3 +1,8 @@
+function createSquareCompositedHighlight(node)
+{
+ return _createHighlight(node, "squaredHighlight highlightDiv composited");
+}
+
function createCompositedHighlight(node)
{
return _createHighlight(node, "highlightDiv composited");

Powered by Google App Engine
This is Rietveld 408576698