Update servo's testharnessreport (#31920)

* Update testharnessreport-servo.js with new props

* Update manifest
This commit is contained in:
Samson 2024-03-28 18:33:04 +01:00 committed by GitHub
parent 32e82d0382
commit 72628303fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 2 deletions

View file

@ -475445,7 +475445,7 @@
[]
],
"testharnessreport-servo.js": [
"4a27dc27ef6f26b4f359d5a013bce4a21af51738",
"d6616739e6ed63a79e8b2f5d8aee1d5b2ced7f49",
[]
],
"testharnessreport-servodriver.js": [

View file

@ -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);