|
2795 | 2795 | "XSLTProcessor interface: operation reset()", |
2796 | 2796 | "Window interface: attribute event", |
2797 | 2797 | "idl_test setup", |
2798 | | - "ShadowRoot interface: attribute clonable" |
| 2798 | + "ShadowRoot interface: attribute clonable", |
| 2799 | + "Document interface: operation prepend((Node or TrustedScript or DOMString)...)", |
| 2800 | + "Document interface: operation append((Node or TrustedScript or DOMString)...)", |
| 2801 | + "Document interface: operation replaceChildren((Node or TrustedScript or DOMString)...)", |
| 2802 | + "DocumentType interface: operation before((Node or TrustedScript or DOMString)...)", |
| 2803 | + "DocumentType interface: operation after((Node or TrustedScript or DOMString)...)", |
| 2804 | + "DocumentType interface: operation replaceWith((Node or TrustedScript or DOMString)...)", |
| 2805 | + "DocumentFragment interface: operation prepend((Node or TrustedScript or DOMString)...)", |
| 2806 | + "DocumentFragment interface: operation append((Node or TrustedScript or DOMString)...)", |
| 2807 | + "DocumentFragment interface: operation replaceChildren((Node or TrustedScript or DOMString)...)", |
| 2808 | + "ShadowRoot interface: attribute serializable", |
| 2809 | + "Element interface: operation prepend((Node or TrustedScript or DOMString)...)", |
| 2810 | + "Element interface: operation append((Node or TrustedScript or DOMString)...)", |
| 2811 | + "Element interface: operation replaceChildren((Node or TrustedScript or DOMString)...)", |
| 2812 | + "Element interface: operation before((Node or TrustedScript or DOMString)...)", |
| 2813 | + "Element interface: operation after((Node or TrustedScript or DOMString)...)", |
| 2814 | + "Element interface: operation replaceWith((Node or TrustedScript or DOMString)...)", |
| 2815 | + "CharacterData interface: operation before((Node or TrustedScript or DOMString)...)", |
| 2816 | + "CharacterData interface: operation after((Node or TrustedScript or DOMString)...)", |
| 2817 | + "CharacterData interface: operation replaceWith((Node or TrustedScript or DOMString)...)" |
2799 | 2818 | ], |
2800 | 2819 | "idlharness.window.html?include=Node": [ |
2801 | 2820 | "Node interface: existence and properties of interface object", |
|
3296 | 3315 | "valueOf.any.html": true, |
3297 | 3316 | "valueOf.any.worker.html": true |
3298 | 3317 | }, |
3299 | | - "idlharness.any.html": true, |
3300 | | - "idlharness.any.worker.html": true, |
| 3318 | + "idlharness.any.html": [ |
| 3319 | + "Memory interface: operation toFixedLengthBuffer()", |
| 3320 | + "Memory interface: operation toResizableBuffer()", |
| 3321 | + "Memory interface: [object WebAssembly.Memory] must inherit property \"toFixedLengthBuffer()\" with the proper type", |
| 3322 | + "Memory interface: [object WebAssembly.Memory] must inherit property \"toResizableBuffer()\" with the proper type" |
| 3323 | + ], |
| 3324 | + "idlharness.any.worker.html": [ |
| 3325 | + "Memory interface: operation toFixedLengthBuffer()", |
| 3326 | + "Memory interface: operation toResizableBuffer()", |
| 3327 | + "Memory interface: [object WebAssembly.Memory] must inherit property \"toFixedLengthBuffer()\" with the proper type", |
| 3328 | + "Memory interface: [object WebAssembly.Memory] must inherit property \"toResizableBuffer()\" with the proper type" |
| 3329 | + ], |
3301 | 3330 | "instance": { |
3302 | 3331 | "constructor-bad-imports.any.html": true, |
3303 | 3332 | "constructor-bad-imports.any.worker.html": true, |
|
4512 | 4541 | "<a>: Setting <http://example.net>.hash = ' ' Trailing space should be encoded", |
4513 | 4542 | "<area>: Setting <http://example.net>.hash = ' ' Trailing space should be encoded", |
4514 | 4543 | "<a>: Setting <http://example.net>.hash = '\u0000' Trailing C0 control should be encoded", |
4515 | | - "<area>: Setting <http://example.net>.hash = '\u0000' Trailing C0 control should be encoded" |
| 4544 | + "<area>: Setting <http://example.net>.hash = '\u0000' Trailing C0 control should be encoded", |
| 4545 | + "<a>: Setting <http://example.net/path>.host = 'example.com?stuff:8080' Stuff after a ? delimiter is ignored, trailing 'port'", |
| 4546 | + "<area>: Setting <http://example.net/path>.host = 'example.com?stuff:8080' Stuff after a ? delimiter is ignored, trailing 'port'", |
| 4547 | + "<a>: Setting <http://example.net:8080>.host = 'example.com:invalid' Anything other than ASCII digit stops the port parser in a setter but is not an error", |
| 4548 | + "<area>: Setting <http://example.net:8080>.host = 'example.com:invalid' Anything other than ASCII digit stops the port parser in a setter but is not an error", |
| 4549 | + "<a>: Setting <http://example.net:8080/test>.host = '[::1]:invalid' Anything other than ASCII digit stops the port parser in a setter but is not an error", |
| 4550 | + "<area>: Setting <http://example.net:8080/test>.host = '[::1]:invalid' Anything other than ASCII digit stops the port parser in a setter but is not an error", |
| 4551 | + "<a>: Setting <http://example.net:8080/test>.host = '[::1]' IPv6 without port", |
| 4552 | + "<area>: Setting <http://example.net:8080/test>.host = '[::1]' IPv6 without port" |
4516 | 4553 | ], |
4517 | 4554 | "url-setters-a-area.window.html?include=file": [ |
4518 | 4555 | "<a>: Setting <file://localhost/>.protocol = 'http' Can’t switch from file URL with no host", |
|
4599 | 4636 | "URL: Setting <non-spec:/>.pathname = '//p'", |
4600 | 4637 | "URL: Setting <non-spec:/.//>.pathname = 'p' Drop /. from path", |
4601 | 4638 | "URL: Setting <data:space ?query#fragment>.search = '' Do not drop trailing spaces from non-trailing opaque paths", |
4602 | | - "URL: Setting <sc:space ?query#fragment>.search = ''" |
| 4639 | + "URL: Setting <sc:space ?query#fragment>.search = ''", |
| 4640 | + "URL: Setting <http://example.net:8080>.host = 'example.com:invalid' Anything other than ASCII digit stops the port parser in a setter but is not an error", |
| 4641 | + "URL: Setting <http://example.net:8080/test>.host = '[::1]:invalid' Anything other than ASCII digit stops the port parser in a setter but is not an error" |
4603 | 4642 | ], |
4604 | 4643 | "url-setters.any.html?include=file": [ |
4605 | 4644 | "URL: Setting <file://monkey/>.pathname = '\\\\' File URLs and (back)slashes", |
|
4621 | 4660 | "URL: Setting <non-spec:/>.pathname = '//p'", |
4622 | 4661 | "URL: Setting <non-spec:/.//>.pathname = 'p' Drop /. from path", |
4623 | 4662 | "URL: Setting <data:space ?query#fragment>.search = '' Do not drop trailing spaces from non-trailing opaque paths", |
4624 | | - "URL: Setting <sc:space ?query#fragment>.search = ''" |
| 4663 | + "URL: Setting <sc:space ?query#fragment>.search = ''", |
| 4664 | + "URL: Setting <http://example.net:8080>.host = 'example.com:invalid' Anything other than ASCII digit stops the port parser in a setter but is not an error", |
| 4665 | + "URL: Setting <http://example.net:8080/test>.host = '[::1]:invalid' Anything other than ASCII digit stops the port parser in a setter but is not an error" |
4625 | 4666 | ], |
4626 | 4667 | "url-setters.any.worker.html?include=file": [ |
4627 | 4668 | "URL: Setting <file://monkey/>.pathname = '\\\\' File URLs and (back)slashes", |
|
6603 | 6644 | ], |
6604 | 6645 | "forbidden-method.any.html": true, |
6605 | 6646 | "forbidden-method.any.worker.html": true, |
6606 | | - "request-bad-port.any.html": false, |
6607 | | - "request-bad-port.any.worker.html": false, |
| 6647 | + "request-bad-port.any.html": true, |
| 6648 | + "request-bad-port.any.worker.html": true, |
6608 | 6649 | "request-cache-default-conditional.any.html": true, |
6609 | 6650 | "request-cache-default-conditional.any.worker.html": true, |
6610 | 6651 | "request-cache-default.any.html": [ |
|
0 commit comments