File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Last update:
1818- html/webappapis/microtask-queuing: https://github.com/web-platform-tests/wpt/tree/0c3bed38df/html/webappapis/microtask-queuing
1919- html/webappapis/timers: https://github.com/web-platform-tests/wpt/tree/ddfe9c089b/html/webappapis/timers
2020- hr-time: https://github.com/web-platform-tests/wpt/tree/a5d1774ecf/hr-time
21- - dom/abort: https://github.com/web-platform-tests/wpt/tree/7caa3de747 /dom/abort
21+ - dom/abort: https://github.com/web-platform-tests/wpt/tree/1728d198c9 /dom/abort
2222
2323[ Web Platform Tests ] : https://github.com/web-platform-tests/wpt
2424[ `git node wpt` ] : https://github.com/nodejs/node-core-utils/blob/master/docs/git-node.md#git-node-wpt
Original file line number Diff line number Diff line change @@ -64,4 +64,9 @@ test(t => {
6464 controller . abort ( ) ;
6565} , "the abort event should have the right properties" ) ;
6666
67+ test ( t => {
68+ const signal = AbortSignal . abort ( ) ;
69+ assert_true ( signal . aborted ) ;
70+ } , "the AbortSignal.abort() static returns an already aborted signal" ) ;
71+
6772done ( ) ;
Original file line number Diff line number Diff line change 3232 "path" : " hr-time"
3333 },
3434 "dom/abort" : {
35- "commit" : " 7caa3de7471cf19b78ee9efa313c7341a462b5e3 " ,
35+ "commit" : " 1728d198c92834d92f7f399ef35e7823d5bfa0e4 " ,
3636 "path" : " dom/abort"
3737 }
3838}
You can’t perform that action at this time.
0 commit comments