summaryrefslogtreecommitdiffstats
path: root/dom/base/test/mochitest.ini
blob: c04ccc7ac688bb3fa439775cf09a1b237e45df1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
[DEFAULT]
tags = condprof
prefs =
  formhelper.autozoom.force-disable.test-only=true
support-files =
  audio.ogg
  iframe_bug962251.html
  iframe_bug976673.html
  iframe_main_bug1022229.html
  iframe_sandbox_bug1022229.html
  file_empty.html
  iframe_postMessage_solidus.html
  file_setname.html
  345339_iframe.html
  Ahem.ttf
  accesscontrol.resource
  accesscontrol.resource^headers^
  badContentType.eventsource
  badContentType.eventsource^headers^
  badHTTPResponseCode.eventsource
  badHTTPResponseCode.eventsource^headers^
  badMessageEvent.eventsource
  badMessageEvent.eventsource^headers^
  badMessageEvent2.eventsource
  badMessageEvent2.eventsource^headers^
  bug282547.sjs
  bug298064-subframe.html
  bug313646.txt
  bug382113_object.html
  bug403852_fileOpener.js
  bug419132.html
  bug426308-redirect.sjs
  bug435425.sjs
  bug435425_redirect.sjs
  bug444322.js
  bug444322.txt
  bug455629-helper.svg
  bug457746.sjs
  bug461735-post-redirect.js
  bug461735-redirect1.sjs
  bug461735-redirect2.sjs
  bug466080.sjs
  bug466409-empty.css
  bug466409-page.html
  bug475156.sjs
  bug482935.sjs
  bug540854.sjs
  bug578096LoadChromeScript.js
  bug638112-response.txt
  bug638112.sjs
  bug696301-script-1.js
  bug696301-script-1.js^headers^
  bug696301-script-2.js
  bug704320.sjs
  bug704320_counter.sjs
  bug819051.sjs
  bug1576154.sjs
  chrome/bug418986-1.js
  copypaste.js
  delayedServerEvents.sjs
  eventsource_message.sjs
  eventsource_reconnect.sjs
  eventsource.resource
  eventsource.resource^headers^
  eventsource_redirect.resource
  eventsource_redirect.resource^headers^
  eventsource_redirect_to.resource
  eventsource_redirect_to.resource^headers^
  eventsource_worker.js
  file_bug1091883_frame.html
  file_bug1091883_subframe.html
  file_bug1091883_target.html
  file_bug28293.sjs
  file_bug326337.xml
  file_bug326337_inner.html
  file_bug326337_outer.html
  file_bug416317.xhtml
  file_bug426646-1.html
  file_bug426646-2.html
  file_bug428847-1.xhtml
  file_bug428847-2.xhtml
  file_bug498897.css
  file_bug498897.html
  file_bug498897.html^headers^
  file_bug503481.sjs
  file_bug503481b_inner.html
  file_bug541937.html
  file_bug541937.xhtml
  file_bug557892.html
  file_bug562137.txt
  file_bug590812-ref.xhtml
  file_bug590812.xml
  file_bug590870.html
  file_bug601803a.html
  file_bug601803b.html
  file_bug604660-1.xml
  file_bug604660-2.xsl
  file_bug604660-3.js
  file_bug604660-4.js
  file_bug604660-5.xml
  file_bug604660-6.xsl
  file_bug622088.sjs
  file_bug622088_inner.html
  file_bug675121.sjs
  file_bug687859-16.js
  file_bug687859-16.js^headers^
  file_bug687859-bom.js
  file_bug687859-bom.js^headers^
  file_bug687859-charset.js
  file_bug687859-http.js
  file_bug687859-http.js^headers^
  file_bug687859-inherit.js
  file_bug692434.xml
  file_bug704320_preload_attr.html
  file_bug704320_preload_common.js
  file_bug704320_preload_reuse.html
  file_bug704320_redirect.html
  file_bug707142_baseline.json
  file_bug707142_bom.json
  file_bug707142_utf-16.json
  file_bug708620-2.html
  file_bug708620.html
  file_bug753278.html
  file_bug769117.html
  file_bug782342.txt
  file_bug787778.sjs
  file_bug869432.eventsource
  file_bug869432.eventsource^headers^
  file_bug907892.html
  file_bug945152.jar
  file_bug1274806.html
  file_current_inner_window.html
  file_domwindowutils_animation.html
  file_domwindowutils_dynamic_toolbar.html
  file_focus_shadow_dom.html
  file_general_document.html
  file_history_document_open.html
  file_htmlserializer_1.html
  file_htmlserializer_1_bodyonly.html
  file_htmlserializer_1_format.html
  file_htmlserializer_1_linebreak.html
  file_htmlserializer_1_links.html
  file_htmlserializer_1_nested_body.html
  file_htmlserializer_1_no_body.html
  file_htmlserializer_1_noflag.html
  file_htmlserializer_1_noformatpre.html
  file_htmlserializer_1_raw.html
  file_htmlserializer_1_sibling_body.html
  file_htmlserializer_1_sibling_body_only_body.html
  file_htmlserializer_1_wrap.html
  file_htmlserializer_2.html
  file_htmlserializer_2_basic.html
  file_htmlserializer_ipv6.html
  file_htmlserializer_ipv6_out.html
  file_lock_orientation_with_pending_fullscreen.html
  file_mozfiledataurl_img.jpg
  file_restrictedEventSource.sjs
  file_settimeout_inner.html
  file_timer_flood.html
  file_viewport_scroll_quirks.html
  file_viewport_scroll_xml.xml
  file_window_close.html
  file_window_close_2.html
  file_x-frame-options_main.html
  file_x-frame-options_page.sjs
  file_xhtmlserializer_1.xhtml
  file_xhtmlserializer_1_bodyonly.xhtml
  file_xhtmlserializer_1_format.xhtml
  file_xhtmlserializer_1_linebreak.xhtml
  file_xhtmlserializer_1_links.xhtml
  file_xhtmlserializer_1_nested_body.xhtml
  file_xhtmlserializer_1_no_body.xhtml
  file_xhtmlserializer_1_noflag.xhtml
  file_xhtmlserializer_1_noformatpre.xhtml
  file_xhtmlserializer_1_raw.xhtml
  file_xhtmlserializer_1_sibling_body.xhtml
  file_xhtmlserializer_1_sibling_body_only_body.xhtml
  file_xhtmlserializer_1_wrap.xhtml
  file_xhtmlserializer_2.xhtml
  file_xhtmlserializer_2_basic.xhtml
  file_xhtmlserializer_2_enthtml.xhtml
  file_xhtmlserializer_2_entw3c.xhtml
  file_xhtmlserializer_2_latin1.xhtml
  file_youtube_flash_embed.html
  forRemoval.resource
  forRemoval.resource^headers^
  formReset.html
  invalid_accesscontrol.resource
  invalid_accesscontrol.resource^headers^
  script-1_bug597345.sjs
  script-2_bug597345.js
  script_bug602838.sjs
  send_gzip_content.sjs
  somedatas.resource
  somedatas.resource^headers^
  variable_style_sheet.sjs
  w3element_traversal.svg
  wholeTexty-helper.xml
  referrerHelper.js
  file_audioLoop.html
  file_webaudio_startstop.html
  referrer_helper.js
  referrer_testserver.sjs
  script_postmessages_fileList.js
  common_postMessages.js
  iframe_postMessages.html
  worker_postMessages.js
  test_anonymousContent_style_csp.html^headers^
  file_explicit_user_agent.sjs
  referrer_change_server.sjs
  file_change_policy_redirect.html
  file_bug1198095.js
  file_bug1250148.sjs
  file_bug1268962.sjs
  iframe_meta_refresh.sjs
  !/dom/security/test/cors/file_CrossSiteXHR_server.sjs
  !/image/test/mochitest/blue.png
  script_bug1238440.js
  intersectionobserver_iframe.html
  intersectionobserver_cross_domain_iframe.html
  intersectionobserver_window.html
  object_bug353334.html
  embed_bug455472.html
  object_bug455472.html
  iframe1_bug431701.html
  iframe2_bug431701.html
  iframe3_bug431701.html
  iframe4_bug431701.xml
  iframe5_bug431701.xml
  iframe6_bug431701.xml
  iframe7_bug431701.xml
  iframe1_bug426646.html
  iframe2_bug426646.html
  iframe_shared_compartment2a.html
  iframe_shared_compartment2b.html
  file1_setting_opener.html
  file2_setting_opener.html
  file3_setting_opener.html
  file4_setting_opener.html
  PASS.html
  FAIL.html
  !/dom/animation/test/testcommon.js
  !/dom/events/test/event_leak_utils.js
  ../../../toolkit/components/pdfjs/test/file_pdfjs_test.pdf
  green.png
  slow.sjs

