Skip to content

Commit 3abbea5

Browse files
chore: update WPT (#4416)
Co-authored-by: Uzlopak <5059100+Uzlopak@users.noreply.github.com>
1 parent 5453139 commit 3abbea5

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

test/fixtures/wpt/fetch/api/request/request-bad-port.any.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// list of bad ports according to
44
// https://fetch.spec.whatwg.org/#port-blocking
55
var BLOCKED_PORTS_LIST = [
6+
0,
67
1, // tcpmux
78
7, // echo
89
9, // discard

test/fixtures/wpt/interfaces/html.idl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ interface HTMLInputElement : HTMLElement {
951951

952952
// also has obsolete members
953953
};
954-
HTMLInputElement includes PopoverInvokerElement;
954+
HTMLInputElement includes ElementPopover;
955955

956956
[Exposed=Window]
957957
interface HTMLButtonElement : HTMLElement {
@@ -979,7 +979,7 @@ interface HTMLButtonElement : HTMLElement {
979979

980980
readonly attribute NodeList labels;
981981
};
982-
HTMLButtonElement includes PopoverInvokerElement;
982+
HTMLButtonElement includes ElementPopover;
983983

984984
[Exposed=Window]
985985
interface HTMLSelectElement : HTMLElement {
@@ -1793,7 +1793,7 @@ dictionary DragEventInit : MouseEventInit {
17931793
DataTransfer? dataTransfer = null;
17941794
};
17951795

1796-
interface mixin PopoverInvokerElement {
1796+
interface mixin ElementPopover {
17971797
[CEReactions] attribute Element? popoverTargetElement;
17981798
[CEReactions] attribute DOMString popoverTargetAction;
17991799
};

test/fixtures/wpt/websockets/Create-blocked-port.any.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ async_test(t => {
1111
// list of bad ports according to
1212
// https://fetch.spec.whatwg.org/#port-blocking
1313
[
14+
0,
1415
1, // tcpmux
1516
7, // echo
1617
9, // discard
@@ -49,6 +50,7 @@ async_test(t => {
4950
137, // netbios-ns
5051
139, // netbios-ssn
5152
143, // imap2
53+
161, // snmp
5254
179, // bgp
5355
389, // ldap
5456
427, // afp (alternate)
@@ -80,6 +82,8 @@ async_test(t => {
8082
3659, // apple-sasl
8183
4045, // lockd
8284
4190, // sieve
85+
5060, // sip
86+
5061, // sips
8387
6000, // x11
8488
6566, // sane-port
8589
6665, // irc (alternate)

0 commit comments

Comments
 (0)