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

Unified Diff: LayoutTests/touchadjustment/editable-content.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/disabled-formelements.html ('k') | LayoutTests/touchadjustment/html-label.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/touchadjustment/editable-content.html
diff --git a/LayoutTests/touchadjustment/editable-content.html b/LayoutTests/touchadjustment/editable-content.html
index 96d554e55fb9152cf75277b8c435d7d039a66a79..6cd1fcc9987bca00d54e13784ac90e584369454b 100644
--- a/LayoutTests/touchadjustment/editable-content.html
+++ b/LayoutTests/touchadjustment/editable-content.html
@@ -73,7 +73,7 @@ Another line of text separated by a blank line.</textarea>
function testTouchOnBoundary(position) {
var touchpoint = offsetTouchPoint(findAbsoluteBounds(element), position, touchOffset, touchRadius, touchRadius);
- testTouchPoint(touchpoint, element);
+ testTouchPoint(touchpoint, element, /* allowTextNodes */ false, /* disallowShadowDOM */ true);
}
function testIndirectTouches() {
« no previous file with comments | « LayoutTests/touchadjustment/disabled-formelements.html ('k') | LayoutTests/touchadjustment/html-label.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698