[test_anchor_area_referrer.html]
skip-if =
  http3
[test_anchor_area_referrer_changing.html]
skip-if =
  http3
[test_anchor_area_referrer_invalid.html]
skip-if =
  http3
[test_anchor_area_referrer_rel.html]
skip-if =
  http3
[test_anonymousContent_api.html]
[test_anonymousContent_append_after_reflow.html]
[test_anonymousContent_canvas.html]
skip-if = headless # Bug 1405867
[test_anonymousContent_insert.html]
[test_anonymousContent_manipulate_content.html]
[test_anonymousContent_set_style.html]
[test_anonymousContent_style_csp.html]
[test_appname_override.html]
[test_async_setTimeout_stack.html]
[test_async_setTimeout_stack_across_globals.html]
[test_base.xhtml]
skip-if =
  http3
[test_bug1433073.html]
skip-if = (os == "android" || headless) # See
[test_bug1730284.html]
# https://bugzilla.mozilla.org/show_bug.cgi?id=1632196 and
# https://bugzilla.mozilla.org/show_bug.cgi?id=1632438.
[test_bug1739957.html]
support-files =
  bug1739957.sjs
[test_bug1784187.html]
[test_bug1799354.html]
[test_bug5141.html]
[test_bug28293.html]
[test_bug28293.xhtml]
[test_bug51034.html]
[test_bug116083.html]
skip-if = headless # fails in clipboard mode
[test_bug166235.html]
skip-if = headless # headless != clipboard
[test_bug1639328.html]
support-files = file_bug1639328.html
[test_bug199959.html]
[test_bug218236.html]
[test_bug218277.html]
[test_bug238409.html]
[test_bug254337.html]
[test_bug270145.xhtml]
[test_bug276037-1.html]
[test_bug276037-2.xhtml]
[test_bug282547.html]
[test_bug298064.html]
[test_bug300992.html]
[test_bug311681.xml]
[test_bug313646.html]
[test_bug320799.html]
[test_bug322317.html]
[test_bug326337.html]
skip-if =
  http3
