diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /dom/xul/test/chrome.toml | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dom/xul/test/chrome.toml')
-rw-r--r-- | dom/xul/test/chrome.toml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/dom/xul/test/chrome.toml b/dom/xul/test/chrome.toml new file mode 100644 index 0000000000..3e239fe1d9 --- /dev/null +++ b/dom/xul/test/chrome.toml @@ -0,0 +1,42 @@ +[DEFAULT] +support-files = [ + "398289-resource.xhtml", + "window_bug583948.xhtml", +] + +["test_accesskey.xhtml"] + +["test_bug199692.xhtml"] + +["test_bug311681.xhtml"] + +["test_bug391002.xhtml"] + +["test_bug398289.html"] + +["test_bug403868.xhtml"] + +["test_bug418216.xhtml"] + +["test_bug445177.xhtml"] + +["test_bug468176.xhtml"] + +["test_bug583948.xhtml"] + +["test_bug749367.xhtml"] + +["test_bug775972.xhtml"] + +["test_bug1070049_throw_from_script.xhtml"] + +["test_bug1290965.xhtml"] + +["test_bug1686822.xhtml"] +support-files = ["window_bug1686822.xhtml"] + +["test_html_template.xhtml"] + +["test_import_xul_to_content.xhtml"] + +["test_xul_tabindex_focus.xhtml"] |