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) { |