[test_bug331959.html]
[test_bug333064.html]
skip-if = headless # Headless: Bug 1405868
[test_bug333198.html]
[test_bug333673.html]
[test_bug337631.html]
[test_bug338541.xhtml]
[test_bug338583.html]
skip-if =
  http3
[test_bug338679.html]
[test_bug339494.html]
[test_bug339494.xhtml]
[test_bug343596.html]
[test_bug345339.html]
skip-if =
  http3
[test_bug346485.html]
[test_bug352728.html]
[test_bug352728.xhtml]
[test_bug353334.html]
[test_bug355026.html]
[test_bug357450.html]
support-files = file_bug357450.js
[test_bug357450.xhtml]
[test_bug357450_svg.xhtml]
[test_bug357509.html]
[test_bug358660.html]
[test_bug362391.xhtml]
[test_bug364092.xhtml]
[test_bug364413.xhtml]
[test_bug366944.html]
[test_bug366946.html]
[test_bug367164.html]
[test_bug368972.html]
[test_bug371576-2.html]
[test_bug371576-3.html]
[test_bug371576-4.html]
[test_bug371576-5.html]
[test_bug372086.html]
[test_bug372964-2.html]
[test_bug372964.html]
[test_bug373181.xhtml]
[test_bug375314.html]
[test_bug375314-2.html]
skip-if =
  xorigin # Hangs, [Exception... "Component returned failure code: 0xc1f30100 (NS_ERROR_FACTORY_EXISTS) [nsIComponentRegistrar.registerFactory]"  nsresult: "0xc1f30100 (NS_ERROR_FACTORY_EXISTS)"  location: "JS frame :: createChromeScript :: createChromeScript :: line 40"  data: no]
  http3
[test_bug378969.html]
[test_bug380418.html]
support-files = test_bug380418.html^headers^
[test_bug382113.html]
[test_bug382871.html]
[test_bug384003.xhtml]
[test_bug390219.html]
[test_bug390735.html]
[test_bug392318.html]
[test_bug392511.html]
[test_bug393968.html]
[test_bug395915.html]
[test_bug397234.html]
[test_bug398243.html]
skip-if =
  http3
[test_bug401662.html]
[test_bug402150.html]
support-files = test_bug402150.html^headers^
[test_bug403841.html]
[test_bug403852.html]
[test_bug403868.xml]
[test_bug405182.html]
[test_bug409380.html]
[test_bug410229.html]
[test_bug413974.html]
[test_bug414190.html]
[test_bug415860.html]
[test_bug416317-1.html]
[test_bug416317-2.html]
[test_bug416383.html]
[test_bug417255.html]
[test_bug417384.html]
[test_bug418214.html]
[test_bug418986-1.html]
[test_bug419132.html]
[test_bug420609.xhtml]
[test_bug420700.html]
[test_bug421602.html]
[test_bug422403-1.html]
skip-if =
  http3
[test_bug422403-2.xhtml]
[test_bug422537.html]
skip-if =
  http3
[test_bug424212.html]
[test_bug424359-1.html]
skip-if =
  http3
[test_bug424359-2.html]
[test_bug426308.html]
skip-if =
  http3
