Commit 5fe0ddee authored by Nidhi Jaju's avatar Nidhi Jaju Committed by Chromium LUCI CQ

Update Interface Object test expectations for Exposed Streams interfaces

Following https://chromium-review.googlesource.com/c/chromium/src/+/2570755,
this CL updates the interface object WPT expectations to remove Streams
API interface classes that have already been exposed.

Bug: 1093862
Change-Id: Ibdce3585a8b34b3aeef40e3fae610af733ebdc79
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2595553Reviewed-by: default avatarAdam Rice <ricea@chromium.org>
Commit-Queue: Nidhi Jaju <nidhijaju@google.com>
Cr-Commit-Position: refs/heads/master@{#838599}
parent a7be879d
This is a testharness.js-based test.
PASS The SharedWorkerGlobalScope interface object should not be exposed.
PASS The AbstractView interface object should not be exposed.
PASS The AbstractWorker interface object should not be exposed.
PASS The ApplicationCache interface object should not be exposed.
PASS The Location interface object should not be exposed.
PASS The Navigator interface object should not be exposed.
PASS The Audio interface object should not be exposed.
PASS The HTMLCanvasElement interface object should not be exposed.
PASS The Path interface object should not be exposed.
PASS The CanvasProxy interface object should not be exposed.
PASS The CanvasRenderingContext2D interface object should not be exposed.
PASS The DrawingStyle interface object should not be exposed.
PASS The BeforeUnloadEvent interface object should not be exposed.
PASS The PopStateEvent interface object should not be exposed.
PASS The HashChangeEvent interface object should not be exposed.
PASS The PageTransitionEvent interface object should not be exposed.
PASS The DOMImplementation interface object should not be exposed.
FAIL The ReadableStreamDefaultReader interface object should not be exposed. assert_false: expected false got true
FAIL The ReadableStreamBYOBReader interface object should not be exposed. assert_false: expected false got true
FAIL The ReadableByteStreamController interface object should not be exposed. assert_false: expected false got true
FAIL The WritableStreamDefaultWriter interface object should not be exposed. assert_false: expected false got true
PASS The WritableStreamDefaultController interface object should not be exposed.
PASS The IDBEnvironment interface object should not be exposed.
PASS The Database interface object should not be exposed.
PASS The UIEvent interface object should not be exposed.
PASS The FocusEvent interface object should not be exposed.
PASS The MouseEvent interface object should not be exposed.
PASS The WheelEvent interface object should not be exposed.
PASS The InputEvent interface object should not be exposed.
PASS The KeyboardEvent interface object should not be exposed.
PASS The CompositionEvent interface object should not be exposed.
PASS The VTTCue interface object should not be exposed.
PASS The VTTRegion interface object should not be exposed.
Harness: the test ran to completion.
......@@ -20,10 +20,6 @@ var unexpected = [
// https://dom.spec.whatwg.org/
"DOMImplementation",
// https://streams.spec.whatwg.org/
"ReadableStreamDefaultReader",
"ReadableStreamBYOBReader",
"ReadableByteStreamController",
"WritableStreamDefaultWriter",
"WritableStreamDefaultController",
// http://w3c.github.io/IndexedDB/
"IDBEnvironment",
......
......@@ -18,10 +18,6 @@ var unexpected = [
"HashChangeEvent",
"PageTransitionEvent",
// https://streams.spec.whatwg.org/
"ReadableStreamDefaultReader",
"ReadableStreamBYOBReader",
"ReadableByteStreamController",
"WritableStreamDefaultWriter",
"WritableStreamDefaultController",
// http://w3c.github.io/IndexedDB/
"IDBEnvironment",
......
This is a testharness.js-based test.
PASS The DedicatedWorkerGlobalScope interface object should not be exposed
PASS The AbstractView interface object should not be exposed
PASS The AbstractWorker interface object should not be exposed
PASS The Location interface object should not be exposed
PASS The Navigator interface object should not be exposed
PASS The DOMImplementation interface object should not be exposed
PASS The Audio interface object should not be exposed
PASS The HTMLCanvasElement interface object should not be exposed
PASS The Path interface object should not be exposed
PASS The CanvasProxy interface object should not be exposed
PASS The CanvasRenderingContext2D interface object should not be exposed
PASS The DrawingStyle interface object should not be exposed
PASS The PopStateEvent interface object should not be exposed
PASS The HashChangeEvent interface object should not be exposed
PASS The PageTransitionEvent interface object should not be exposed
FAIL The ReadableStreamDefaultReader interface object should not be exposed assert_false: expected false got true
FAIL The ReadableStreamBYOBReader interface object should not be exposed assert_false: expected false got true
FAIL The ReadableByteStreamController interface object should not be exposed assert_false: expected false got true
FAIL The WritableStreamDefaultWriter interface object should not be exposed assert_false: expected false got true
PASS The WritableStreamDefaultController interface object should not be exposed
PASS The IDBEnvironment interface object should not be exposed
PASS The Database interface object should not be exposed
PASS The UIEvent interface object should not be exposed
PASS The FocusEvent interface object should not be exposed
PASS The MouseEvent interface object should not be exposed
PASS The WheelEvent interface object should not be exposed
PASS The InputEvent interface object should not be exposed
PASS The KeyboardEvent interface object should not be exposed
PASS The CompositionEvent interface object should not be exposed
Harness: the test ran to completion.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment