[wpt-sync] Sync PR 19824 - Convert tabs to spaces in directories with few lint errors
Categories
(Core :: DOM: Security, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream][domsecurity-backlog])
Sync web-platform-tests PR 19824 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/19824
Details from upstream follow.
Philip Jägenstedt <philip@foolip.org> wrote:
Convert tabs to spaces in directories with few lint errors
To find the candidates for this change, the "INDENT TABS" exceptions
in lint.whitelist were removed and ./wpt lint` run.The output was piped through
grep '^ERROR:lint:' | cut -d: -f3 | sort | uniq | cut -d/ -f1 | uniq -c | sort -n
, giving the following list:1 pointerlock 1 shadow-dom 1 webaudio 2 docs 2 webvtt 7 content-security-policy 9 encoding 203 conformance-checkers 5011 css
Based on that, conformance-checkers, css and encoding were left alone.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
GitHub CI Results
wpt.fyi PR Results Base Results
Ran 9 tests and 27 subtests
Firefox
OK : 9
PASS: 25
FAIL: 2
Chrome
OK : 9
PASS: 27
Safari
OK : 7
PASS : 15
FAIL : 10
TIMEOUT: 2
NOTRUN : 2
Firefox-only failures
/shadow-dom/leaktests/html-collection.html
document.applets should not contain shadow nodes: Firefox: FAIL
Gecko CI Results
Ran 9 tests and 27 subtests
OK : 9
PASS : 24[android-em-7.0-x86_64-debug-geckoview,android-em-7.0-x86_64-opt-geckoview], 25[linux64-asan-opt,linux64-debug,linux64-opt,linux64-qr-debug,linux64-qr-opt,windows10-64-debug,windows10-64-opt,windows10-64-qr-debug,windows10-64-qr-opt,windows7-32-debug,windows7-32-opt]
FAIL : 2[linux64-asan-opt,linux64-debug,linux64-opt,linux64-qr-debug,linux64-qr-opt,windows10-64-debug,windows10-64-opt,windows10-64-qr-debug,windows10-64-qr-opt,windows7-32-debug,windows7-32-opt], 3[android-em-7.0-x86_64-debug-geckoview,android-em-7.0-x86_64-opt-geckoview]
Comment 4•5 years ago
|
||
bugherder |
Description
•