Bug 1482193 [wpt PR 12382] - [PE] Allow blending for svg root etc., a=testonly
[gecko.git] / servo / moz.build
blob510da4870b709cc65fec8ed62d1967da72543c13
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 with Files("**"):
8     BUG_COMPONENT = ("Firefox", "General")
10 with Files("components/style/**"):
11     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
13 with Files("components/style_derive/**"):
14     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
16 with Files("components/style_traits/**"):
17     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
19 with Files("components/selectors/**"):
20     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
22 with Files("ports/geckolib/**"):
23     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
25 with Files("tests/unit/style/**"):
26     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")