[test_bug426646.html]
skip-if =
  http3
[test_bug428847.html]
skip-if =
  http3
[test_bug431082.html]
[test_bug431701.html]
[test_bug431833.html]
[test_bug433533.html]
[test_bug433662.html]
[test_bug435425.html]
skip-if =
  http3
[test_bug444322.html]
[test_bug444546.html]
disabled = Disabled for now. Mochitest is not reliable enough for these.
support-files = bug444546.sjs
[test_bug444722.html]
[test_bug448993.html]
[test_bug450160.html]
[test_bug451376.html]
[test_bug453521.html]
[test_bug453736.html]
[test_bug454325.html]
[test_bug454326.html]
[test_bug455472.html]
[test_bug455629.html]
skip-if =
  http3
[test_bug456262.html]
[test_bug457746.html]
[test_bug459424.html]
[test_bug461555.html]
[test_bug461735.html]
skip-if =
  http3
[test_bug465767.html]
[test_bug466080.html]
skip-if =
  http3
[test_bug466409.html]
[test_bug466751.xhtml]
[test_bug469020.html]
[test_bug469304.html]
[test_bug473162-1.html]
[test_bug473162-2.html]
[test_bug475156.html]
skip-if =
  http3
[test_bug482935.html]
[test_bug484396.html]
[test_bug493881.html]
support-files = test_bug493881.js
[test_bug498240.html]
[test_bug498433.html]
[test_bug498897.html]
[test_bug499656.html]
[test_bug499656.xhtml]
[test_bug500937.html]
[test_bug503473.html]
disabled = Disabled due to making the harness time out
support-files = file_bug503473-frame.sjs
[test_bug503481.html]
[test_bug503481b.html]
[test_bug513194.html]
[test_bug514487.html]
[test_bug515401.html]
skip-if =
  http3
[test_bug518104.html]
support-files = file_bug518104.js
[test_bug527896.html]
[test_bug540854.html]
[test_bug541937.html]
[test_bug544642.html]
[test_bug545644.html]
[test_bug545644.xhtml]
[test_bug548463.html]
[test_bug553896.xhtml]
[test_bug557892.html]
[test_bug558726.html]
[test_bug559526.html]
[test_bug560780.html]
[test_bug562137.html]
[test_bug562169-1.html]
[test_bug562169-2.html]
[test_bug562652.html]
[test_bug564047.html]
[test_bug564863.xhtml]
[test_bug567350.html]
[test_bug574596.html]
skip-if = toolkit == 'android'
[test_bug578096.html]
skip-if = (verify && (os == 'win'))
[test_bug585978.html]
[test_bug587931.html]
[test_bug588990.html]
[test_bug590812.html]
skip-if =
  (verify && !debug && (os == 'linux')) #bug 687032
  http3
[test_bug590870.html]
skip-if =
  http3
[test_bug592366.html]
[test_bug592829.html]
[test_bug597345.html]
[test_bug599295.html]
skip-if =
  http3
[test_bug599588.html]
[test_bug601803.html]
skip-if =
  http3
[test_bug602838.html]
[test_bug604592.html]
[test_bug604660.html]
[test_bug605982.html]
[test_bug606729.html]
[test_bug614058.html]
[test_bug622088.html]
[test_bug622117.html]
support-files = !/gfx/layers/apz/test/mochitest/apz_test_utils.js
[test_bug622246.html]
support-files = !/gfx/layers/apz/test/mochitest/apz_test_utils.js
[test_bug625722.html]
[test_bug626262.html]
[test_bug628938.html]
[test_bug631615.html]
[test_bug638112.html]
skip-if =
  http3
[test_bug647518.html]
[test_bug650001.html]
[test_bug650776.html]
[test_bug650784.html]
[test_bug656283.html]
[test_bug664916.html]
[test_bug666604.html]
[test_bug675121.html]
[test_bug675166.html]
[test_bug682463.html]
[test_bug682554.html]
[test_bug682592.html]
[test_bug684671.html]
[test_bug685798.html]
[test_bug686449.xhtml]
[test_bug687859.html]
[test_bug690056.html]
[test_bug692434.html]
[test_bug693615.html]
[test_bug693875.html]
[test_bug694754.xhtml]
[test_bug696301-1.html]
skip-if =
  http3
[test_bug696301-2.html]
skip-if =
  http3
[test_bug698381.html]
[test_bug698384.html]
[test_bug704063.html]
[test_bug704320-1.html]
skip-if =
  http3
[test_bug704320-2.html]
skip-if =
  http3
[test_bug704320_policyset.html]
skip-if =
  http3
[test_bug704320_policyset2.html]
[test_bug704320_preload.html]
skip-if =
  http3
