From 41c9acf4ec6fcf34c4483232aa6f94695649d082 Mon Sep 17 00:00:00 2001 From: Maja Frydrychowicz Date: Mon, 15 Jul 2019 19:37:42 +0000 Subject: [PATCH] Bug 1566128 - Add bug component for screen-capture wpt; r=jib Differential Revision: https://phabricator.services.mozilla.com/D38103 --HG-- extra : moz-landing-system : lando --- testing/web-platform/moz.build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testing/web-platform/moz.build b/testing/web-platform/moz.build index 2771c10176a4..b015c1ad9a23 100644 --- a/testing/web-platform/moz.build +++ b/testing/web-platform/moz.build @@ -476,6 +476,9 @@ with Files("tests/resource-timing/**"): with Files("tests/resources/**"): BUG_COMPONENT = ("Testing", "web-platform-tests") +with Files("tests/screen-capture/**"): + BUG_COMPONENT = ("Core", "WebRTC: Audio/Video") + with Files("tests/screen-orientation/**"): BUG_COMPONENT = ("Core", "DOM: Core & HTML")