Skip to content

Commit 7b6126a

Browse files
daeyeonruyadorno
authored andcommittedAug 22, 2022
test: update Web Streams WPT
This updates the tests and the status file via running `git node wpt streams`. Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com PR-URL: #44234 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent f7be92f commit 7b6126a

File tree

74 files changed

+2610
-290
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+2610
-290
lines changed
 

‎test/fixtures/wpt/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Last update:
2424
- interfaces: https://github.com/web-platform-tests/wpt/tree/fc086c82d5/interfaces
2525
- performance-timeline: https://github.com/web-platform-tests/wpt/tree/17ebc3aea0/performance-timeline
2626
- resources: https://github.com/web-platform-tests/wpt/tree/c5b428f15a/resources
27-
- streams: https://github.com/web-platform-tests/wpt/tree/8f60d94439/streams
27+
- streams: https://github.com/web-platform-tests/wpt/tree/9e5ef42bd3/streams
2828
- url: https://github.com/web-platform-tests/wpt/tree/0e5b126cd0/url
2929
- user-timing: https://github.com/web-platform-tests/wpt/tree/df24fb604e/user-timing
3030
- wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/d8dbe6990b/wasm/jsapi
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// META: script=/resources/idlharness-shadowrealm.js
2+
idl_test_shadowrealm(["streams"], ["dom"]);

0 commit comments

Comments
 (0)
Please sign in to comment.