| __init__.py |
|
33 |
- |
| commands.json |
|
218 |
- |
| fnmatch.py |
|
860 |
- |
| lint.py |
You must fix all errors; for details on how to fix them, see
https://web-platform-tests.org/writing-tests/lint-tool.html
However, instead of fixing a particular error, it's sometimes
OK to add a line to the lint.ignore file in the root of the
web-platform-tests directory to make the lint tool ignore it.
For example, to make the lint tool ignore all '%s'
errors in the %s file,
you could add the following line to the lint.ignore file.
%s: %s |
44638 |
- |
| rules.py |
Ensure that there is a `<link rel="help" href="[url]">` for the spec
in HTML tests, or a `// META: spec=[url]` line in script-based tests
(`*.any.js`, `*.window.js`, `*.worker.js`). `MISSING-LINK` is designed
to ensure that tests can be associated with the relevant spec.
|
18514 |
- |
| tests |
|
|
- |