mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15: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,9 @@
|
|||
[resets.html]
|
||||
expected: ERROR
|
||||
[<input type="file"> - text-align]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee> - text-align]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee> - overflow]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue