diff options
author | Matt Mastracci <matthew@mastracci.com> | 2023-08-12 13:04:45 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-12 19:04:45 +0000 |
commit | babfba14ef327051a1caf9df6730606330ff1cc0 (patch) | |
tree | 75734629f03282488b2ff3271aa0d96db0e7037d /tools | |
parent | 050ca394096d22330bf5519aad2c59f84be7a0c2 (diff) |
chore: deno_core -> 0.201.0 (#20135)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index b75183d89..289698c1e 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -2807,8 +2807,12 @@ }, "class-string-interface.any.html": true, "class-string-interface.any.worker.html": true, - "class-string-iterator-prototype-object.any.html": true, - "class-string-iterator-prototype-object.any.worker.html": true, + "class-string-iterator-prototype-object.any.html": [ + "Object.prototype.toString applied after deleting @@toStringTag" + ], + "class-string-iterator-prototype-object.any.worker.html": [ + "Object.prototype.toString applied after deleting @@toStringTag" + ], "class-string-named-properties-object.window.html": false, "global-immutable-prototype.any.html": [ "Setting to a different prototype" |