mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Update web-platform-tests to revision c583bcd7eb30f38cb2d673031cde245776f1da5a
This commit is contained in:
parent
ba1ed11ced
commit
bd791500b2
107 changed files with 2870 additions and 469 deletions
|
@ -42,3 +42,10 @@ function test_entries(actualEntries, expectedEntries) {
|
|||
}
|
||||
})
|
||||
}
|
||||
|
||||
function delayedLoadListener(callback) {
|
||||
window.addEventListener('load', function() {
|
||||
// TODO(cvazac) Remove this setTimeout when spec enforces sync entries.
|
||||
step_timeout(callback, 0)
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue