mirror of
https://github.com/servo/servo.git
synced 2025-08-14 01:45:33 +01:00
Update web-platform-tests to revision bda2059150dca8ab47f088b4cc619fcdc1f262fa
This commit is contained in:
parent
3535f3f6c2
commit
7c4281f3da
182 changed files with 7692 additions and 1042 deletions
|
@ -11,8 +11,8 @@ if (expected_logs.length == 0) {
|
|||
}
|
||||
} else {
|
||||
var t_log = async_test('Expecting logs: {{GET[logs]}}');
|
||||
setTimeout(function() {
|
||||
if(t_log.phase != t_log.phases.COMPLETE){
|
||||
step_timeout(function() {
|
||||
if(t_log.phase != t_log.phases.COMPLETE){
|
||||
t_log.step(function () { assert_unreached('Logging timeout, expected logs ' + expected_logs + ' not sent.') });
|
||||
t_log.done();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue