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

Unified Diff: LayoutTests/fast/dom/Range/detach-range-during-deletecontents-expected.txt

Issue 819093002: Deprecate Range.compareNode() and Range.expand() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update expectations Created 6 years 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/fast/dom/Range/range-compareNode-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/Range/detach-range-during-deletecontents-expected.txt
diff --git a/LayoutTests/fast/dom/Range/detach-range-during-deletecontents-expected.txt b/LayoutTests/fast/dom/Range/detach-range-during-deletecontents-expected.txt
index 9bd025536a0fa466eea1b8609cb15ccc5b029f07..d40552a8a2116c880abd40b5eb9e87f45bcccd78 100644
--- a/LayoutTests/fast/dom/Range/detach-range-during-deletecontents-expected.txt
+++ b/LayoutTests/fast/dom/Range/detach-range-during-deletecontents-expected.txt
@@ -1,3 +1,4 @@
+CONSOLE WARNING: 'Range.expand()' is deprecated. Please use 'Selection.modify()' instead.
CONSOLE WARNING: 'Range.detach' is now a no-op, as per DOM (http://dom.spec.whatwg.org/#dom-range-detach).
Detaching a Range while deleteContents() is running should not cause a crash.
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Range/range-compareNode-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698