mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Fix testharnessreport-servo.js to stop polluting with global variables (#37817)
For example, if a test uses `let props = ...` then this was triggering an exception because testharnessreport-servo.js already created a global variable named `props`. Testing: some wpt tests no longer result in ERROR Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
1c46e39d7a
commit
83213ac16b
13 changed files with 1382 additions and 37 deletions
2
tests/wpt/meta/MANIFEST.json
vendored
2
tests/wpt/meta/MANIFEST.json
vendored
|
@ -519201,7 +519201,7 @@
|
|||
[]
|
||||
],
|
||||
"testharnessreport-servo.js": [
|
||||
"d6616739e6ed63a79e8b2f5d8aee1d5b2ced7f49",
|
||||
"4439393a18125b7232ed4cd5a311faa8664e2edb",
|
||||
[]
|
||||
],
|
||||
"testharnessreport-wktr.js": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue