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

Unified Diff: LayoutTests/editing/selection/addRange-failures-expected.txt

Issue 252783002: Make Range.detach() a no-op (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 8 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 | « no previous file | LayoutTests/editing/text-iterator/rtl-selection-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/selection/addRange-failures-expected.txt
diff --git a/LayoutTests/editing/selection/addRange-failures-expected.txt b/LayoutTests/editing/selection/addRange-failures-expected.txt
index c21768a52e763a6a34ab2d2a8831bfd076954ff3..b1e2bde0ed6888e9b603400c147580ffa44837a7 100644
--- a/LayoutTests/editing/selection/addRange-failures-expected.txt
+++ b/LayoutTests/editing/selection/addRange-failures-expected.txt
@@ -1,5 +1,6 @@
CONSOLE ERROR: The given range is null.
-CONSOLE ERROR: The given range has no container. Perhaps 'detach()' has been invoked on it?
+CONSOLE WARNING: 'Range.detach' is now a no-op, as per DOM (http://dom.spec.whatwg.org/#dom-range-detach).
+CONSOLE ERROR: Discontiguous selection is not supported.
CONSOLE ERROR: The given range does not belong to the current selection's document.
CONSOLE ERROR: The given range and the current selection belong to two different document fragments.
Test error handling of Selection.addRange().
« no previous file with comments | « no previous file | LayoutTests/editing/text-iterator/rtl-selection-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698