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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/properties-expected.txt

Issue 2823563002: Unified error handling for WritableStream (Closed)
Patch Set: remove local copy of piping/multiple-propagation test as it is fail Created 3 years, 8 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/properties-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/properties-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/properties-expected.txt
deleted file mode 100644
index 6fe9cca7afc5a1d233516ec4e432a57c02f01362..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/properties-expected.txt
+++ /dev/null
@@ -1,47 +0,0 @@
-This is a testharness.js-based test.
-PASS WritableStreamDefaultController should not be exported on the global object
-PASS WritableStreamDefaultWriter should not be exported on the global object
-PASS WritableStream.prototype.constructor should have standard properties
-PASS WritableStream.prototype.constructor should be a constructor
-PASS WritableStream.prototype.locked should have standard properties
-PASS WritableStream.prototype.locked should be a getter
-PASS WritableStream.prototype.abort should have standard properties
-PASS WritableStream.prototype.abort should be a method
-PASS WritableStream.prototype.getWriter should have standard properties
-PASS WritableStream.prototype.getWriter should be a method
-PASS WritableStream.prototype should have exactly the expected properties
-PASS WritableStreamDefaultController.prototype.constructor should have standard properties
-PASS WritableStreamDefaultController.prototype.constructor should be a constructor
-PASS WritableStreamDefaultController.prototype.error should have standard properties
-PASS WritableStreamDefaultController.prototype.error should be a method
-PASS WritableStreamDefaultController.prototype should have exactly the expected properties
-PASS WritableStreamDefaultWriter.prototype.constructor should have standard properties
-PASS WritableStreamDefaultWriter.prototype.constructor should be a constructor
-PASS WritableStreamDefaultWriter.prototype.closed should have standard properties
-PASS WritableStreamDefaultWriter.prototype.closed should be a getter
-PASS WritableStreamDefaultWriter.prototype.desiredSize should have standard properties
-PASS WritableStreamDefaultWriter.prototype.desiredSize should be a getter
-PASS WritableStreamDefaultWriter.prototype.ready should have standard properties
-PASS WritableStreamDefaultWriter.prototype.ready should be a getter
-PASS WritableStreamDefaultWriter.prototype.abort should have standard properties
-PASS WritableStreamDefaultWriter.prototype.abort should be a method
-PASS WritableStreamDefaultWriter.prototype.close should have standard properties
-PASS WritableStreamDefaultWriter.prototype.close should be a method
-PASS WritableStreamDefaultWriter.prototype.releaseLock should have standard properties
-PASS WritableStreamDefaultWriter.prototype.releaseLock should be a method
-PASS WritableStreamDefaultWriter.prototype.write should have standard properties
-PASS WritableStreamDefaultWriter.prototype.write should be a method
-PASS WritableStreamDefaultWriter.prototype should have exactly the expected properties
-PASS sink method start should be called with the right number of arguments
-PASS sink method start should be called even when it's located on the prototype chain
-PASS sink method write should be called with the right number of arguments
-PASS sink method write should be called even when it's located on the prototype chain
-PASS unexpected properties should not be accessed when calling sink method write
-FAIL sink method close should be called with the right number of arguments assert_equals: close should be called with 0 arguments expected 0 but got 1
-PASS sink method close should be called even when it's located on the prototype chain
-PASS unexpected properties should not be accessed when calling sink method close
-PASS sink method abort should be called with the right number of arguments
-PASS sink method abort should be called even when it's located on the prototype chain
-PASS unexpected properties should not be accessed when calling sink method abort
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698