mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +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
|
@ -0,0 +1,10 @@
|
|||
/**
|
||||
* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts
|
||||
**/
|
||||
|
||||
const url = new URL(window.location.toString());
|
||||
export function optionEnabled(opt) {
|
||||
const val = url.searchParams.get(opt);
|
||||
return val !== null && val !== '0';
|
||||
}
|
||||
//# sourceMappingURL=options.js.map
|
Loading…
Add table
Add a link
Reference in a new issue