Bug 1566128 - Correct bug component for wpt eventsource; r=edenchuang

Differential Revision: https://phabricator.services.mozilla.com/D38101

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Maja Frydrychowicz 2019-07-16 03:48:03 +00:00
parent b3bebb6eca
commit 3cc7f63eee

View File

@ -282,7 +282,7 @@ with Files("tests/entries-api/**"):
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
with Files("tests/eventsource/**"):
BUG_COMPONENT = ("Core", "DOM: Networking")
BUG_COMPONENT = ("Core", "DOM: Events")
with Files("tests/feature-policy/**"):
BUG_COMPONENT = ("Core", "DOM: Core & HTML")