Index: third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/resources/fetch-cors-xhr-iframe.html |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/resources/fetch-cors-xhr-iframe.html b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/resources/fetch-cors-xhr-iframe.html |
index 48f618397c5cd8cf3a5d561c8e371818367cb890..121c5c34eacb31703c7aadeeb057bc3adf52aca1 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/resources/fetch-cors-xhr-iframe.html |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/resources/fetch-cors-xhr-iframe.html |
@@ -66,8 +66,8 @@ window.addEventListener('message', function(evt) { |
[remote_url + '?reject', false, FAIL], |
[remote_url + '?reject', true, FAIL], |
// Event handler exception tests |
- [url + '?throw', false, FAIL], |
- [url + '?throw', true, FAIL], |
+ [url + '?throw', false, SUCCESS], |
+ [url + '?throw', true, SUCCESS], |
[remote_url + '?throw', false, FAIL], |
[remote_url + '?throw', true, FAIL], |
// Reject(resolve-null) tests |