Index: LayoutTests/editing/selection/selectAllChildren-expected.txt |
diff --git a/LayoutTests/editing/selection/selectAllChildren-expected.txt b/LayoutTests/editing/selection/selectAllChildren-expected.txt |
index d017d5297837010795955d621dbeaf5c60ca60bf..f12137f7f3c85a3048bca2b5c7713a0cb8ce5090 100644 |
--- a/LayoutTests/editing/selection/selectAllChildren-expected.txt |
+++ b/LayoutTests/editing/selection/selectAllChildren-expected.txt |
@@ -1,7 +1,14 @@ |
foobar |
-Success: s.anchorNode is [object Text]. |
-Success: s.anchorOffset is 0. |
-Success: s.focusNode is [object Text]. |
-Success: s.focusOffset is 0. |
-Success: window.getSelection() is foo. |
-Success: window.getSelection() is foobar. |
+PASS s.anchorNode is span1.firstChild |
+PASS s.anchorOffset is 0 |
+PASS s.focusNode is span1.firstChild |
+PASS s.focusOffset is 0 |
+PASS window.getSelection().toString() is "foo" |
+PASS window.getSelection().toString() is "foobar" |
+PASS s.selectAllChildren(null) did not throw exception. |
+PASS s.selectAllChildren(window) did not throw exception. |
+PASS s.selectAllChildren("") did not throw exception. |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |