From 51d0fb81401ef72e0885319fd2f963cc11e656cb Mon Sep 17 00:00:00 2001 From: Jonathan Kew Date: Mon, 26 Mar 2018 20:35:48 +0100 Subject: [PATCH] Bug 1437972 - Fix component associated with WPT css-backgrounds test files. r=jgraham --HG-- extra : source : bd1571afce38d5f6c5f7c5d476a8a91fbe1b5f35 --- testing/web-platform/moz.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/web-platform/moz.build b/testing/web-platform/moz.build index 75aac0b96edc..a4985658f843 100644 --- a/testing/web-platform/moz.build +++ b/testing/web-platform/moz.build @@ -223,7 +223,7 @@ with Files("tests/css/**"): BUG_COMPONENT = ("Core", "CSS Parsing and Computation") with Files("tests/css/css-backgrounds/**"): - BUG_COMPONENT = ("Core", "Layout: Text") + BUG_COMPONENT = ("Core", "Layout") with Files("tests/css/css-cascade/**"): BUG_COMPONENT = ("Core", "CSS Parsing and Computation")