mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-09 09:58:57 +00:00
43 lines
1017 B
INI
43 lines
1017 B
INI
[DEFAULT]
|
|
skip-if = buildapp == 'b2g'
|
|
support-files =
|
|
worker.js
|
|
worker2.js
|
|
worker3.js
|
|
fetch_event_worker.js
|
|
parse_error_worker.js
|
|
activate_event_error_worker.js
|
|
install_event_worker.js
|
|
install_event_error_worker.js
|
|
simpleregister/index.html
|
|
simpleregister/ready.html
|
|
controller/index.html
|
|
unregister/index.html
|
|
unregister/unregister.html
|
|
workerUpdate/update.html
|
|
sw_clients/simple.html
|
|
sw_clients/service_worker_controlled.html
|
|
match_all_worker.js
|
|
worker_unregister.js
|
|
worker_update.js
|
|
message_posting_worker.js
|
|
fetch/index.html
|
|
fetch/fetch_worker_script.js
|
|
fetch/fetch_tests.js
|
|
|
|
[test_unregister.html]
|
|
skip-if = true # Bug 1133805
|
|
[test_installation_simple.html]
|
|
[test_fetch_event.html]
|
|
[test_match_all.html]
|
|
[test_install_event.html]
|
|
[test_navigator.html]
|
|
[test_scopes.html]
|
|
[test_controller.html]
|
|
[test_workerUpdate.html]
|
|
skip-if = true # Bug 1133805
|
|
[test_workerUnregister.html]
|
|
skip-if = true # Bug 1133805
|
|
[test_post_message.html]
|
|
[test_post_message_advanced.html]
|