Source code
Revision control
Copy as Markdown
Other Tools
# This is an example of comment at the top of a manifest
[DEFAULT]
["bug_3.js"]
# This is a comment about Bug 3
# DO NOT ADD MORE TESTS HERE
skip-if = [
"os == 'linux'",
]
["bug_20.js"]
skip-if = [
"os == 'mac'", # Bug 20
"os == 'windows'", # Bug 20
]
["bug_100.js"]
skip-if = [
]
["test_bar.html"]
skip-if = [
]
["test_foo.html"]
skip-if = [
"os == 'mac' && debug",
]