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

Unified Diff: LayoutTests/fast/dom/Range/range-toString-non-anchor-no-crash-expected.txt

Issue 1121633004: Revert Range firstNode/pastLastNode() refactoring. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Revert back to previous versions of firstNode/pastLastNode + add test Created 5 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/range-toString-non-anchor-no-crash.html ('k') | Source/core/dom/Range.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/Range/range-toString-non-anchor-no-crash-expected.txt
diff --git a/LayoutTests/fast/dom/custom/frameElement-crash-expected.txt b/LayoutTests/fast/dom/Range/range-toString-non-anchor-no-crash-expected.txt
similarity index 61%
copy from LayoutTests/fast/dom/custom/frameElement-crash-expected.txt
copy to LayoutTests/fast/dom/Range/range-toString-non-anchor-no-crash-expected.txt
index 54bdbe5403889003325b0b7860f31b64c996cc21..f1bd3fdd74e6697cb1d32fa44ca7633ae1d85b81 100644
--- a/LayoutTests/fast/dom/custom/frameElement-crash-expected.txt
+++ b/LayoutTests/fast/dom/Range/range-toString-non-anchor-no-crash-expected.txt
@@ -1,9 +1,9 @@
-Test that accessing window.frameElement from a custom iframe does not crash.
+Tests that performing toString() over a Range without a root does not crash.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS Did not crash
+PASS r.toString() is "PASS"
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/dom/Range/range-toString-non-anchor-no-crash.html ('k') | Source/core/dom/Range.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698