Bug 1399569 - Use full text for bugzilla component 'CSS Parsing and Computation', not an abbreviated version. r=jmaher NPOTB

MozReview-Commit-ID: B6JdvairGOI

--HG--
extra : rebase_source : b5cabb21ac76cbef2ea3d228d5bde2df17b82477
This commit is contained in:
Sebastian Hengst 2017-09-13 20:03:52 +02:00
Родитель 91f275f5c3
Коммит 18dfe04431
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -152,10 +152,10 @@ with Files("tests/credential-management/**"):
BUG_COMPONENT = ("Core", "DOM: Security")
with Files("tests/css/**"):
BUG_COMPONENT = ("Core", "CSS Parsing and Comp")
BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
with Files("tests/css-cascade/**"):
BUG_COMPONENT = ("Core", "CSS Parsing and Comp")
BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
with Files("tests/css-font-display/**"):
BUG_COMPONENT = ("Core", "Layout: Text")