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

Unified Diff: LayoutTests/fast/events/drag-selects-culled-inlines.html

Issue 1308663003: The node and allowPartialContainment arguments for Selection API should not be optional (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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
Index: LayoutTests/fast/events/drag-selects-culled-inlines.html
diff --git a/LayoutTests/fast/events/drag-selects-culled-inlines.html b/LayoutTests/fast/events/drag-selects-culled-inlines.html
index 413ba7e0fe2a543ef54cb828e4219bcf16146c94..1eeba7e5f31dea88da036175c1356ec472b2ee93 100644
--- a/LayoutTests/fast/events/drag-selects-culled-inlines.html
+++ b/LayoutTests/fast/events/drag-selects-culled-inlines.html
@@ -19,7 +19,7 @@
description('Test that flickering is observed on text selection when culled inline is selected');
document.onselectionchange = function () {
- shouldBeFalse("window.getSelection().containsNode(document.getElementById('noRange'))");
+ shouldBeFalse("window.getSelection().containsNode(document.getElementById('noRange'), false)");
if (selectionComplete)
finishJSTest();
}

Powered by Google App Engine
This is Rietveld 408576698