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

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

Issue 470833002: Add WebKit API for doing a hit-test that mimics GestureTap (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: tapCount Created 6 years, 1 month 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/WebViewTest.cpp ('k') | public/web/WebView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/hit_test.html
diff --git a/Source/web/tests/data/hit_test.html b/Source/web/tests/data/hit_test.html
new file mode 100644
index 0000000000000000000000000000000000000000..1c9e71715e15f9fd35c38c163c42621dffce96cb
--- /dev/null
+++ b/Source/web/tests/data/hit_test.html
@@ -0,0 +1,8 @@
+<!doctype html>
+<html>
+<body style='margin:0px'>
+<a href="http://www.google.com">
+ <img style='width:50px; height:50px'/>
+</a>
+</body>
+</html>
« no previous file with comments | « Source/web/tests/WebViewTest.cpp ('k') | public/web/WebView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698