From 708df448f3291274de51eb828c74d8e79dd9e334 Mon Sep 17 00:00:00 2001 From: cobalt-github-releaser-bot <95661244+cobalt-github-releaser-bot@users.noreply.github.com> Date: Fri, 3 May 2024 09:41:31 -0700 Subject: [PATCH] Cherry pick PR #3117: Enable the passing web platform tests (#3119) Refer to the original PR: https://github.com/youtube/cobalt/pull/3117 b/336799788 Co-authored-by: Sherry Zhou --- cobalt/build/cobalt_configuration.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cobalt/build/cobalt_configuration.py b/cobalt/build/cobalt_configuration.py index 7c287fc0f41a..f3e5b77063be 100644 --- a/cobalt/build/cobalt_configuration.py +++ b/cobalt/build/cobalt_configuration.py @@ -137,8 +137,6 @@ def GetWebPlatformTestFilters(self): 'websockets/WebPlatformTest.Run/websockets_opening_handshake_003_html', 'websockets/WebPlatformTest.Run/websockets_opening_handshake_005_html', 'service_workers/WebPlatformTest.Run/service_workers_service_worker_register_wait_forever_in_install_worker_https_html', - 'csp/WebPlatformTest.Run/content_security_policy_script_src_script_src_1_10_1_html', - 'html/WebPlatformTest.Run/html_dom_documents_dom_tree_accessors_Document_currentScript_sub_html', ] return filters