diff options
author | Moonchild <moonchild@palemoon.org> | 2020-06-10 21:08:58 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-06-10 21:08:58 +0000 |
commit | a8602cc877cb4fc007655cd0f52b52b1e7165bc8 (patch) | |
tree | aa46137510a9457285b1d84b8010e1a07e0e8270 /dom/tests/mochitest/fetch/mochitest.ini | |
parent | 8797b20746cd80c51cc56225f70ddea6c6b94f9d (diff) | |
download | UXP-a8602cc877cb4fc007655cd0f52b52b1e7165bc8.tar UXP-a8602cc877cb4fc007655cd0f52b52b1e7165bc8.tar.gz UXP-a8602cc877cb4fc007655cd0f52b52b1e7165bc8.tar.lz UXP-a8602cc877cb4fc007655cd0f52b52b1e7165bc8.tar.xz UXP-a8602cc877cb4fc007655cd0f52b52b1e7165bc8.zip |
Issue #1587 - Part 1: Implement FetchController/FetchSignal interface
Diffstat (limited to 'dom/tests/mochitest/fetch/mochitest.ini')
-rw-r--r-- | dom/tests/mochitest/fetch/mochitest.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/tests/mochitest/fetch/mochitest.ini b/dom/tests/mochitest/fetch/mochitest.ini index cf4477463..6dba08f98 100644 --- a/dom/tests/mochitest/fetch/mochitest.ini +++ b/dom/tests/mochitest/fetch/mochitest.ini @@ -1,6 +1,7 @@ [DEFAULT] support-files = fetch_test_framework.js + file_fetch_controller.html test_fetch_basic.js test_fetch_basic_http.js test_fetch_cors.js @@ -41,6 +42,7 @@ support-files = [test_fetch_basic_http.html] [test_fetch_basic_http_sw_reroute.html] [test_fetch_basic_http_sw_empty_reroute.html] +[test_fetch_controller.html] [test_fetch_cors.html] skip-if = toolkit == 'android' # Bug 1210282 [test_fetch_cors_sw_reroute.html] |