mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
Bug 1792967 - Add necko modules to testing/web-platform/moz.build r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D160805
This commit is contained in:
parent
ef7edc4d4d
commit
1408f1cc0d
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user