From 1408f1cc0da6fa93a840758260e75c8527b583c4 Mon Sep 17 00:00:00 2001 From: Valentin Gosu Date: Wed, 16 Nov 2022 13:15:43 +0000 Subject: [PATCH] Bug 1792967 - Add necko modules to testing/web-platform/moz.build r=jgraham Differential Revision: https://phabricator.services.mozilla.com/D160805 --- testing/web-platform/moz.build | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/testing/web-platform/moz.build b/testing/web-platform/moz.build index ac1755773de4..485568fa3d47 100644 --- a/testing/web-platform/moz.build +++ b/testing/web-platform/moz.build @@ -610,6 +610,9 @@ with Files("tests/preload/**"): with Files("tests/presentation-api/**"): BUG_COMPONENT = ("Core", "DOM: Core & HTML") +with Files("tests/priority-hints/**"): + BUG_COMPONENT = ("Core", "DOM: Networking") + with Files("tests/proximity/**"): BUG_COMPONENT = ("Core", "DOM: Device Interfaces") @@ -760,6 +763,9 @@ with Files("tests/websockets/**"): with Files("tests/webstorage/**"): BUG_COMPONENT = ("Core", "Storage: localStorage & sessionStorage") +with Files("tests/webtransport/**"): + BUG_COMPONENT = ("Core", "Networking: HTTP") + with Files("tests/webusb/**"): BUG_COMPONENT = ("Core", "DOM: Device Interfaces")