[test_bug707142.html]
[test_bug708620.html]
[test_bug711047.html]
[test_bug711180.html]
[test_bug719533.html]
[test_bug726364.html]
[test_bug737087.html]
[test_bug737565.html]
[test_bug737612.html]
[test_bug738108.html]
[test_bug744830.html]
[test_bug749367.html]
[test_bug750096.html]
[test_bug753278.html]
[test_bug761120.html]
[test_bug769117.html]
skip-if =
  fission && os == "android" # Bug 1827725
[test_bug782342.html]
[test_bug787778.html]
[test_bug789315.html]
[test_bug789856.html]
[test_bug809003.html]
[test_bug810494.html]
[test_bug811701.html]
[test_bug811701.xhtml]
[test_bug813919.html]
[test_bug814576.html]
[test_bug819051.html]
skip-if =
  http3
[test_bug820909.html]
[test_bug864595.html]
[test_bug868999.html]
[test_bug869000.html]
[test_bug869002.html]
[test_bug869006.html]
[test_bug876282.html]
[test_bug891952.html]
[test_bug894874.html]
[test_bug895974.html]
[test_bug907892.html]
skip-if =
  http3
[test_bug913761.html]
[test_bug922681.html]
[test_bug927196.html]
[test_bug962251.html]
[test_bug976673.html]
skip-if =
  http3
[test_bug982153.html]
[test_bug999456.html]
[test_bug1022229.html]
skip-if =
  http3
[test_bug1025933.html]
[test_bug1037687.html]
support-files = test_bug1037687_subframe.html
[test_bug1043106.html]
[test_bug1057176.html]
[test_bug1060938.html]
[test_bug1064481.html]
[test_bug1070015.html]
[test_bug1075702.html]
[test_bug1091883.html]
skip-if =
  http3
[test_bug1100912.html]
support-files = file_bug1100912.html
[test_bug1101364.html]
[test_bug1118689.html]
[test_bug1126851.html]
[test_bug1163743.html]
skip-if =
  http3
[test_bug1165501.html]
skip-if =
  http3
[test_bug1187157.html]
[test_bug1198095.html]
[test_bug1238440.html]
[test_bug1250148.html]
[test_bug1259588.html]
[test_bug1268962.html]
skip-if =
  http3
[test_bug1222633.html]
skip-if =
  http3
[test_bug1667316.html]
[test_bug1222633_link_update.html]
skip-if =
  http3
[test_bug1274806.html]
[test_bug1281963.html]
[test_bug1295852.html]
[test_bug1307730.html]
[test_bug1308069.html]
[test_bug1314032.html]
[test_bug1318303.html]
[test_bug1375050.html]
[test_bug1381710.html]
[test_bug1399605.html]
[test_bug1404385.html]
[test_bug1406102.html]
[test_bug1421568.html]
[test_bug1472427.html]
[test_bug1499169.html]
skip-if = toolkit == 'android' # Timeouts on android due to page closing issues with embedded pdf
[test_bug1576154.html]
[test_bug1632975.html]
[test_bug1640766.html]
support-files =
  iframe1_bug1640766.html
  iframe2_bug1640766.html
skip-if =
  http3
[test_bug1648887.html]
[test_caretPositionFromPoint.html]
[test_change_policy.html]
skip-if =
  http3
[test_clearTimeoutIntervalNoArg.html]
[test_clipboard_nbsp.html]
[test_constructor-assignment.html]
[test_constructor.html]
[test_content_iterator_post_order.html]
[test_content_iterator_pre_order.html]
[test_content_iterator_subtree.html]
[test_copyimage.html]
skip-if = toolkit == 'android'
  headless #bug 904183
[test_copypaste.html]
skip-if = toolkit == 'android'
  headless #bug 904183
[test_copypaste.xhtml]
skip-if = headless  #bug 904183
[test_copypaste_disabled.html]
support-files = !/gfx/layers/apz/test/mochitest/apz_test_utils.js
[test_createHTMLDocument.html]
[test_data_uri.html]
[test_document.all_iteration.html]
[test_document.all_unqualified.html]
[test_document_constructor.html]
[test_document_importNode_document.html]
[test_custom_element.html]
[test_custom_element_reflector.html]
[test_current_inner_window.html]
skip-if =
  http3
[test_document_wireframe.html]
skip-if =
  !sessionHistoryInParent
  http3
[test_domparser_null_char.html]
[test_domparsing.html]
[test_domrequest.html]
[test_domwindowutils.html]
skip-if = toolkit == 'android' # Bug 1525959
[test_element.matches.html]
[test_element_closest.html]
[test_elementTraversal.html]
[test_embed_xorigin_document.html]
skip-if =
  http3
