| Index: LayoutTests/editing/selection/deleteFromDocument-expected.txt
|
| diff --git a/LayoutTests/editing/selection/deleteFromDocument-expected.txt b/LayoutTests/editing/selection/deleteFromDocument-expected.txt
|
| index f68ac2b41cf91e8b3e1f66faa2c49781a14425de..4414171c4a13c903aa52d552f4f47a66b4a7f4fe 100644
|
| --- a/LayoutTests/editing/selection/deleteFromDocument-expected.txt
|
| +++ b/LayoutTests/editing/selection/deleteFromDocument-expected.txt
|
| @@ -1,7 +1,9 @@
|
| +PASS span1.textContent is 'foobar'
|
| +PASS span1.textContent is 'foobar'
|
| +PASS span1.firstChild.nextSibling.id is 'span2'
|
| +PASS span1.firstChild.nextSibling.firstChild.nodeValue is ''
|
| +PASS test.textContent is 'fz'
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| fz
|
| -Success: span1.textContent is fooar.
|
| -Success: span1.textContent is foar.
|
| -Success: span1.textContent is foar.
|
| -Success: span1.firstChild.nextSibling.id is span2.
|
| -Success: span1.firstChild.nextSibling.firstChild.nodeValue is .
|
| -Success: test.textContent is fz.
|
|
|