mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore: update wpt (#13423)
This commit is contained in:
parent
c98fbe2fd6
commit
e134ac6741
2 changed files with 13 additions and 5 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 075719cfcefe5a6f3b5c0f1447373e5cad5445df
|
||||
Subproject commit 2c57e66a4b63afafc2fbba8a81284e4dc5ffe854
|
|
@ -1507,8 +1507,12 @@
|
|||
"toString.any.html": true,
|
||||
"toString.any.worker.html": true
|
||||
},
|
||||
"interface.any.html": true,
|
||||
"interface.any.worker.html": true,
|
||||
"interface.any.html": [
|
||||
"WebAssembly.Table.set: length"
|
||||
],
|
||||
"interface.any.worker.html": [
|
||||
"WebAssembly.Table.set: length"
|
||||
],
|
||||
"memory": {
|
||||
"buffer.any.html": true,
|
||||
"buffer.any.worker.html": true,
|
||||
|
@ -1560,8 +1564,12 @@
|
|||
"basic.tentative.any.worker.html": true,
|
||||
"constructor.tentative.any.html": true,
|
||||
"constructor.tentative.any.worker.html": true,
|
||||
"getArg.tentative.any.html": true,
|
||||
"getArg.tentative.any.worker.html": true,
|
||||
"getArg.tentative.any.html": [
|
||||
"Index out of bounds"
|
||||
],
|
||||
"getArg.tentative.any.worker.html": [
|
||||
"Index out of bounds"
|
||||
],
|
||||
"is.tentative.any.html": true,
|
||||
"is.tentative.any.worker.html": true,
|
||||
"toString.tentative.any.html": false,
|
||||
|
|
Loading…
Reference in a new issue