mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision be959408023fe02cf79abe70f6018598a7004a88
This commit is contained in:
parent
a76777b115
commit
761c8bc2a9
171 changed files with 2434 additions and 907 deletions
|
@ -13,16 +13,13 @@
|
|||
clearTimeout(timer);
|
||||
timer = setTimeout(t.step_func(
|
||||
function() {
|
||||
try {
|
||||
assert_array_equals(pages, [4, 2], "Pages opened during history navigation");
|
||||
t.done();
|
||||
} finally {
|
||||
// win.close();
|
||||
}
|
||||
assert_array_equals(pages, [4, 2], "Pages opened during history navigation");
|
||||
t.done();
|
||||
}
|
||||
), 500);
|
||||
}
|
||||
);
|
||||
t.step(function() {win = window.open("history_entry.html&urls=history_entry.html,history_entry.html,traverse_the_history_1-1.html");
|
||||
t.step(function() {win = window.open("history_entry.html?urls=history_entry.html,history_entry.html,traverse_the_history_1-1.html");
|
||||
t.add_cleanup(() => { win.close() });
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue