Bug 1437972 - Fix component associated with WPT css-backgrounds test files. r=jgraham

--HG--
extra : source : bd1571afce38d5f6c5f7c5d476a8a91fbe1b5f35
This commit is contained in:
Jonathan Kew 2018-03-26 20:35:48 +01:00
Родитель ba23141cb5
Коммит 51d0fb8140
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -223,7 +223,7 @@ with Files("tests/css/**"):
BUG_COMPONENT = ("Core", "CSS Parsing and Computation") BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
with Files("tests/css/css-backgrounds/**"): with Files("tests/css/css-backgrounds/**"):
BUG_COMPONENT = ("Core", "Layout: Text") BUG_COMPONENT = ("Core", "Layout")
with Files("tests/css/css-cascade/**"): with Files("tests/css/css-cascade/**"):
BUG_COMPONENT = ("Core", "CSS Parsing and Computation") BUG_COMPONENT = ("Core", "CSS Parsing and Computation")