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
Родитель b3bebb6eca
Коммит 3cc7f63eee
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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")