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

Unified Diff: LayoutTests/touchadjustment/small-target-test.html

Issue 370843002: Allow touch adjustment to return Shadow DOM node. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use testTouchPoint Created 6 years, 5 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/touchadjustment/simple-shadow-dom-expected.txt ('k') | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/touchadjustment/small-target-test.html
diff --git a/LayoutTests/touchadjustment/small-target-test.html b/LayoutTests/touchadjustment/small-target-test.html
index ad7799999b4acabcf7c03a0a1118ea9d204bc6df..77ae0f8dbc6e3fe8739dabeac2788f9a1e33f09a 100644
--- a/LayoutTests/touchadjustment/small-target-test.html
+++ b/LayoutTests/touchadjustment/small-target-test.html
@@ -117,7 +117,7 @@
function testTouch(id, relativePosition)
{
var element = document.getElementById(id);
- testTouchPoint(offsetTouchPoint(findAbsoluteBounds(element), relativePosition, touchOffset, touchRadius), element);
+ testTouchPoint(offsetTouchPoint(findAbsoluteBounds(element), relativePosition, touchOffset, touchRadius), element, /* allowTextNodes */ false, /* disallowShadowDOM */ true);
}
function testDirectTouches()
« no previous file with comments | « LayoutTests/touchadjustment/simple-shadow-dom-expected.txt ('k') | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698