Bug 1436394: Move selectors and css-scoping WPT tests to CSS Parsing and Computation. r=jgraham

There's nothing CSSOM-specific in them.

MozReview-Commit-ID: Ft5j7MNVlOp

--HG--
extra : rebase_source : 3c2d2c42a53ad82f4a6d3721301f1af5d92cc0d7
This commit is contained in:
Emilio Cobos Álvarez 2018-02-07 17:05:37 +01:00
parent a90f20811d
commit a1c4508524

View File

@ -235,7 +235,7 @@ with Files("tests/css/css-paint-api/**"):
BUG_COMPONENT = ("Core", "Layout: Web Painting")
with Files("tests/css/css-scoping/**"):
BUG_COMPONENT = ("Core", "DOM: CSS Object Model")
BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
with Files("tests/css/css-timing/**"):
BUG_COMPONENT = ("Core", "Layout")
@ -250,7 +250,7 @@ with Files("tests/css/cssom-view/**"):
BUG_COMPONENT = ("Core", "DOM: CSS Object Model")
with Files("tests/css/selectors/**"):
BUG_COMPONENT = ("Core", "DOM")
BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
with Files("tests/custom-elements/**"):
BUG_COMPONENT = ("Core", "DOM")