chrome.toml (864B)
1 [DEFAULT] 2 prefs = [ 3 "gfx.omta.background-color=true", 4 ] 5 support-files = [ 6 "testcommon.js", 7 "../../imptests/testharness.js", 8 "../../imptests/testharnessreport.js", 9 "!/dom/animation/test/chrome/file_animate_xrays.html", 10 ] 11 12 ["chrome/test_animate_xrays.html"] 13 # file_animate_xrays.html needs to go in mochitest.toml since it is served 14 # over HTTP 15 16 ["chrome/test_animation_observers_async.html"] 17 18 ["chrome/test_animation_observers_sync.html"] 19 20 ["chrome/test_animation_performance_warning.html"] 21 22 ["chrome/test_animation_properties.html"] 23 24 ["chrome/test_animation_properties_display.html"] 25 26 ["chrome/test_cssanimation_missing_keyframes.html"] 27 28 ["chrome/test_generated_content_getAnimations.html"] 29 30 ["chrome/test_keyframe_effect_xrays.html"] 31 32 ["chrome/test_mutation_observer_for_element_removal_in_shadow_tree.html"] 33 34 ["chrome/test_running_on_compositor.html"]