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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/streams/piping/close-propagation-backward.https-expected.txt

Issue 2657583002: Import wpt@cf62b859e6b890abc34f8140d185ba91df95c5b6 (Closed)
Patch Set: Modify TestExpectations or download new baselines for tests. Created 3 years, 11 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/piping/close-propagation-backward.https-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/streams/piping/close-propagation-backward.https-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/streams/piping/close-propagation-backward.https-expected.txt
deleted file mode 100644
index be287d9c7bd11a4a4fbdb63f50d413e05adc76fb..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/streams/piping/close-propagation-backward.https-expected.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-This is a testharness.js-based test.
-FAIL Closing must be propagated backward: starts closed; preventCancel omitted; fulfilled cancel promise rs.pipeTo is not a function
-FAIL Closing must be propagated backward: starts closed; preventCancel omitted; rejected cancel promise rs.pipeTo is not a function
-FAIL Closing must be propagated backward: starts closed; preventCancel = undefined (falsy); fulfilled cancel promise rs.pipeTo is not a function
-FAIL Closing must be propagated backward: starts closed; preventCancel = null (falsy); fulfilled cancel promise rs.pipeTo is not a function
-FAIL Closing must be propagated backward: starts closed; preventCancel = false (falsy); fulfilled cancel promise rs.pipeTo is not a function
-FAIL Closing must be propagated backward: starts closed; preventCancel = 0 (falsy); fulfilled cancel promise rs.pipeTo is not a function
-FAIL Closing must be propagated backward: starts closed; preventCancel = -0 (falsy); fulfilled cancel promise rs.pipeTo is not a function
-FAIL Closing must be propagated backward: starts closed; preventCancel = NaN (falsy); fulfilled cancel promise rs.pipeTo is not a function
-FAIL Closing must be propagated backward: starts closed; preventCancel = (falsy); fulfilled cancel promise rs.pipeTo is not a function
-FAIL Closing must be propagated backward: starts closed; preventCancel = true (truthy) rs.pipeTo is not a function
-FAIL Closing must be propagated backward: starts closed; preventCancel = a (truthy) rs.pipeTo is not a function
-FAIL Closing must be propagated backward: starts closed; preventCancel = 1 (truthy) rs.pipeTo is not a function
-FAIL Closing must be propagated backward: starts closed; preventCancel = Symbol() (truthy) rs.pipeTo is not a function
-FAIL Closing must be propagated backward: starts closed; preventCancel = [object Object] (truthy) rs.pipeTo is not a function
-FAIL Closing must be propagated backward: starts closed; preventCancel = true, preventAbort = true rs.pipeTo is not a function
-FAIL Closing must be propagated backward: starts closed; preventCancel = true, preventAbort = true, preventClose = true rs.pipeTo is not a function
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698