Index: third_party/WebKit/LayoutTests/bindings/dictionary-iterator-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/bindings/dictionary-iterator-expected.txt b/third_party/WebKit/LayoutTests/bindings/dictionary-iterator-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d9c461fde6887b984d38ce580fd64b221167e060 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/bindings/dictionary-iterator-expected.txt |
@@ -0,0 +1,15 @@ |
+This is a testharness.js-based test. |
+PASS Standard array of numbers. |
+PASS Standard set of numbers. |
+PASS Standard empty array. |
+PASS Standard empty set. |
+PASS Custom list of numbers. |
+PASS Truthy done signal. |
+PASS Custom list of numbers with missing "done: false" signal. |
+PASS Terminates when done is true. |
+PASS Empty list. |
+PASS Non-iterable object. |
+FAIL Iterator object without next() function should throw. Test bug: need to pass exception to assert_throws() |
+FAIL Non-object iterator.next() result should throw. Test bug: need to pass exception to assert_throws() |
+Harness: the test ran to completion. |
+ |