Bug 1399569 - Use full text for bugzilla component 'CSS Parsing and Computation', not an abbreviated version. r=jmaher NPOTB draft
authorSebastian Hengst <archaeopteryx@coole-files.de>
Wed, 13 Sep 2017 20:03:52 +0200
changeset 664075 b5cabb21ac76cbef2ea3d228d5bde2df17b82477
parent 664064 e5f80a639bfe68b68693a5be610f9d36b6c5ad00
child 731369 10234fe0ca168fc0f6d7ae0f8d029f5d1d737f86
push id79618
push userarchaeopteryx@coole-files.de
push dateWed, 13 Sep 2017 18:04:19 +0000
reviewersjmaher
bugs1399569
milestone57.0a1
Bug 1399569 - Use full text for bugzilla component 'CSS Parsing and Computation', not an abbreviated version. r=jmaher NPOTB MozReview-Commit-ID: B6JdvairGOI
testing/web-platform/moz.build
--- a/testing/web-platform/moz.build
+++ b/testing/web-platform/moz.build
@@ -147,20 +147,20 @@ with Files("tests/cookies/**"):
 
 with Files("tests/cors/**"):
     BUG_COMPONENT = ("Core", "DOM: Security")
 
 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")
 
 with Files("tests/css-font-loading/**"):
     BUG_COMPONENT = ("Core", "Layout: Text")
 
 with Files("tests/css-fonts/**"):