| 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
|
|
|