Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / selection / addRange-failures-expected.txt
index c21768a..b1e2bde 100644 (file)
@@ -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().