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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/properties.serviceworker.https-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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS Service worker test setup
3 PASS WritableStreamDefaultController should not be exported on the global object
4 PASS WritableStreamDefaultWriter should not be exported on the global object
5 PASS WritableStream.prototype.constructor should have standard properties
6 PASS WritableStream.prototype.constructor should be a constructor
7 PASS WritableStream.prototype.locked should have standard properties
8 PASS WritableStream.prototype.locked should be a getter
9 PASS WritableStream.prototype.abort should have standard properties
10 PASS WritableStream.prototype.abort should be a method
11 PASS WritableStream.prototype.getWriter should have standard properties
12 PASS WritableStream.prototype.getWriter should be a method
13 PASS WritableStream.prototype should have exactly the expected properties
14 PASS WritableStreamDefaultController.prototype.constructor should have standard properties
15 PASS WritableStreamDefaultController.prototype.constructor should be a construct or
16 PASS WritableStreamDefaultController.prototype.error should have standard proper ties
17 PASS WritableStreamDefaultController.prototype.error should be a method
18 PASS WritableStreamDefaultController.prototype should have exactly the expected properties
19 PASS WritableStreamDefaultWriter.prototype.constructor should have standard prop erties
20 PASS WritableStreamDefaultWriter.prototype.constructor should be a constructor
21 PASS WritableStreamDefaultWriter.prototype.closed should have standard propertie s
22 PASS WritableStreamDefaultWriter.prototype.closed should be a getter
23 PASS WritableStreamDefaultWriter.prototype.desiredSize should have standard prop erties
24 PASS WritableStreamDefaultWriter.prototype.desiredSize should be a getter
25 PASS WritableStreamDefaultWriter.prototype.ready should have standard properties
26 PASS WritableStreamDefaultWriter.prototype.ready should be a getter
27 PASS WritableStreamDefaultWriter.prototype.abort should have standard properties
28 PASS WritableStreamDefaultWriter.prototype.abort should be a method
29 PASS WritableStreamDefaultWriter.prototype.close should have standard properties
30 PASS WritableStreamDefaultWriter.prototype.close should be a method
31 PASS WritableStreamDefaultWriter.prototype.releaseLock should have standard prop erties
32 PASS WritableStreamDefaultWriter.prototype.releaseLock should be a method
33 PASS WritableStreamDefaultWriter.prototype.write should have standard properties
34 PASS WritableStreamDefaultWriter.prototype.write should be a method
35 PASS WritableStreamDefaultWriter.prototype should have exactly the expected prop erties
36 PASS sink method start should be called with the right number of arguments
37 PASS sink method start should be called even when it's located on the prototype chain
38 PASS sink method write should be called with the right number of arguments
39 PASS sink method write should be called even when it's located on the prototype chain
40 PASS unexpected properties should not be accessed when calling sink method write
41 FAIL sink method close should be called with the right number of arguments asser t_equals: close should be called with 0 arguments expected 0 but got 1
42 PASS sink method close should be called even when it's located on the prototype chain
43 PASS unexpected properties should not be accessed when calling sink method close
44 PASS sink method abort should be called with the right number of arguments
45 PASS sink method abort should be called even when it's located on the prototype chain
46 PASS unexpected properties should not be accessed when calling sink method abort
47 Harness: the test ran to completion.
48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698