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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/preload/fetch-destination.https.html

Issue 2697453005: Import wpt@758b3b4cfa805067f36121333ba031e583d3a62c (Closed)
Patch Set: Add -expected.txt files. Created 3 years, 10 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/preload/fetch-destination.https.html
diff --git a/third_party/WebKit/LayoutTests/external/wpt/preload/fetch_destination.https.html b/third_party/WebKit/LayoutTests/external/wpt/preload/fetch-destination.https.html
similarity index 93%
rename from third_party/WebKit/LayoutTests/external/wpt/preload/fetch_destination.https.html
rename to third_party/WebKit/LayoutTests/external/wpt/preload/fetch-destination.https.html
index fcd202d7b5db8792d0b7183b8c6422ab42265011..c7d5142f10e25525109781e23addc2f18602ec01 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/preload/fetch_destination.https.html
+++ b/third_party/WebKit/LayoutTests/external/wpt/preload/fetch-destination.https.html
@@ -1,12 +1,14 @@
<!DOCTYPE html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
+<script src="/preload/resources/preload_helper.js"></script>
<script src="../service-workers/service-worker/resources/test-helpers.sub.js"></script>
<script>
async_test(function(t) {
var worker_url = 'resources/fetch-destination-worker.js';
var scope = 'resources/empty.html';
var registration;
+ verifyPreloadAndRTSupport();
service_worker_unregister_and_register(t, worker_url, scope)
.then(t.step_func(function(r) {

Powered by Google App Engine
This is Rietveld 408576698