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
15 lines
359 B
TOML
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"]
|