File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33// list of bad ports according to
44// https://fetch.spec.whatwg.org/#port-blocking
55var BLOCKED_PORTS_LIST = [
6+ 0 ,
67 1 , // tcpmux
78 7 , // echo
89 9 , // discard
Original file line number Diff line number Diff 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]
957957interface 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]
985985interface 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};
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments