summaryrefslogtreecommitdiffstats
path: root/dom/animation/test/mochitest.toml
blob: 1859525dfe35e9ec02d437e3e47e84399227ebd0 (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
[DEFAULT]
prefs = [
  "dom.animations-api.compositing.enabled=true",
  "dom.animations-api.timelines.enabled=true",
  "gfx.omta.background-color=true",
  "layout.css.individual-transform.enabled=true",
  "layout.css.scroll-driven-animations.enabled=true",
  "gfx.font_loader.delay=0",
]
# Support files for chrome tests that we want to load over HTTP need
# to go in here, not chrome.ini.
support-files = [
  "chrome/file_animate_xrays.html",
  "mozilla/xhr_doc.html",
  "mozilla/file_deferred_start.html",
  "mozilla/file_disable_animations_api_compositing.html",
  "mozilla/file_disable_animations_api_timelines.html",
  "mozilla/file_discrete_animations.html",
  "mozilla/file_transition_finish_on_compositor.html",
  "../../../layout/style/test/property_database.js",
  "testcommon.js",
  "!/dom/events/test/event_leak_utils.js",
]

["document-timeline/test_document-timeline.html"]

["document-timeline/test_request_animation_frame.html"]

["mozilla/test_cascade.html"]

["mozilla/test_cubic_bezier_limits.html"]

["mozilla/test_deferred_start.html"]
skip-if = ["os == 'win' && bits == 64"] # Bug 1363957

["mozilla/test_disable_animations_api_compositing.html"]

["mozilla/test_disable_animations_api_timelines.html"]

["mozilla/test_disabled_properties.html"]

["mozilla/test_discrete_animations.html"]

["mozilla/test_distance_of_basic_shape.html"]

["mozilla/test_distance_of_filter.html"]

["mozilla/test_distance_of_path_function.html"]

["mozilla/test_distance_of_transform.html"]

["mozilla/test_document_timeline_origin_time_range.html"]

["mozilla/test_event_listener_leaks.html"]

["mozilla/test_get_animations_on_scroll_animations.html"]

["mozilla/test_hide_and_show.html"]

["mozilla/test_moz_prefixed_properties.html"]

["mozilla/test_restyles.html"]
support-files = [
  "mozilla/file_restyles.html",
  "mozilla/empty.html",
]
skip-if = [
  "os == 'android' && debug", #Bug 1784931
  "os == 'linux' && tsan", #Bug 1784931
  "display == 'wayland' && os_version == '22.04' && debug",  # Bug 1856969
  "http3",
  "http2",
]

["mozilla/test_restyling_xhr_doc.html"]

["mozilla/test_set_easing.html"]

["mozilla/test_style_after_finished_on_compositor.html"]

["mozilla/test_transform_limits.html"]

["mozilla/test_transition_finish_on_compositor.html"]
skip-if = ["os == 'android'"]

["mozilla/test_underlying_discrete_value.html"]

["mozilla/test_unstyled.html"]

["style/test_animation-seeking-with-current-time.html"]

["style/test_animation-seeking-with-start-time.html"]

["style/test_animation-setting-effect.html"]

["style/test_composite.html"]
skip-if = ["xorigin"]

["style/test_interpolation-from-interpolatematrix-to-none.html"]

["style/test_missing-keyframe-on-compositor.html"]
skip-if = ["fission && xorigin"]  # Bug 1716403 - New fission platform triage

["style/test_missing-keyframe.html"]

["style/test_transform-non-normalizable-rotate3d.html"]