Bug 1831748 - Make wpt tests in secure-payment-confirmation folder point to Core::DOM: Web Payments. r=aiunusov

Differential Revision: https://phabricator.services.mozilla.com/D177350
This commit is contained in:
Cosmin Sabou 2023-05-09 05:12:30 +00:00
Родитель 1ab4707494
Коммит 9dc2828ad4
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -595,6 +595,9 @@ with Files("tests/payment-method-id/**"):
with Files("tests/payment-request/**"):
BUG_COMPONENT = ("Core", "DOM: Web Payments")
with Files("tests/secure-payment-confirmation/**"):
BUG_COMPONENT = ("Core", "DOM: Web Payments")
with Files("tests/performance-timeline/**"):
BUG_COMPONENT = ("Core", "DOM: Performance")