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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/fetch-event-respond-with-readable-stream-iframe.html

Issue 2893793004: Upstream service wrkr "respond with" tests to WPT (Closed)
Patch Set: Remove declaration of unused binding Created 3 years, 7 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/external/wpt/service-workers/service-worker/resources/fetch-event-respond-with-readable-stream-iframe.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/respond-with-readable-stream-iframe.html b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/fetch-event-respond-with-readable-stream-iframe.html
similarity index 92%
rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/respond-with-readable-stream-iframe.html
rename to third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/fetch-event-respond-with-readable-stream-iframe.html
index ae4bb94b0f179cee37c2e51bcbe1841e173e5fbe..1904d75657d5781520b089261788d260d122cff6 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/respond-with-readable-stream-iframe.html
+++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/fetch-event-respond-with-readable-stream-iframe.html
@@ -1,5 +1,7 @@
<!DOCTYPE html>
<script>
+'use strict';
+
fetch('body-stream').then(resp => {
return resp.text();
}).then(text => parent.done(text))

Powered by Google App Engine
This is Rietveld 408576698