Index: LayoutTests/fast/js/iterable-object-expected.txt |
diff --git a/LayoutTests/accessibility/content-changed-notification-causes-crash-expected.txt b/LayoutTests/fast/js/iterable-object-expected.txt |
similarity index 50% |
copy from LayoutTests/accessibility/content-changed-notification-causes-crash-expected.txt |
copy to LayoutTests/fast/js/iterable-object-expected.txt |
index e956edbd01b12954fba32d3257219357adea36f9..cc10a63daa9be53ccee6fbdcb0af03a15ec7f077 100644 |
--- a/LayoutTests/accessibility/content-changed-notification-causes-crash-expected.txt |
+++ b/LayoutTests/fast/js/iterable-object-expected.txt |
@@ -1,10 +1,14 @@ |
->> |
-Ensures that this snippet does not lead to a crash. Bug 86029. |
+Test ES6 iterator works with DOM objects. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS. WebKit did not crash. |
+PASS internals.iterator is undefined. |
+value = 0 |
+value = 1 |
+value = 4 |
+value = 9 |
+value = 16 |
PASS successfullyParsed is true |
TEST COMPLETE |