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

Unified Diff: Source/web/tests/data/test_touch_link_highlight.html

Issue 15663005: Expand tap highlight to allow multiple highlights for touch disambiguation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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 | « Source/web/tests/LinkHighlightTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/test_touch_link_highlight.html
diff --git a/Source/web/tests/data/test_touch_link_highlight.html b/Source/web/tests/data/test_touch_link_highlight.html
index e3e29a62bc094f11fd50e9f0ea333e7e374b0307..6e6df7a0078e5ffd4ba8b3c931a741aaabc7f3d3 100644
--- a/Source/web/tests/data/test_touch_link_highlight.html
+++ b/Source/web/tests/data/test_touch_link_highlight.html
@@ -29,6 +29,8 @@
<div style="position: absolute; left: 20px; top: 260px; width: 200px;">
<input type="text"> <!-- This will have an I-beam cursor. -->
</div>
+ <a href="http://www.test.com" style="position: absolute; left: 20px; top: 300px; width: 400px;">One link to highlight</a>
+ <a href="http://www.test.com" style="position: absolute; left: 20px; top: 320px; width: 400px;">Another link to highlight simultaneously</a>
<!-- The following is the text for the iframe tag below:
<html>
<body>
« no previous file with comments | « Source/web/tests/LinkHighlightTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698