[test_encodeToStringWithMaxLength.html]
[test_encodeToStringWithRequiresReinitAfterOutput.html]
[test_EventSource_redirects.html]
skip-if =
  http3
[test_eventsource_event_listener_leaks.html]
[test_eventsourceservice_basic.html]
skip-if =
  http3
[test_eventsourceservice_reconnect_error.html]
skip-if =
  http3
[test_eventsourceservice_status_error.html]
[test_eventsourceservice_worker.html]
skip-if =
  http3
[test_explicit_user_agent.html]
[test_find.html]
[test_find_nac.html]
[test_find_bug1601118.html]
[test_find_bug1654683.html]
[test_focus_keyboard_event.html]
skip-if =
  http3
[test_focus_shadow_dom_root.html]
[test_focus_shadow_dom.html]
[test_focus_scrollable_input.html]
[test_focus_scrollable_fieldset.html]
[test_focus_scroll_padding_tab.html]
[test_focus_design_mode.html]
support-files =
  file_focus_design_mode_inner.html
[test_focus_display_none_xorigin_iframe.html]
support-files =
  file_focus_display_none_xorigin_iframe_inner.html
skip-if =
  http3
[test_getAttribute_after_createAttribute.html]
[test_getElementById.html]
[test_getTranslationNodes.html]
[test_getTranslationNodes_limit.html]
[test_gsp-qualified.html]
[test_gsp-quirks.html]
[test_gsp-standards.html]
[test_history_document_open.html]
[test_history_state_null.html]
[test_html_colors_quirks.html]
[test_html_colors_standards.html]
[test_htmlcopyencoder.html]
[test_htmlcopyencoder.xhtml]
[test_iframe_event_listener_leaks.html]
skip-if = (processor == 'aarch64' && os == 'win') # aarch64 due to 1530895
[test_iframe_referrer.html]
skip-if =
  http3
[test_iframe_referrer_changing.html]
skip-if =
  http3
[test_iframe_referrer_invalid.html]
skip-if =
  http3
[test_Image_constructor.html]
[test_innersize_scrollport.html]
[test_input_vsync_alignment_lower_than_normal.html]
[test_input_vsync_alignment_input_while_vsync.html]
[test_input_vsync_alignment_inner_event_loop.html]
[test_integer_attr_with_leading_zero.html]
[test_intersectionobservers.html]
skip-if =
  http3
[test_link_prefetch.html]
skip-if =
  http3
[test_link_preload.html]
skip-if =
  http3
[test_link_stylesheet.html]
skip-if =
  http3
[test_location_href_unknown_protocol.html]
support-files = file_location_href_unknown_protocol.html
[test_lock_orientation_after_fullscreen.html]
skip-if = toolkit != 'android' # Only run on Android.
[test_lock_orientation_with_pending_fullscreen.html]
skip-if = os == 'mac' || os == 'linux' || headless
[test_meta_refresh_referrer.html]
skip-if =
  http3
[test_mozMatchesSelector.html]
[test_mutationobservers.html]
[test_named_frames.html]
[test_navigator_cookieEnabled.html]
[test_navigator_hardwareConcurrency.html]
[test_navigator_language.html]
[test_navigatorPrefOverride.html]
[test_NodeIterator_basics_filters.xhtml]
skip-if = xorigin # JavaScript error: http://mochi.test:8888/tests/SimpleTest/SimpleTest.js, line 76: DataCloneError: The object could not be cloned.
[test_NodeIterator_mutations_1.xhtml]
[test_NodeIterator_mutations_2.html]
[test_NodeIterator_mutations_3.html]
[test_nested_event_loop_spin_and_idle_tasks.html]
[test_nodelist_holes.html]
[test_open_null_features.html]
[test_openDialogChromeOnly.html]
tags = openwindow
[test_pasting_svg_image.html]
skip-if = headless # Bug 1669923.
[test_pdf_print.html]
skip-if = toolkit == 'android' # We don't ship pdf.js on Android
[test_plugin_freezing.html]
skip-if = (os == 'win' && processor == 'aarch64')
reason = Plugins are not supported on Windows/AArch64
[test_postMessage_solidus.html]
skip-if =
  http3
[test_postMessages_window.html]
skip-if =
  http3
