Bug 1735600 [wpt PR 31216] - [Legacy client hints modernization] (5) Check for `sec...
[gecko.git] / testing / web-platform / moz.build
blob78bd7e692d462c958211e02e6bdd42b10c340ff5
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 TEST_HARNESS_FILES["web-platform"] += [
8     "mach_commands_base.py",
9     "mach_test_package_commands.py",
10     "outbound/**",
11     "runtests.py",
12     "wptrunner.ini",
15 PYTHON_UNITTEST_MANIFESTS += ["python.ini"]
17 with Files("**"):
18     SCHEDULES.exclusive = [
19         "web-platform-tests",
20         "web-platform-tests-reftest",
21         "web-platform-tests-wdspec",
22     ]
24 with Files("moz.build"):
25     BUG_COMPONENT = ("Testing", "web-platform-tests")
27 with Files("README.md"):
28     BUG_COMPONENT = ("Testing", "web-platform-tests")
30 with Files("wptrunner.ini"):
31     BUG_COMPONENT = ("Testing", "web-platform-tests")
33 with Files("meta/**"):
34     BUG_COMPONENT = ("Testing", "web-platform-tests")
36 with Files("products/README"):
37     BUG_COMPONENT = ("Testing", "web-platform-tests")
39 with Files("outbound/README"):
40     BUG_COMPONENT = ("Testing", "web-platform-tests")
42 with Files("outbound/meta/**"):
43     BUG_COMPONENT = ("Testing", "web-platform-tests")
45 with Files("outbound/tests/placeholder"):
46     BUG_COMPONENT = ("Testing", "web-platform-tests")
48 with Files("mozilla/README"):
49     BUG_COMPONENT = ("Testing", "web-platform-tests")
51 with Files("mozilla/meta/**"):
52     BUG_COMPONENT = ("Testing", "web-platform-tests")
54 with Files("mozilla/tests/dom/**"):
55     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
57 with Files("mozilla/tests/editor/**"):
58     BUG_COMPONENT = ("Core", "DOM: Editor")
60 with Files("mozilla/tests/fetch/**"):
61     BUG_COMPONENT = ("Core", "DOM: Networking")
63 with Files("mozilla/tests/focus/**"):
64     BUG_COMPONENT = ("Core", "DOM: Editor")
66 with Files("mozilla/tests/html/**"):
67     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
69 with Files("mozilla/tests/html/semantics/forms/**"):
70     BUG_COMPONENT = ("Core", "Layout: Form Controls")
72 with Files("mozilla/tests/html/semantics/scripting-1/**"):
73     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
75 with Files("mozilla/tests/placeholder"):
76     BUG_COMPONENT = ("Testing", "web-platform-tests")
78 with Files("update/**"):
79     BUG_COMPONENT = ("Testing", "web-platform-tests")
81 with Files("mach*"):
82     BUG_COMPONENT = ("Testing", "web-platform-tests")
84 with Files("*.py"):
85     BUG_COMPONENT = ("Testing", "web-platform-tests")
87 with Files("tests/*.md"):
88     BUG_COMPONENT = ("Testing", "web-platform-tests")
90 with Files("tests/**"):
91     BUG_COMPONENT = ("Testing", "web-platform-tests")
92     SCHEDULES.inclusive += ["test-verify-wpt"]
94 with Files("tests/testharness_runner.html"):
95     BUG_COMPONENT = ("Testing", "web-platform-tests")
97 with Files("tests/update-built-tests.sh"):
98     BUG_COMPONENT = ("Testing", "web-platform-tests")
100 with Files("tests/wpt"):
101     BUG_COMPONENT = ("Testing", "web-platform-tests")
103 with Files("tests/wpt.py"):
104     BUG_COMPONENT = ("Testing", "web-platform-tests")
107 with Files("tests/FileAPI/**"):
108     BUG_COMPONENT = ("Core", "DOM: File")
110 with Files("tests/IndexedDB/**"):
111     BUG_COMPONENT = ("Core", "Storage: IndexedDB")
113 with Files("tests/WebCryptoAPI/**"):
114     BUG_COMPONENT = ("Core", "DOM: Security")
116 with Files("tests/xhr/**"):
117     BUG_COMPONENT = ("Core", "DOM: Networking")
119 with Files("tests/accelerometer/**"):
120     BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
122 with Files("tests/ambient-light/**"):
123     BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
125 with Files("tests/annotation-model/**"):
126     BUG_COMPONENT = ("Testing", "web-platform-tests")
128 with Files("tests/annotation-protocol/**"):
129     BUG_COMPONENT = ("Testing", "web-platform-tests")
131 with Files("tests/annotation-vocab/**"):
132     BUG_COMPONENT = ("Testing", "web-platform-tests")
134 with Files("tests/apng/**"):
135     BUG_COMPONENT = ("Core", "ImageLib")
137 with Files("tests/audio-output/**"):
138     BUG_COMPONENT = ("Core", "Audio/Video: Playback")
140 with Files("tests/background-fetch/**"):
141     BUG_COMPONENT = ("Core", "DOM: Service Workers")
143 with Files("tests/battery-status/**"):
144     BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
146 with Files("tests/beacon/**"):
147     BUG_COMPONENT = ("Core", "DOM: Networking")
149 with Files("tests/bluetooth/**"):
150     BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
152 with Files("tests/clear-site-data/**"):
153     BUG_COMPONENT = ("Core", "DOM: Security")
155 with Files("tests/clipboard-apis/**"):
156     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
158 with Files("tests/common/**"):
159     BUG_COMPONENT = ("Testing", "web-platform-tests")
161 # Appears to be testing -webkit specific css properties
162 with Files("tests/compat/**"):
163     BUG_COMPONENT = ("Core", "Layout")
165 with Files("tests/conformance-checkers/**"):
166     BUG_COMPONENT = ("Testing", "web-platform-tests")
168 with Files("tests/console/**"):
169     BUG_COMPONENT = ("DevTools", "Console")
171 with Files("tests/content-security-policy/**"):
172     BUG_COMPONENT = ("Core", "DOM: Security")
174 with Files("tests/cookies/**"):
175     BUG_COMPONENT = ("Core", "Networking: Cookies")
177 with Files("tests/core-aam/**"):
178     BUG_COMPONENT = ("Core", "Disability Access APIs")
180 with Files("tests/cors/**"):
181     BUG_COMPONENT = ("Core", "DOM: Security")
183 with Files("tests/credential-management/**"):
184     BUG_COMPONENT = ("Core", "DOM: Security")
186 with Files("tests/css/**"):
187     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
189 with Files("tests/css/compositing/**"):
190     BUG_COMPONENT = ("Core", "Web Painting")
192 with Files("tests/css/css-align/**"):
193     BUG_COMPONENT = ("Core", "Layout: Block and Inline")
195 with Files("tests/css/css-animations/**"):
196     BUG_COMPONENT = ("Core", "CSS Transitions and Animations")
198 with Files("tests/css/css-backgrounds/**"):
199     BUG_COMPONENT = ("Core", "Layout: Images, Video, and HTML Frames")
201 with Files("tests/css/css-box/**"):
202     BUG_COMPONENT = ("Core", "Layout")
204 with Files("tests/css/css-break/**"):
205     BUG_COMPONENT = ("Core", "Layout")
207 with Files("tests/css/css-cascade/**"):
208     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
210 with Files("tests/css/css-color/**"):
211     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
213 with Files("tests/css/css-color-adjust/**"):
214     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
216 with Files("tests/css/css-conditional/**"):
217     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
219 with Files("tests/css/css-contain/**"):
220     BUG_COMPONENT = ("Core", "Layout")
222 with Files("tests/css/css-content/**"):
223     BUG_COMPONENT = ("Core", "Layout: Generated Content, Lists, and Counters")
225 with Files("tests/css/css-counter-styles/**"):
226     BUG_COMPONENT = ("Core", "Layout: Generated Content, Lists, and Counters")
228 with Files("tests/css/css-device-adapt/**"):
229     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
231 with Files("tests/css/css-display/**"):
232     BUG_COMPONENT = ("Core", "Layout")
234 with Files("tests/css/css-easing/**"):
235     BUG_COMPONENT = ("Core", "DOM: Animation")
237 with Files("tests/css/css-env/**"):
238     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
240 with Files("tests/css/css-exclusions/**"):
241     BUG_COMPONENT = ("Core", "Layout")
243 with Files("tests/css/css-fill-stroke/**"):
244     BUG_COMPONENT = ("Core", "SVG")
246 with Files("tests/css/css-flexbox/**"):
247     BUG_COMPONENT = ("Core", "Layout: Flexbox")
249 with Files("tests/css/css-font-loading/**"):
250     BUG_COMPONENT = ("Core", "Layout: Text and Fonts")
252 with Files("tests/css/css-fonts/**"):
253     BUG_COMPONENT = ("Core", "Layout: Text and Fonts")
255 with Files("tests/css/css-forced-color-adjust/**"):
256     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
258 with Files("tests/css/css-gcpm/**"):
259     BUG_COMPONENT = ("Core", "Layout")
261 with Files("tests/css/css-grid/**"):
262     BUG_COMPONENT = ("Core", "Layout: Grid")
264 with Files("tests/css/css-images/**"):
265     BUG_COMPONENT = ("Core", "Layout: Images, Video, and HTML Frames")
267 with Files("tests/css/css-inline/**"):
268     BUG_COMPONENT = ("Core", "Layout: Block and Inline")
270 with Files("tests/css/css-layout-api/**"):
271     BUG_COMPONENT = ("Core", "Layout")
273 with Files("tests/css/css-lists/**"):
274     BUG_COMPONENT = ("Core", "Layout: Generated Content, Lists, and Counters")
276 with Files("tests/css/css-logical/**"):
277     BUG_COMPONENT = ("Core", "Layout")
279 with Files("tests/css/css-masking/**"):
280     BUG_COMPONENT = ("Core", "Web Painting")
282 with Files("tests/css/css-multicol/**"):
283     BUG_COMPONENT = ("Core", "Layout: Columns")
285 with Files("tests/css/css-namespaces/**"):
286     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
288 with Files("tests/css/css-overflow/**"):
289     BUG_COMPONENT = ("Core", "Layout: Scrolling and Overflow")
291 with Files("tests/css/css-overscroll-behavior/**"):
292     BUG_COMPONENT = ("Core", "Layout")
294 with Files("tests/css/css-page/**"):
295     BUG_COMPONENT = ("Core", "Layout")
297 with Files("tests/css/css-paint-api/**"):
298     BUG_COMPONENT = ("Core", "Web Painting")
300 with Files("tests/css/css-parser-api/**"):
301     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
303 with Files("tests/css/css-position/**"):
304     BUG_COMPONENT = ("Core", "Layout: Positioned")
306 with Files("tests/css/css-properties-values-api/**"):
307     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
309 with Files("tests/css/css-pseudo/**"):
310     BUG_COMPONENT = ("Core", "Layout: Generated Content, Lists, and Counters")
312 with Files("tests/css/css-round-display/**"):
313     BUG_COMPONENT = ("Core", "Layout")
315 with Files("tests/css/css-ruby/**"):
316     BUG_COMPONENT = ("Core", "Layout: Ruby")
318 with Files("tests/css/css-scoping/**"):
319     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
321 with Files("tests/css/css-scroll-anchoring/**"):
322     BUG_COMPONENT = ("Core", "Layout: Scrolling and Overflow")
324 with Files("tests/css/css-scroll-snap/**"):
325     BUG_COMPONENT = ("Core", "Layout: Scrolling and Overflow")
327 with Files("tests/css/css-scrollbars/**"):
328     BUG_COMPONENT = ("Core", "Layout: Scrolling and Overflow")
330 with Files("tests/css/css-shadow-parts/**"):
331     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
333 with Files("tests/css/css-shapes/**"):
334     BUG_COMPONENT = ("Core", "Layout: Floats")
336 with Files("tests/css/css-size-adjust/**"):
337     BUG_COMPONENT = ("Core", "Layout: Text and Fonts")
339 with Files("tests/css/css-sizing/**"):
340     BUG_COMPONENT = ("Core", "Layout")
342 with Files("tests/css/css-speech/**"):
343     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
345 with Files("tests/css/css-style-attr/**"):
346     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
348 with Files("tests/css/css-syntax/**"):
349     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
351 with Files("tests/css/css-tables/**"):
352     BUG_COMPONENT = ("Core", "Layout: Tables")
354 with Files("tests/css/css-text/**"):
355     BUG_COMPONENT = ("Core", "Layout: Text and Fonts")
357 with Files("tests/css/css-text-decor/**"):
358     BUG_COMPONENT = ("Core", "Layout: Text and Fonts")
360 with Files("tests/css/css-transforms/**"):
361     BUG_COMPONENT = ("Core", "Web Painting")
363 with Files("tests/css/css-transitions/**"):
364     BUG_COMPONENT = ("Core", "CSS Transitions and Animations")
366 with Files("tests/css/css-typed-om/**"):
367     BUG_COMPONENT = ("Core", "DOM: CSS Object Model")
369 with Files("tests/css/css-ui/**"):
370     BUG_COMPONENT = ("Core", "Layout")
372 with Files("tests/css/css-values/**"):
373     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
375 with Files("tests/css/css-variables/**"):
376     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
378 with Files("tests/css/css-will-change/**"):
379     BUG_COMPONENT = ("Core", "Layout")
381 with Files("tests/css/css-writing-modes/**"):
382     BUG_COMPONENT = ("Core", "Layout")
384 with Files("tests/css/cssom/**"):
385     BUG_COMPONENT = ("Core", "DOM: CSS Object Model")
387 with Files("tests/css/cssom-view/**"):
388     BUG_COMPONENT = ("Core", "DOM: CSS Object Model")
390 with Files("tests/css/filter-effects/**"):
391     BUG_COMPONENT = ("Core", "Web Painting")
393 with Files("tests/css/geometry/**"):
394     BUG_COMPONENT = ("Core", "DOM: CSS Object Model")
396 with Files("tests/css/mediaqueries/**"):
397     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
399 with Files("tests/css/motion/**"):
400     BUG_COMPONENT = ("Core", "SVG")
402 with Files("tests/css/selectors/**"):
403     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
405 with Files("tests/custom-elements/**"):
406     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
408 with Files("tests/docs/**"):
409     BUG_COMPONENT = ("Testing", "web-platform-tests")
411 with Files("tests/dom/**"):
412     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
414 with Files("tests/domparsing/**"):
415     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
417 with Files("tests/domxpath/**"):
418     BUG_COMPONENT = ("Core", "XSLT")
420 with Files("tests/dpub-aam/**"):
421     BUG_COMPONENT = ("Core", "Disability Access APIs")
423 with Files("tests/dpub-aria/**"):
424     BUG_COMPONENT = ("Core", "Disability Access APIs")
426 with Files("tests/editing/**"):
427     BUG_COMPONENT = ("Core", "DOM: Editor")
429 with Files("tests/element-timing/**"):
430     BUG_COMPONENT = ("Core", "Performance")
431 # as per Bug 746911
432 with Files("tests/encoding/**"):
433     BUG_COMPONENT = ("Core", "Internationalization")
435 with Files("tests/encoding-detection/**"):
436     BUG_COMPONENT = ("Core", "Internationalization")
438 with Files("tests/encrypted-media/**"):
439     BUG_COMPONENT = ("Core", "Audio/Video: Playback")
441 with Files("tests/entries-api/**"):
442     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
444 with Files("tests/eventsource/**"):
445     BUG_COMPONENT = ("Core", "DOM: Events")
447 with Files("tests/feature-policy/**"):
448     BUG_COMPONENT = ("Core", "DOM: Security")
450 with Files("tests/fetch/**"):
451     BUG_COMPONENT = ("Core", "DOM: Networking")
453 with Files("tests/fonts/**"):
454     BUG_COMPONENT = ("Testing", "web-platform-tests")
456 with Files("tests/fonts/math/**"):
457     BUG_COMPONENT = ("Core", "MathML")
459 with Files("tests/fullscreen/**"):
460     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
462 with Files("tests/gamepad/**"):
463     BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
465 with Files("tests/geolocation-API/**"):
466     BUG_COMPONENT = ("Core", "DOM: Geolocation")
468 with Files("tests/gyroscope/**"):
469     BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
471 with Files("tests/hr-time/**"):
472     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
474 with Files("tests/html/**"):
475     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
477 with Files("tests/html-longdesc/**"):
478     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
480 # Not implemented yet, see Bug 741393
481 with Files("tests/html-media-capture/**"):
482     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
484 with Files("tests/imagebitmap-renderingcontext/**"):
485     BUG_COMPONENT = ("Core", "Canvas: 2D")
487 with Files("tests/images/**"):
488     BUG_COMPONENT = ("Testing", "web-platform-tests")
490 with Files("tests/infrastructure/**"):
491     BUG_COMPONENT = ("Testing", "web-platform-tests")
493 with Files("tests/input-events/**"):
494     BUG_COMPONENT = ("Core", "DOM: Events")
496 with Files("tests/interfaces/**"):
497     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
499 with Files("tests/intersection-observer/**"):
500     BUG_COMPONENT = ("Core", "Layout")
502 with Files("tests/js/**"):
503     BUG_COMPONENT = ("Core", "JavaScript Engine")
505 # To be implemented in bug 1348405
506 with Files("tests/keyboard-lock/**"):
507     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
509 # No reference to longtask in bugzilla or codebase
510 with Files("tests/longtask-timing/**"):
511     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
513 # depends on generic-sensor, check bug 1359076
514 with Files("tests/magnetometer/**"):
515     BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
517 with Files("tests/mathml/**"):
518     BUG_COMPONENT = ("Core", "MathML")
520 with Files("tests/media/**"):
521     BUG_COMPONENT = ("Core", "Audio/Video: Playback")
523 with Files("tests/media-capabilities/**"):
524     BUG_COMPONENT = ("Core", "WebRTC: Audio/Video")
526 with Files("tests/mediasession/**"):
527     BUG_COMPONENT = ("Core", "Audio/Video: Playback")
529 with Files("tests/media-source/**"):
530     BUG_COMPONENT = ("Core", "Audio/Video: Playback")
532 with Files("tests/mediacapture-fromelement/**"):
533     BUG_COMPONENT = ("Core", "Audio/Video: Recording")
535 with Files("tests/mediacapture-image/**"):
536     BUG_COMPONENT = ("Core", "Audio/Video: Recording")
538 with Files("tests/mediacapture-record/**"):
539     BUG_COMPONENT = ("Core", "Audio/Video: Recording")
541 with Files("tests/mediacapture-streams/**"):
542     BUG_COMPONENT = ("Core", "Audio/Video: MediaStreamGraph")
544 with Files("tests/mixed-content/**"):
545     BUG_COMPONENT = ("Core", "DOM: Security")
547 with Files("tests/navigation-timing/**"):
548     BUG_COMPONENT = ("Core", "Performance")
550 with Files("tests/netinfo/**"):
551     BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
553 with Files("tests/notifications/**"):
554     BUG_COMPONENT = ("Toolkit", "Notifications and Alerts")
556 with Files("tests/old-tests/submission/Microsoft/foreigncontent/**"):
557     BUG_COMPONENT = ("Core", "SVG")
559 with Files("tests/old-tests/submission/Microsoft/history/**"):
560     BUG_COMPONENT = ("Core", "DOM: Navigation")
562 with Files("tests/old-tests/submission/Microsoft/selection/**"):
563     BUG_COMPONENT = ("Core", "DOM: Selection")
565 with Files("tests/orientation-event/**"):
566     BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
568 with Files("tests/orientation-sensor/**"):
569     BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
571 with Files("tests/page-visibility/**"):
572     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
574 with Files("tests/paint-timing/**"):
575     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
577 # No tests in here
578 with Files("tests/payment-handler/**"):
579     BUG_COMPONENT = ("Core", "DOM: Web Payments")
581 # No tests in here
582 with Files("tests/payment-method-basic-card/**"):
583     BUG_COMPONENT = ("Core", "DOM: Web Payments")
585 # No tests in here
586 with Files("tests/payment-method-id/**"):
587     BUG_COMPONENT = ("Core", "DOM: Web Payments")
589 with Files("tests/payment-request/**"):
590     BUG_COMPONENT = ("Core", "DOM: Web Payments")
592 with Files("tests/performance-timeline/**"):
593     BUG_COMPONENT = ("Core", "Performance")
595 with Files("tests/picture-in-picture/**"):
596     BUG_COMPONENT = ("Toolkit", "Video/Audio Controls")
598 with Files("tests/pointerevents/**"):
599     BUG_COMPONENT = ("Core", "DOM: Events")
601 with Files("tests/pointerlock/**"):
602     BUG_COMPONENT = ("Core", "DOM: Events")
604 with Files("tests/preload/**"):
605     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
607 with Files("tests/presentation-api/**"):
608     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
610 with Files("tests/proximity/**"):
611     BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
613 with Files("tests/quirks/**"):
614     BUG_COMPONENT = ("Core", "Layout")
616 with Files("tests/remote-playback/**"):
617     BUG_COMPONENT = ("Core", "Audio/Video: Playback")
619 with Files("tests/referrer-policy/**"):
620     BUG_COMPONENT = ("Core", "DOM: Security")
622 with Files("tests/requestidlecallback/**"):
623     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
625 # To be implemented in bug 1272409
626 with Files("tests/resize-observer/**"):
627     BUG_COMPONENT = ("Core", "Layout")
629 with Files("tests/resource-timing/**"):
630     BUG_COMPONENT = ("Core", "Performance")
632 with Files("tests/resources/**"):
633     BUG_COMPONENT = ("Testing", "web-platform-tests")
635 with Files("tests/sanitizer-api/**"):
636     BUG_COMPONENT = ("Core", "DOM: Security")
638 with Files("tests/screen-capture/**"):
639     BUG_COMPONENT = ("Core", "WebRTC: Audio/Video")
641 with Files("tests/screen-orientation/**"):
642     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
644 with Files("tests/secure-contexts/**"):
645     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
647 with Files("tests/selection/**"):
648     BUG_COMPONENT = ("Core", "DOM: Selection")
650 with Files("tests/server-timing/**"):
651     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
653 with Files("tests/service-workers/**"):
654     BUG_COMPONENT = ("Core", "DOM: Service Workers")
656 with Files("tests/shadow-dom/**"):
657     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
659 with Files("tests/speech-api/**"):
660     BUG_COMPONENT = ("Core", "Web Speech")
662 with Files("tests/storage/**"):
663     BUG_COMPONENT = ("Core", "Storage: Quota Manager")
665 with Files("tests/streams/**"):
666     BUG_COMPONENT = ("Core", "JavaScript Engine")
668 with Files("tests/subresource-integrity/**"):
669     BUG_COMPONENT = ("Core", "DOM: Security")
671 with Files("tests/svg/**"):
672     BUG_COMPONENT = ("Core", "SVG")
674 with Files("tests/svg-aam/**"):
675     BUG_COMPONENT = ("Core", "SVG")
677 with Files("tests/touch-events/**"):
678     BUG_COMPONENT = ("Core", "DOM: Events")
680 with Files("tests/tools/**"):
681     BUG_COMPONENT = ("Testing", "web-platform-tests")
683 with Files("tests/trusted-types/**"):
684     BUG_COMPONENT = ("Core", "DOM: Security")
686 with Files("tests/uievents/**"):
687     BUG_COMPONENT = ("Core", "DOM: Events")
689 with Files("tests/upgrade-insecure-requests/**"):
690     BUG_COMPONENT = ("Core", "DOM: Security")
692 with Files("tests/url/**"):
693     BUG_COMPONENT = ("Core", "DOM: Networking")
695 with Files("tests/user-timing/**"):
696     BUG_COMPONENT = ("Core", "Performance")
698 with Files("tests/vibration/**"):
699     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
701 with Files("tests/visual-viewport/**"):
702     BUG_COMPONENT = ("Core", "Layout")
704 with Files("tests/wai-aria/**"):
705     BUG_COMPONENT = ("Core", "Disability Access APIs")
707 with Files("tests/wasm/**"):
708     BUG_COMPONENT = ("Core", "Javascript: WebAssembly")
710 with Files("tests/web-animations/**"):
711     BUG_COMPONENT = ("Core", "DOM: Animation")
713 with Files("tests/webaudio/**"):
714     BUG_COMPONENT = ("Core", "Web Audio")
716 with Files("tests/webauthn/**"):
717     BUG_COMPONENT = ("Core", "DOM: Web Authentication")
719 with Files("tests/webdriver/**"):
720     BUG_COMPONENT = ("Testing", "geckodriver")
722 with Files("tests/webgl/**"):
723     BUG_COMPONENT = ("Core", "Canvas: WebGL")
725 with Files("tests/webmessaging/**"):
726     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
728 with Files("tests/web-nfc/**"):
729     BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
731 with Files("tests/webrtc/**"):
732     BUG_COMPONENT = ("Core", "WebRTC")
734 with Files("tests/webrtc-extensions/**"):
735     BUG_COMPONENT = ("Core", "WebRTC")
737 with Files("tests/webrtc-identity/**"):
738     BUG_COMPONENT = ("Core", "WebRTC")
740 with Files("tests/webrtc-stats/**"):
741     BUG_COMPONENT = ("Core", "WebRTC")
743 with Files("tests/webrtc-svc/**"):
744     BUG_COMPONENT = ("Core", "WebRTC")
746 with Files("tests/web-share/**"):
747     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
749 with Files("tests/websockets/**"):
750     BUG_COMPONENT = ("Core", "Networking: WebSockets")
752 with Files("tests/webstorage/**"):
753     BUG_COMPONENT = ("Core", "Storage: localStorage & sessionStorage")
755 with Files("tests/webusb/**"):
756     BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
758 with Files("tests/webvr/**"):
759     BUG_COMPONENT = ("Core", "WebVR")
761 with Files("tests/webxr/**"):
762     BUG_COMPONENT = ("Core", "WebVR")
764 with Files("tests/webvtt/**"):
765     BUG_COMPONENT = ("Core", "Audio/Video: Playback")
767 with Files("tests/workers/**"):
768     BUG_COMPONENT = ("Core", "DOM: Workers")
770 # to be implemented in bug 1315239
771 with Files("tests/worklets/**"):
772     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
774 with Files("tests/x-frame-options/**"):
775     BUG_COMPONENT = ("Core", "DOM: Security")
777 SPHINX_TREES["/web-platform"] = "tests/docs"