From 59cf735f856154e14cd427a93b25a0d7e86c563c Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Thu, 8 Sep 2016 10:10:37 +0200 Subject: [PATCH 1/3] Allow uncaught exceptions in worker runtime error tests. --- .../workers/WorkerGlobalScope_ErrorEvent_colno.htm | 4 ++++ .../workers/WorkerGlobalScope_ErrorEvent_filename.htm | 4 ++++ .../workers/WorkerGlobalScope_ErrorEvent_lineno.htm | 4 ++++ .../workers/WorkerGlobalScope_ErrorEvent_message.htm | 4 ++++ .../workers/Worker_ErrorEvent_bubbles_cancelable.htm | 3 +++ .../web-platform-tests/workers/Worker_ErrorEvent_filename.htm | 4 ++++ .../web-platform-tests/workers/Worker_ErrorEvent_lineno.htm | 4 ++++ .../web-platform-tests/workers/Worker_ErrorEvent_message.htm | 4 ++++ .../wpt/web-platform-tests/workers/Worker_ErrorEvent_type.htm | 4 ++++ 9 files changed, 35 insertions(+) diff --git a/tests/wpt/web-platform-tests/workers/WorkerGlobalScope_ErrorEvent_colno.htm b/tests/wpt/web-platform-tests/workers/WorkerGlobalScope_ErrorEvent_colno.htm index b762beeb406..793d6c1807b 100644 --- a/tests/wpt/web-platform-tests/workers/WorkerGlobalScope_ErrorEvent_colno.htm +++ b/tests/wpt/web-platform-tests/workers/WorkerGlobalScope_ErrorEvent_colno.htm @@ -4,6 +4,10 @@