Files
tubestation/dom/filesystem/tests/mochitest.toml
Makoto Kato c849312638 Bug 1674428 - Part 0. Turn on test_webkitdirectory.html on Android. r=sefeng
To turn on this `test_webkitdirectory.html` on Android, we have to
intercept `nsIPromptCollection` since GeckoView/Android uses custom
implementation.

Differential Revision: https://phabricator.services.mozilla.com/D234922
2025-03-07 12:44:07 +00:00

16 lines
252 B
TOML

[DEFAULT]
support-files = [
"filesystem_commons.js",
"script_fileList.js",
"worker_basic.js",
]
["test_basic.html"]
["test_bug1319088.html"]
["test_webkitdirectory.html"]
support-files = ["script_promptHandler.js"]
["test_worker_basic.html"]