chrome-common.toml (588B)
1 [DEFAULT] 2 skip-if = [ 3 "os == 'android'", 4 ] 5 support-files = [ 6 "chrome_helpers.js", 7 "empty.js", 8 "fetch.js", 9 "hello.html", 10 "serviceworker.html", 11 "serviceworkerinfo_iframe.html", 12 "serviceworkermanager_iframe.html", 13 "serviceworkerregistrationinfo_iframe.html", 14 "utils.js", 15 "worker.js", 16 "worker2.js", 17 ] 18 19 ["test_devtools_track_serviceworker_time.html"] 20 21 ["test_privateBrowsing.html"] 22 23 ["test_serviceworkerinfo.xhtml"] 24 skip-if = [ 25 "true", # nsIWorkerDebugger attribute not implemented 26 ] 27 28 ["test_serviceworkermanager.xhtml"] 29 30 ["test_serviceworkerregistrationinfo.xhtml"]