diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index 30bcbebc207..558903fe28b 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -294938,6 +294938,12 @@ "workers/constructors/SharedWorker/1.headers": [ [] ], + "workers/constructors/SharedWorker/Infinity": [ + [] + ], + "workers/constructors/SharedWorker/NaN": [ + [] + ], "workers/constructors/SharedWorker/connect-event.js": [ [] ], @@ -449480,6 +449486,18 @@ {} ] ], + "workers/constructors/SharedWorker/Infinity-arguments.html": [ + [ + "workers/constructors/SharedWorker/Infinity-arguments.html", + {} + ] + ], + "workers/constructors/SharedWorker/NaN-arguments.html": [ + [ + "workers/constructors/SharedWorker/NaN-arguments.html", + {} + ] + ], "workers/constructors/SharedWorker/URLMismatchError.htm": [ [ "workers/constructors/SharedWorker/URLMismatchError.htm", @@ -751184,6 +751202,22 @@ "e7ec0d6699d07e5b13d0cb6f24c3639258fccdaa", "support" ], + "workers/constructors/SharedWorker/Infinity": [ + "d4c921c5658e6798ec56b06f513413572aab846a", + "support" + ], + "workers/constructors/SharedWorker/Infinity-arguments.html": [ + "b38e55dc6bae2a64476676bcce9ace2e1a15dc8a", + "testharness" + ], + "workers/constructors/SharedWorker/NaN": [ + "1d06329788c3a6fd7480f462a9d1ded231356962", + "support" + ], + "workers/constructors/SharedWorker/NaN-arguments.html": [ + "8a4578a965a36cdf34a9231a6345e7b2f39994e6", + "testharness" + ], "workers/constructors/SharedWorker/URLMismatchError.htm": [ "e1a11f4f8fe701365c89f9799794616975c39764", "testharness" diff --git a/tests/wpt/metadata/css/cssom-view/elementFromPoint-001.html.ini b/tests/wpt/metadata/css/cssom-view/elementFromPoint-001.html.ini deleted file mode 100644 index e38782d8c85..00000000000 --- a/tests/wpt/metadata/css/cssom-view/elementFromPoint-001.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[elementFromPoint-001.html] - [CSSOM View - 5 - extensions to the Document interface] - expected: FAIL - diff --git a/tests/wpt/metadata/fetch/content-type/response.window.js.ini b/tests/wpt/metadata/fetch/content-type/response.window.js.ini index 9eed3a29e9a..44c57c7e76c 100644 --- a/tests/wpt/metadata/fetch/content-type/response.window.js.ini +++ b/tests/wpt/metadata/fetch/content-type/response.window.js.ini @@ -312,18 +312,18 @@ [fetch(): separate response Content-Type: text/plain ] expected: NOTRUN - [