123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317 |
- # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
- # This Source Code Form is subject to the terms of the Mozilla Public
- # License, v. 2.0. If a copy of the MPL was not distributed with this
- # file, You can obtain one at http://mozilla.org/MPL/2.0/.
- TEST_HARNESS_FILES.testing.mochitest.tests.fonts.math += [
- 'fonts/math/axis-height-1.otf',
- 'fonts/math/axis-height-2.otf',
- 'fonts/math/fraction-1.otf',
- 'fonts/math/fraction-2.otf',
- 'fonts/math/fraction-3.otf',
- 'fonts/math/fraction-4.otf',
- 'fonts/math/fraction-5.otf',
- 'fonts/math/fraction-6.otf',
- 'fonts/math/fraction-7.otf',
- 'fonts/math/fraction-8.otf',
- 'fonts/math/fraction-9.otf',
- 'fonts/math/limits-1.otf',
- 'fonts/math/limits-2.otf',
- 'fonts/math/limits-3.otf',
- 'fonts/math/limits-4.otf',
- 'fonts/math/limits-5.otf',
- 'fonts/math/radical-1.otf',
- 'fonts/math/radical-2.otf',
- 'fonts/math/radical-3.otf',
- 'fonts/math/radical-4.otf',
- 'fonts/math/radical-5.otf',
- 'fonts/math/radical-6.otf',
- 'fonts/math/radical-7.otf',
- 'fonts/math/scripts-1.otf',
- 'fonts/math/scripts-2.otf',
- 'fonts/math/scripts-3.otf',
- 'fonts/math/scripts-4.otf',
- 'fonts/math/scripts-5.otf',
- 'fonts/math/scripts-6.otf',
- 'fonts/math/scripts-7.otf',
- 'fonts/math/scripts-8.otf',
- 'fonts/math/scripts-9.otf',
- 'fonts/math/stack-1.otf',
- 'fonts/math/stack-2.otf',
- 'fonts/math/stack-3.otf',
- 'fonts/math/stack-4.otf',
- 'fonts/math/stack-5.otf',
- 'fonts/math/stack-6.otf',
- ]
- TEST_HARNESS_FILES.testing.mochitest.tests.fonts.mplus += [
- 'fonts/mplus/mplus-1p-regular.ttf',
- ]
- TEST_HARNESS_FILES.testing.mochitest.tests.fonts += [
- 'fonts/Ahem.ttf',
- ]
- REFTEST_MANIFESTS += ['reftest.list']
- with Files('abs-pos/**'):
- BUG_COMPONENT = ('Core', 'Layout: R & A Pos')
- with Files('async-scrolling/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('backgrounds/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('bidi/**'):
- BUG_COMPONENT = ('Core', 'Layout: Text')
- with Files('border-image/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('border-radius/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('box/**'):
- BUG_COMPONENT = ('Core', 'XP Toolkit/Widgets: XUL')
- with Files('box-ordinal/**'):
- BUG_COMPONENT = ('Core', 'XP Toolkit/Widgets: XUL')
- with Files('box-properties/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('box-shadow/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('box-sizing/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('bugs/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('canvas/**'):
- BUG_COMPONENT = ('Core', 'Layout: Images')
- with Files('columns/**'):
- BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
- with Files('counter-style/**'):
- BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
- with Files('counters/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('css-animations/**'):
- BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
- with Files('css-blending/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('css-break/**'):
- BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
- with Files('css-calc/**'):
- BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
- with Files('css-charset/**'):
- BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
- with Files('css-default/**'):
- BUG_COMPONENT = ('Core', 'Layout: Form Controls')
- with Files('css-disabled/**'):
- BUG_COMPONENT = ('Core', 'Layout: Form Controls')
- with Files('css-display/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('css-enabled/**'):
- BUG_COMPONENT = ('Core', 'Layout: Form Controls')
- with Files('css-gradients/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('css-grid/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('css-import/**'):
- BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
- with Files('css-invalid/**'):
- BUG_COMPONENT = ('Core', 'Layout: Form Controls')
- with Files('css-mediaqueries/**'):
- BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
- with Files('css-optional/**'):
- BUG_COMPONENT = ('Core', 'Layout: Form Controls')
- with Files('css-parsing/**'):
- BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
- with Files('css-placeholder/**'):
- BUG_COMPONENT = ('Core', 'Layout: Form Controls')
- with Files('css-required/**'):
- BUG_COMPONENT = ('Core', 'Layout: Form Controls')
- with Files('css-ruby/**'):
- BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
- with Files('css-selectors/**'):
- BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
- with Files('css-submit-invalid/**'):
- BUG_COMPONENT = ('Core', 'Layout: Form Controls')
- with Files('css-transitions/**'):
- BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
- with Files('css-ui-invalid/**'):
- BUG_COMPONENT = ('Core', 'Layout: Form Controls')
- with Files('css-ui-valid/**'):
- BUG_COMPONENT = ('Core', 'Layout: Form Controls')
- with Files('css-valid/**'):
- BUG_COMPONENT = ('Core', 'Layout: Form Controls')
- with Files('css-valuesandunits/**'):
- BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
- with Files('css-variables/**'):
- BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
- with Files('css-visited/**'):
- BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
- with Files('cssom/**'):
- BUG_COMPONENT = ('Core', 'DOM: CSS Object Model')
- with Files('datalist/**'):
- BUG_COMPONENT = ('Core', 'DOM: Core & HTML')
- with Files('dom/**'):
- BUG_COMPONENT = ('Core', 'DOM: Core & HTML')
- with Files('filters.svg'):
- BUG_COMPONENT = ('Core', 'SVG')
- with Files('first-letter/**'):
- BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
- with Files('first-line/**'):
- BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
- with Files('flexbox/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('floats/**'):
- BUG_COMPONENT = ('Core', 'Layout: Floats')
- with Files('font-face/**'):
- BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
- with Files('font-features/**'):
- BUG_COMPONENT = ('Core', 'Layout: Text')
- with Files('font-inflation/**'):
- BUG_COMPONENT = ('Core', 'Layout: Text')
- with Files('font-loading-api/**'):
- BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
- with Files('font-matching/**'):
- BUG_COMPONENT = ('Core', 'Layout: Text')
- with Files('fonts/**'):
- BUG_COMPONENT = ('Core', 'Layout: Text')
- with Files('forms/**'):
- BUG_COMPONENT = ('Core', 'Layout: Form Controls')
- with Files('generated-content/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('ib-split/**'):
- BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
- with Files('image/**'):
- BUG_COMPONENT = ('Core', 'Layout: Images')
- with Files('image-element/**'):
- BUG_COMPONENT = ('Core', 'Layout: Images')
- with Files('image-rect/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('image-region/**'):
- BUG_COMPONENT = ('Core', 'Layout: Images')
- with Files('indic-shaping/**'):
- BUG_COMPONENT = ('Core', 'Layout: Text')
- with Files('inline/**'):
- BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
- with Files('inline-borderpadding/**'):
- BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
- with Files('invalidation/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('layers/**'):
- BUG_COMPONENT = ('Core', 'Graphics: Layers')
- with Files('line-breaking/**'):
- BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
- with Files('list-item/**'):
- BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
- with Files('margin-collapsing/**'):
- BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
- with Files('mathml/**'):
- BUG_COMPONENT = ('Core', 'MathML')
- with Files('native-theme/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('object/**'):
- BUG_COMPONENT = ('Core', 'DOM')
- with Files('ogg-video/**'):
- BUG_COMPONENT = ('Core', 'Video/Audio')
- with Files('outline/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('pagination/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('percent-overflow-sizing/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('pixel-rounding/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('position-dynamic-changes/**'):
- BUG_COMPONENT = ('Core', 'Layout: R & A Pos')
- with Files('position-relative/**'):
- BUG_COMPONENT = ('Core', 'Layout: R & A Pos')
- with Files('position-sticky/**'):
- BUG_COMPONENT = ('Core', 'Layout: R & A Pos')
- with Files('printing/**'):
- BUG_COMPONENT = ('Core', 'Printing: Output')
- with Files('reftest-sanity/**'):
- BUG_COMPONENT = ('Testing', 'Reftest')
- with Files('scoped-style/**'):
- BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
- with Files('scrolling/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('selection/**'):
- BUG_COMPONENT = ('Core', 'Selection')
- with Files('svg/**'):
- BUG_COMPONENT = ('Core', 'SVG')
- with Files('tab-size/**'):
- BUG_COMPONENT = ('Core', 'Layout: Text')
- with Files('table-anonymous-boxes/**'):
- BUG_COMPONENT = ('Core', 'Layout: Tables')
- with Files('table-background/**'):
- BUG_COMPONENT = ('Core', 'Layout: Tables')
- with Files('table-bordercollapse/**'):
- BUG_COMPONENT = ('Core', 'Layout: Tables')
- with Files('table-dom/**'):
- BUG_COMPONENT = ('Core', 'Layout: Tables')
- with Files('table-overflow/**'):
- BUG_COMPONENT = ('Core', 'Layout: Tables')
- with Files('table-width/**'):
- BUG_COMPONENT = ('Core', 'Layout: Tables')
- with Files('text/**'):
- BUG_COMPONENT = ('Core', 'Layout: Text')
- with Files('text-decoration/**'):
- BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
- with Files('text-indent/**'):
- BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
- with Files('text-overflow/**'):
- BUG_COMPONENT = ('Core', 'Layout: Text')
- with Files('text-shadow/**'):
- BUG_COMPONENT = ('Core', 'Layout: Text')
- with Files('text-svgglyphs/**'):
- BUG_COMPONENT = ('Core', 'SVG')
- with Files('text-transform/**'):
- BUG_COMPONENT = ('Core', 'Layout: Text')
- with Files('transform/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('transform-3d/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('unicode/**'):
- BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
- with Files('view-source/**'):
- BUG_COMPONENT = ('Core', 'HTML: Parser')
- with Files('w3c-css/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('w3c-css/received/css-conditional-3/**'):
- BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
- with Files('w3c-css/received/css-namespaces-3/**'):
- BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
- with Files('w3c-css/received/css-values-3/**'):
- BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
- with Files('w3c-css/submitted/conditional3/**'):
- BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
- with Files('w3c-css/submitted/css21/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('w3c-css/submitted/flexbox/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('w3c-css/submitted/fonts3/**'):
- BUG_COMPONENT = ('Core', 'Layout: Text')
- with Files('w3c-css/submitted/images3/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('w3c-css/submitted/lists-3/**'):
- BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
- with Files('w3c-css/submitted/multicol3/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('w3c-css/submitted/ruby/**'):
- BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
- with Files('w3c-css/submitted/text-decor-3/**'):
- BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
- with Files('w3c-css/submitted/ui3/**'):
- BUG_COMPONENT = ('Core', 'Layout')
- with Files('w3c-css/submitted/values3/**'):
- BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
- with Files('w3c-css/submitted/variables/**'):
- BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
- with Files('webcomponents/**'):
- BUG_COMPONENT = ('Core', 'DOM')
- with Files('webm-video/**'):
- BUG_COMPONENT = ('Core', 'Video/Audio')
- with Files('writing-mode/**'):
- BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
- with Files('xul/**'):
- BUG_COMPONENT = ('Core', 'XP Toolkit/Widgets: XUL')
- with Files('xul-document-load/**'):
- BUG_COMPONENT = ('Core', 'XP Toolkit/Widgets: XUL')
- with Files('z-index/**'):
- BUG_COMPONENT = ('Core', 'Layout')
|