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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/bad-strategies.dedicatedworker-expected.txt

Issue 2711183003: Import wpt@a7e9c2abcf65b78fcf1c246fec6681c74e1bc352 (Closed)
Patch Set: Update test expectations and baselines. Created 3 years, 10 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/external/wpt/streams/writable-streams/bad-strategies.dedicatedworker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/bad-strategies.dedicatedworker-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/bad-strategies.dedicatedworker-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..781344dfa8208f43ff4cfd3e914900e011af3629
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/bad-strategies.dedicatedworker-expected.txt
@@ -0,0 +1,9 @@
+This is a testharness.js-based test.
+PASS Writable stream: throwing strategy.size getter
+PASS reject any non-function value for strategy.size
+PASS Writable stream: throwing strategy.highWaterMark getter
+PASS Writable stream: invalid strategy.highWaterMark
+FAIL Writable stream: throwing strategy.size method assert_throws: write should reject with a TypeError function "function () { throw e }" threw object "error1: a unique string" ("error1") expected object "TypeError" ("TypeError")
+PASS Writable stream: invalid strategy.size return value
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698