Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Unified Diff: third_party/WebKit/LayoutTests/bindings/dictionary-iterator-expected.txt

Issue 2891463002: Update testharness.js and idlharness.js. (Closed)
Patch Set: Update expectations Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
+

Powered by Google App Engine
This is Rietveld 408576698