diff options
| author | Matt Mastracci <matthew@mastracci.com> | 2023-08-30 13:45:47 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-30 21:45:47 +0200 |
| commit | 653e668c208cfdd940eb967ff884daca135bcfff (patch) | |
| tree | 47ef7c5bd9c217ede5f6ce4c3587339979f85817 /tools | |
| parent | 1cce3060227f7bc53a8d5ad938f092362cf78855 (diff) | |
chore: bump deno_core to 0.207.0 (#20333)
rusty_v8 -> "0.75.1"
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 d07aed105..f40fbac37 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" |
