mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
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:
parent
a90f20811d
commit
a1c4508524
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user