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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/opaque-response-preloaded-iframe.html

Issue 2877673004: Upstream service worker opaque-response-preloaded.https.html test to WPT (Closed)
Patch Set: 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/opaque-response-preloaded-iframe.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/opaque-response-in-memorycache-iframe.html b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/opaque-response-preloaded-iframe.html
similarity index 89%
rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/opaque-response-in-memorycache-iframe.html
rename to third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/opaque-response-preloaded-iframe.html
index 5214b91d66ee189ba35c69c5d11b804dd0d6042a..624114424c08cfb126e78f479de65d2c1fdb62ea 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/opaque-response-in-memorycache-iframe.html
+++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/opaque-response-preloaded-iframe.html
@@ -12,8 +12,7 @@ function runTest() {
xhr.open('GET', 'opaque-response');
// opaque-response returns an opaque response from serviceworker and thus
// the XHR must fail because it is not no-cors request.
- // Particularly, the XHR must not reuse preloaded the opaque response on
- // MemoryCache.
+ // Particularly, the XHR must not reuse the preloaded the opaque response.
falken 2017/05/12 05:04:21 "the preloaded the" is hard to read. "reuse the o
mike3 2017/05/12 15:36:03 Done.
xhr.onerror = function() {
parent.done('PASS');
};

Powered by Google App Engine
This is Rietveld 408576698