Bug 1566128 - Add bug component for picture-in-picture wpt; r=jaws

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Maja Frydrychowicz 2019-07-15 18:28:18 +00:00
parent 3cc7f63eee
commit 7195fff42f

View File

@ -436,6 +436,9 @@ with Files("tests/payment-request/**"):
with Files("tests/performance-timeline/**"):
BUG_COMPONENT = ("Core", "Performance")
with Files("tests/picture-in-picture/**"):
BUG_COMPONENT = ("Toolkit", "Video/Audio Controls")
with Files("tests/pointerevents/**"):
BUG_COMPONENT = ("Core", "DOM: Events")