Files
sousa-gecko/parser/htmlparser/tests/mochitest/browser.toml
T
Rob Wu 62248a8bcc Bug 1953004 - Run test-manifest-toml --fix on all toml files in the trees r=credential-management-reviewers,places-reviewers,desktop-theme-reviewers,Standard8,devtools-reviewers,hjones,jmaher,jdescottes,dimi,necko-reviewers,sidebar-reviewers,jsudiaman,kershaw
This diff was generated as follows:

List all toml files in the tree:

`find * -name '*.toml' > /tmp/toml`

Manually edited /tmp/toml to drop non-relevant entries (objdir).

Ran the toml linter for all files:

`cat /tmp/toml | xargs ./mach lint -l test-manifest-toml --fix`

Differential Revision: https://phabricator.services.mozilla.com/D240948
2025-04-14 08:30:13 +00:00

15 lines
359 B
TOML

[DEFAULT]
prefs = ["nglayout.debug.disable_xul_cache=true"] # we need to reload the XML file to make the test pass
["browser_elementindtd.js"]
support-files = [
"browser_elementindtd.xml",
"browser_elementindtd.dtd"
]
["browser_viewsource.js"]
support-files = ["file_viewsource.html"]
["browser_ysod_telemetry.js"]
support-files = ["broken_xml.xhtml"]