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() { |