mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update servo's testharnessreport (#31920)
* Update testharnessreport-servo.js with new props * Update manifest
This commit is contained in:
parent
32e82d0382
commit
72628303fb
2 changed files with 7 additions and 2 deletions
|
@ -475445,7 +475445,7 @@
|
|||
[]
|
||||
],
|
||||
"testharnessreport-servo.js": [
|
||||
"4a27dc27ef6f26b4f359d5a013bce4a21af51738",
|
||||
"d6616739e6ed63a79e8b2f5d8aee1d5b2ced7f49",
|
||||
[]
|
||||
],
|
||||
"testharnessreport-servodriver.js": [
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
var props = {output:%(output)d, debug: %(debug)s};
|
||||
var props = {
|
||||
output:%(output)d,
|
||||
timeout_multiplier: %(timeout_multiplier)s,
|
||||
explicit_timeout: %(explicit_timeout)s,
|
||||
debug: %(debug)s
|
||||
};
|
||||
var start_loc = document.createElement('a');
|
||||
start_loc.href = location.href;
|
||||
setup(props);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue