From 26b3d4afcdd875bf32b8e7f25a48668c23a1be7c Mon Sep 17 00:00:00 2001 From: Sherry Zhou Date: Wed, 1 May 2024 04:51:35 +0800 Subject: [PATCH] Enable the passing web platform tests (#3117) b/336799788 (cherry picked from commit 37c31fb730135d80a63f26b2e8e99f585b2412d0) --- 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