mirror of
https://github.com/servo/servo.git
synced 2025-06-06 08:35:43 +00:00
* Do not change media element ready state when network response is complete. * Do not fire multiple error events for the same media content. * Inform media backend when media response is complete. * Continue delaying the load event when a complete media response is received. * Only mark a media response as complete when the response is the active one. * Update expectations for imagebitmap tests using video element. * Update fetch ORB video test expectations. * Update media CSS selector test expectation for non-implemented feature. * Update expectations for media element tests that now work. * Updat expected result for failing reftest. * Update expected failure for test that loads an audio file in a video element. * Update media test expectation for unimplemented track feature. * Do not process media element ready state changes that are unchanged. * Reset media element ready state to Current when playback finishes. * Set media element ready state to Enough when appropriate player event is received. * Update test expectations.
30 lines
1.1 KiB
INI
Vendored
30 lines
1.1 KiB
INI
Vendored
[nosniff.sub.any.html]
|
|
expected: ERROR
|
|
[ORB should block opaque text/plain with nosniff: fetch(..., {mode: "no-cors"})]
|
|
expected: FAIL
|
|
|
|
[ORB should block opaque text/plain with nosniff: <script src=...>]
|
|
expected: FAIL
|
|
|
|
[ORB should block opaque-response-blocklisted MIME type with nosniff: fetch(..., {mode: "no-cors"})]
|
|
expected: FAIL
|
|
|
|
[ORB should block opaque-response-blocklisted MIME type with nosniff: <script src=...>]
|
|
expected: FAIL
|
|
|
|
[ORB should block opaque response with empty Content-Type and nosniff: fetch(..., {mode: "no-cors"})]
|
|
expected: FAIL
|
|
|
|
[ORB should block opaque response with empty Content-Type and nosniff: <script src=...>]
|
|
expected: FAIL
|
|
|
|
|
|
[nosniff.sub.any.worker.html]
|
|
[ORB should block opaque text/plain with nosniff: fetch(..., {mode: "no-cors"})]
|
|
expected: FAIL
|
|
|
|
[ORB should block opaque-response-blocklisted MIME type with nosniff: fetch(..., {mode: "no-cors"})]
|
|
expected: FAIL
|
|
|
|
[ORB should block opaque response with empty Content-Type and nosniff: fetch(..., {mode: "no-cors"})]
|
|
expected: FAIL
|