Update web-platform-tests to 5582e4d2bfcfd1fa9f105406b143170ee2af7db1

This commit is contained in:
James Graham 2016-03-31 17:56:59 +01:00 committed by Ms2ger
parent 9f892edd87
commit 78369e95cf
814 changed files with 57501 additions and 857 deletions

View file

@ -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>
<!--
*/
//-->