1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-03 12:58:54 -05:00

chore: update wpt submodule

This commit is contained in:
Luca Casonato 2021-07-03 21:34:48 +02:00 committed by Luca Casonato
parent bf39b883d6
commit 14104c4e5b
2 changed files with 16 additions and 3 deletions

@ -1 +1 @@
Subproject commit 02ebfda73367c0419e19f83048fa5895a78cb418
Subproject commit aebba1588bf4c0efd894261f24ba6bd5fd259a2d

View file

@ -272,7 +272,8 @@
"textencoder-constructor-non-utf.any.html": true,
"textencoder-utf16-surrogates.any.html": true,
"unsupported-encodings.any.html": false,
"single-byte-decoder.window.html?TextDecoder": true
"single-byte-decoder.window.html?TextDecoder": true,
"textdecoder-eof.any.html": true
},
"hr-time": {
"monotonic-clock.any.html": true,
@ -466,7 +467,15 @@
"terminate.any.html": true
},
"writable-streams": {
"aborting.any.html": true,
"aborting.any.html": [
"WritableStreamDefaultController.signal",
"the abort signal is signalled synchronously - write",
"the abort signal is signalled synchronously - close",
"the abort signal is not signalled on error",
"the abort signal is not signalled on write failure",
"the abort signal is not signalled on close failure",
"recursive abort() call"
],
"bad-strategies.any.html": true,
"bad-underlying-sinks.any.html": true,
"byte-length-queuing-strategy.any.html": true,
@ -725,6 +734,8 @@
"URL: Setting <http://example.net:8080/path>.hostname = 'example.com:' : delimiter invalidates entire value",
"URL: Setting <non-spec:/.//p>.hostname = 'h' Drop /. from path",
"URL: Setting <non-spec:/.//p>.hostname = ''",
"URL: Setting <foo://somehost/some/path>.pathname = '' Non-special URLs can have their paths erased",
"URL: Setting <foo:///some/path>.pathname = '' Non-special URLs with an empty host can have their paths erased",
"URL: Setting <file://monkey/>.pathname = '\\\\' File URLs and (back)slashes",
"URL: Setting <file:///unicorn>.pathname = '//\\/' File URLs and (back)slashes",
"URL: Setting <file:///unicorn>.pathname = '//monkey/..//' File URLs and (back)slashes",
@ -848,6 +859,8 @@
"Check response clone use structureClone for teed ReadableStreams (Uint8ClampedArraychunk)",
"Check response clone use structureClone for teed ReadableStreams (Uint16Arraychunk)",
"Check response clone use structureClone for teed ReadableStreams (Uint32Arraychunk)",
"Check response clone use structureClone for teed ReadableStreams (BigInt64Arraychunk)",
"Check response clone use structureClone for teed ReadableStreams (BigUint64Arraychunk)",
"Check response clone use structureClone for teed ReadableStreams (Float32Arraychunk)",
"Check response clone use structureClone for teed ReadableStreams (Float64Arraychunk)",
"Check response clone use structureClone for teed ReadableStreams (DataViewchunk)"