mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +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
|
@ -1,2 +1,6 @@
|
|||
[search-styles-iso-8859-8.html]
|
||||
expected: ERROR
|
||||
[Verify document.characterSet is ISO-8859-8]
|
||||
expected: FAIL
|
||||
|
||||
[<search> - display]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
[search-styles.html]
|
||||
expected: ERROR
|
||||
[<search> - display]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue