mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision 0abb411331f86f472103183c7ec1136ea21a7e1b
This commit is contained in:
parent
d671010e46
commit
5a5512f805
139 changed files with 2559 additions and 1445 deletions
|
@ -38,9 +38,7 @@ export class TestLoader {
|
|||
|
||||
|
||||
async loadTestsFromCmdLine(filters) {
|
||||
// In actual URL queries (?q=...), + represents a space. But decodeURIComponent doesn't do this,
|
||||
// so do it manually. (+ is used over %20 for readability.) (See also encodeSelectively.)
|
||||
return this.loadTests(filters.map(f => decodeURIComponent(f.replace(/\+/g, '%20'))));
|
||||
return this.loadTests(filters);
|
||||
}
|
||||
|
||||
async loadTests(filters) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue