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

Unified Diff: LayoutTests/fast/dom/Range/split-text-in-range-expected.txt

Issue 14629026: Fix an assertion failure in Range::textNodeSplit by Text::splitText. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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 | « LayoutTests/fast/dom/Range/split-text-in-range.html ('k') | Source/core/dom/Text.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/Range/split-text-in-range-expected.txt
diff --git a/LayoutTests/fast/dom/Range/split-text-in-range-expected.txt b/LayoutTests/fast/dom/Range/split-text-in-range-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b4f23daeb3cf61fd59f7ccce1262b7b16049419b
--- /dev/null
+++ b/LayoutTests/fast/dom/Range/split-text-in-range-expected.txt
@@ -0,0 +1,10 @@
+No assertion failures even if an DOM mutation event handler updates the new node created by Text::splitText.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS if the test wasn't terminated by an assertion.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/dom/Range/split-text-in-range.html ('k') | Source/core/dom/Text.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698