diff options
Diffstat (limited to 'testing/web-platform/meta/streams/readable-streams/brand-checks.https.html.ini')
-rw-r--r-- | testing/web-platform/meta/streams/readable-streams/brand-checks.https.html.ini | 120 |
1 files changed, 0 insertions, 120 deletions
diff --git a/testing/web-platform/meta/streams/readable-streams/brand-checks.https.html.ini b/testing/web-platform/meta/streams/readable-streams/brand-checks.https.html.ini deleted file mode 100644 index fcd2175aa..000000000 --- a/testing/web-platform/meta/streams/readable-streams/brand-checks.https.html.ini +++ /dev/null @@ -1,120 +0,0 @@ -[brand-checks.https.html] - type: testharness - disabled: @True - [Can get the ReadableStreamReader constructor indirectly] - expected: FAIL - - [Can get the ReadableStreamController constructor indirectly] - expected: FAIL - - [ReadableStream.prototype.cancel enforces a brand check] - expected: FAIL - - [ReadableStream.prototype.getReader enforces a brand check] - expected: FAIL - - [ReadableStream.prototype.tee enforces a brand check] - expected: FAIL - - [ReadableStreamReader.prototype.closed enforces a brand check] - expected: FAIL - - [ReadableStreamReader.prototype.cancel enforces a brand check] - expected: FAIL - - [ReadableStreamReader.prototype.read enforces a brand check] - expected: FAIL - - [ReadableStreamReader.prototype.releaseLock enforces a brand check] - expected: FAIL - - [ReadableStreamController can't be given a fully-constructed ReadableStream] - expected: FAIL - - [ReadableStreamController.prototype.close enforces a brand check] - expected: FAIL - - [ReadableStreamController.prototype.enqueue enforces a brand check] - expected: FAIL - - [ReadableStreamController.prototype.error enforces a brand check] - expected: FAIL - - [Can get the ReadableStreamReader constructor indirectly] - expected: FAIL - - [Can get the ReadableStreamController constructor indirectly] - expected: FAIL - - [ReadableStream.prototype.cancel enforces a brand check] - expected: FAIL - - [ReadableStream.prototype.getReader enforces a brand check] - expected: FAIL - - [ReadableStream.prototype.tee enforces a brand check] - expected: FAIL - - [ReadableStreamReader.prototype.closed enforces a brand check] - expected: FAIL - - [ReadableStreamReader.prototype.cancel enforces a brand check] - expected: FAIL - - [ReadableStreamReader.prototype.read enforces a brand check] - expected: FAIL - - [ReadableStreamReader.prototype.releaseLock enforces a brand check] - expected: FAIL - - [ReadableStreamController can't be given a fully-constructed ReadableStream] - expected: FAIL - - [ReadableStreamController.prototype.close enforces a brand check] - expected: FAIL - - [ReadableStreamController.prototype.enqueue enforces a brand check] - expected: FAIL - - [ReadableStreamController.prototype.error enforces a brand check] - expected: FAIL - - [Can get the ReadableStreamReader constructor indirectly] - expected: FAIL - - [Can get the ReadableStreamController constructor indirectly] - expected: FAIL - - [ReadableStream.prototype.cancel enforces a brand check] - expected: FAIL - - [ReadableStream.prototype.getReader enforces a brand check] - expected: FAIL - - [ReadableStream.prototype.tee enforces a brand check] - expected: FAIL - - [ReadableStreamReader.prototype.closed enforces a brand check] - expected: FAIL - - [ReadableStreamReader.prototype.cancel enforces a brand check] - expected: FAIL - - [ReadableStreamReader.prototype.read enforces a brand check] - expected: FAIL - - [ReadableStreamReader.prototype.releaseLock enforces a brand check] - expected: FAIL - - [ReadableStreamController can't be given a fully-constructed ReadableStream] - expected: FAIL - - [ReadableStreamController.prototype.close enforces a brand check] - expected: FAIL - - [ReadableStreamController.prototype.enqueue enforces a brand check] - expected: FAIL - - [ReadableStreamController.prototype.error enforces a brand check] - expected: FAIL - |