Index: third_party/WebKit/LayoutTests/http/tests/fetch/window/v8-extra-body-base-https-other-https.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/window/headers-guard-base-https-other-https.html b/third_party/WebKit/LayoutTests/http/tests/fetch/window/v8-extra-body-base-https-other-https.html |
similarity index 93% |
copy from third_party/WebKit/LayoutTests/http/tests/fetch/window/headers-guard-base-https-other-https.html |
copy to third_party/WebKit/LayoutTests/http/tests/fetch/window/v8-extra-body-base-https-other-https.html |
index 38d4d39bca85860a391a9ce4ac540b456455c55a..922abfc66498f0009f69cf02910c20b6732faad0 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/fetch/window/headers-guard-base-https-other-https.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/fetch/window/v8-extra-body-base-https-other-https.html |
@@ -13,7 +13,7 @@ |
<script> |
function start(t) { |
var script = document.createElement('script'); |
- script.src = '../script-tests/headers-guard.js?-base-https-other-https'; |
+ script.src = '../script-tests/v8-extra-body.js?-base-https-other-https'; |
script.addEventListener( |
'error', |
function() { unreached_rejection(t); }); |