mirror of
https://github.com/servo/servo.git
synced 2025-09-10 23:18:20 +01:00
Update web-platform-tests to 5582e4d2bfcfd1fa9f105406b143170ee2af7db1
This commit is contained in:
parent
9f892edd87
commit
78369e95cf
814 changed files with 57501 additions and 857 deletions
|
@ -1,6 +1,3 @@
|
|||
<!--
|
||||
/*
|
||||
-->
|
||||
<!doctype html>
|
||||
<title>handling for 404 response</title>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
|
@ -19,9 +16,6 @@ async_test(function() {
|
|||
// NOTE: this handler will not fire, as runtime scripting errors
|
||||
// are not forwarded to SharedWorker objects, but instead reported to the user directly.
|
||||
shared.onerror = this.step_func(function(e) { assert_unreached(); }, shared, 'error');
|
||||
setTimeout(this.step_func(function() { this.done(); }), 1000);
|
||||
step_timeout(this.step_func(function() { this.done(); }), 5000);
|
||||
}, 'shared');
|
||||
</script>
|
||||
<!--
|
||||
*/
|
||||
//-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue