Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(620)

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/resources/fetch-cors-xhr-iframe.html

Issue 2610243002: Import wpt@5e1a3b80cea8d36774d2afd78b29a74792e9f15a (Closed)
Patch Set: Rebased Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698