[test_postMessages_workers.html]
[test_postMessages_broadcastChannel.html]
[test_postMessages_messagePort.html]
[test_postMessage_originAttributes.html]
support-files = file_receiveMessage.html
skip-if = true # Uses mismatched OriginAttributes for iframe (bug 1616353)
[test_processing_instruction_update_stylesheet.xhtml]
[test_progress_events_for_gzip_data.html]
skip-if = tsan # Bug 1621323
[test_pushState_structuredclone.html]
scheme = https
[test_range_bounds.html]
[test_reentrant_flush.html]
[test_root_iframe.html]
[test_sandbox_and_document_uri.html]
support-files = file_sandbox_and_document_uri.html
[test_screen_orientation.html]
[test_script_loader_crossorigin_data_url.html]
[test_script_loader_js_cache.html]
skip-if = verify
support-files =
  file_js_cache.html
  file_js_cache_with_sri.html
  file_js_cache_module.html
  file_js_cache.js
  file_module_js_cache.html
  file_module_js_cache_with_sri.html
  file_module_js_cache_no_module.html
  file_module_js_cache.js
  file_js_cache_save_after_load.html
  file_js_cache_save_after_load.js
  file_js_cache_syntax_error.html
  file_js_cache_syntax_error.js
[test_script_loader_js_cache_module.html]
skip-if = verify
support-files =
  file_script_module_single.html
  file_script_module_single.js
  file_script_module_import.html
  file_script_module_import.js
  file_script_module_import_imported.js
  file_script_module_import_multi.html
  file_script_module_import_multi.js
  file_script_module_import_multi_imported_once.js
  file_script_module_import_multi_imported_twice.js
  file_script_module_import_multi_elems.html
  file_script_module_import_multi_elems_1.js
  file_script_module_import_multi_elems_2.js
  file_script_module_import_multi_elems_imported_once_1.js
  file_script_module_import_multi_elems_imported_once_2.js
  file_script_module_import_multi_elems_imported_once_3.js
  file_script_module_import_multi_elems_imported_twice.js
  file_script_module_import_and_element.html
  file_script_module_import_and_element.js
  file_script_module_import_and_element_imported_1.js
  file_script_module_import_and_element_imported_2.js
  file_script_module_import_and_element_imported_3.js
  file_script_module_element_and_import.html
  file_script_module_element_and_import.js
  file_script_module_element_and_import_imported_1.js
  file_script_module_element_and_import_imported_2.js
  file_script_module_element_and_import_imported_3.js
  file_script_module_dynamic_import.html
  file_script_module_dynamic_import.js
  file_script_module_dynamic_import_imported.js
  file_script_module_dynamic_and_element.html
  file_script_module_dynamic_and_element.js
  file_script_module_dynamic_and_element_imported_1.js
  file_script_module_dynamic_and_element_imported_2.js
  file_script_module_dynamic_and_element_imported_3.js
  file_script_module_element_and_dynamic.html
  file_script_module_element_and_dynamic.js
  file_script_module_element_and_dynamic_imported_1.js
  file_script_module_element_and_dynamic_imported_2.js
  file_script_module_element_and_dynamic_imported_3.js
  file_script_module_dynamic_and_static.html
  file_script_module_dynamic_and_static.js
  file_script_module_dynamic_and_static_imported_1.js
  file_script_module_dynamic_and_static_imported_2.js
  file_script_module_dynamic_and_static_imported_3.js
  file_script_module_static_and_dynamic.html
  file_script_module_static_and_dynamic.js
  file_script_module_static_and_dynamic_imported_1.js
  file_script_module_static_and_dynamic_imported_2.js
  file_script_module_static_and_dynamic_imported_3.js
[test_script_loader_js_cache_module_sri.html]
skip-if = verify
support-files =
  file_script_module_sri_basic.html
  file_script_module_sri_basic_prep.html
  file_script_module_sri_basic.js
  file_script_module_sri_fallback.html
  file_script_module_sri_fallback_prep.html
  file_script_module_sri_fallback.js
  file_script_module_sri_fallback_failure.html
  file_script_module_sri_fallback_failure_prep.html
  file_script_module_sri_fallback_failure.js
  file_script_module_sri_elem_elem_1.html
  file_script_module_sri_elem_elem_1_prep.html
  file_script_module_sri_elem_elem_1.js
  file_script_module_sri_elem_elem_2.html
  file_script_module_sri_elem_elem_2_prep.html
  file_script_module_sri_elem_elem_2.js
  file_script_module_sri_elem_import.html
  file_script_module_sri_elem_import_prep.html
  file_script_module_sri_elem_import.js
  file_script_module_sri_elem_import_imported.js
  file_script_module_sri_import_elem.html
  file_script_module_sri_import_elem_prep.html
  file_script_module_sri_import_elem.js
  file_script_module_sri_import_elem_imported.js
  file_script_module_sri_import_elem_nopreload.html
  file_script_module_sri_import_elem_nopreload_prep.html
  file_script_module_sri_import_elem_nopreload.js
  file_script_module_sri_import_elem_nopreload_imported.js
  file_script_module_sri_elem_dynamic.html
  file_script_module_sri_elem_dynamic_prep.html
  file_script_module_sri_elem_dynamic.js
  file_script_module_sri_elem_dynamic_imported.js
  file_script_module_sri_dynamic_elem.html
  file_script_module_sri_dynamic_elem_prep.html
  file_script_module_sri_dynamic_elem.js
  file_script_module_sri_dynamic_elem_imported.js
  file_script_module_sri_dynamic_elem_nopreload.html
  file_script_module_sri_dynamic_elem_nopreload_prep.html
  file_script_module_sri_dynamic_elem_nopreload.js
  file_script_module_sri_dynamic_elem_nopreload_imported.js
