From 653e668c208cfdd940eb967ff884daca135bcfff Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Wed, 30 Aug 2023 13:45:47 -0600 Subject: chore: bump deno_core to 0.207.0 (#20333) rusty_v8 -> "0.75.1" --- tools/wpt/expectation.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'tools') 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" -- cgit v1.2.3