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

Unified Diff: third_party/WebKit/Source/web/tests/data/touch-event-target-rects.html

Issue 2015783002: Invalidate touchEventTargetRects in ScrollingCoordinator when toggling touch emulation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/tests/data/touch-event-target-rects.html
diff --git a/third_party/WebKit/Source/web/tests/data/touch-event-target-rects.html b/third_party/WebKit/Source/web/tests/data/touch-event-target-rects.html
new file mode 100644
index 0000000000000000000000000000000000000000..07e95037a79103a84915e4240b15c1506bb57e69
--- /dev/null
+++ b/third_party/WebKit/Source/web/tests/data/touch-event-target-rects.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<style>
+body {
+ height: 10000px;
+}
+#touch {
+ width: 200px;
+ height: 200px;
+}
+</style>
+<body id="body"><div id="touch"></div></body>
+<script>
+document.getElementById("touch").addEventListener("touchstart", function(){});
+</script>
« no previous file with comments | « third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698