[test_script_loader_js_cache_frames.html]
skip-if = verify
support-files =
  file_script_module_frames_relay.js
  file_script_module_frames_element.html
  file_script_module_frames_element_save.html
  file_script_module_frames_element_load.html
  file_script_module_frames_element_shared.js
  file_script_module_frames_import.html
  file_script_module_frames_import_save.html
  file_script_module_frames_import_save.js
  file_script_module_frames_import_load.html
  file_script_module_frames_import_load.js
  file_script_module_frames_import_shared.js
  file_script_module_frames_dynamic.html
  file_script_module_frames_dynamic_save.html
  file_script_module_frames_dynamic_save.js
  file_script_module_frames_dynamic_load.html
  file_script_module_frames_dynamic_load.js
  file_script_module_frames_dynamic_shared.js
[test_delazification_strategy.html]
skip-if = (verify || ccov)
support-files =
  file_delazification_strategy.html
  file_delazification_strategy.js
[test_setInterval_from_start.html]
[test_setInterval_uncatchable_exception.html]
skip-if = debug == false
[test_settimeout_extra_arguments.html]
[test_settimeout_inner.html]
[test_setTimeoutWith0.html]
[test_setting_opener.html]
[test_shared_compartment1.html]
skip-if =
  http3
[test_shared_compartment2.html]
skip-if =
  http3
[test_structuredclone_backref.html]
[test_structuredclone_error.html]
[test_style_cssText.html]
[test_suppressed_events_and_scrolling.html]
support-files =
  file_suppressed_events_and_scrolling.html
[test_suppressed_events_nested_iframe.html]
skip-if =
  os == "android"
  http3
support-files =
  file_suppressed_events_top_xhr.html
  file_suppressed_events_top_modalstate.html
  file_suppressed_events_top.html
  file_suppressed_events_middle.html
  file_suppressed_events_inner.html
  !/gfx/layers/apz/test/mochitest/apz_test_utils.js
[test_suppressed_microtasks.html]
skip-if =
  debug || asan || verify || toolkit == 'android' # The test needs to run reasonably fast.
[test_text_wholeText.html]
[test_textnode_normalize_in_selection.html]
[test_textnode_split_in_selection.html]
[test_timeout_clamp.html]
[test_timer_flood.html]
[test_title.html]
support-files = file_title.xhtml
[test_toScreenRect.html]
support-files = file_toScreenRect.html
[test_treewalker_nextsibling.xml]
[test_user_select.html]
skip-if = os == "android" # Bug 1791049
[test_viewport_metrics_on_landscape_content.html]
support-files =
  file_viewport_metrics_on_landscape_content.html
[test_viewport_scroll.html]
[test_viewsource_forbidden_in_object.html]
[test_w3element_traversal.html]
[test_w3element_traversal.xhtml]
[test_w3element_traversal_svg.html]
[test_warning_for_blocked_cross_site_request.html]
skip-if =
  http3
[test_window_close.html]
[test_window_constructor.html]
[test_window_content.html]
[test_window_cross_origin_props.html]
skip-if =
  http3
[test_window_define_nonconfigurable.html]
[test_window_define_symbol.html]
[test_window_element_enumeration.html]
[test_window_enumeration.html]
[test_window_extensible.html]
[test_window_focus_by_close_and_open.html]
support-files = file_window_focus_by_close_and_open.html
[test_window_indexing.html]
[test_window_keys.html]
[test_window_named_frame_enumeration.html]
skip-if =
  http3
[test_window_own_props.html]
[test_window_proto.html]
[test_writable-replaceable.html]
[test_x-frame-options.html]
skip-if =
    toolkit == 'android' && debug
    xorigin  # JavaScript error: http://mochi.test:8888/tests/dom/base/test/test_x-frame-options.html, line 48: TypeError: can't access property "textContent", this.content.document.getElementById(...) is null, JavaScript error: resource://gre/modules/ProcessSelector.jsm, line 56: TypeError: can't access property "tabCount", process is null
    http3
[test_youtube_flash_embed.html]
skip-if =
  http3
# Please keep alphabetical order.