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

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

Issue 99083002: WIP: Migrate generated bindings to new ExceptionState constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 7 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
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 2e5b2e54b8da77b38509bad6fa27268d9fa5f5a5..f1a8b81a9361e5037fe34c03c648ac1e0d9e6b8e 100644
--- a/LayoutTests/fast/dom/Range/detach-range-during-deletecontents-expected.txt
+++ b/LayoutTests/fast/dom/Range/detach-range-during-deletecontents-expected.txt
@@ -1,4 +1,4 @@
-CONSOLE ERROR: line 12: Uncaught InvalidStateError: Failed to execute 'setStart' on 'Range': The range has no container. Perhaps 'detatch()' has been invoked on this object?
+CONSOLE ERROR: line 12: Uncaught InvalidStateError: Failed to execute 'deleteContents' on 'Range': The range has no container. Perhaps 'detatch()' has been invoked on this object?
Detaching a Range while deleteContents() is running should not cause a crash.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Powered by Google App Engine
This is Rietveld 408576698