aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/fetch/api/basic/response-url.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/web-platform-tests/fetch/api/basic/response-url.html')
-rw-r--r--tests/wpt/web-platform-tests/fetch/api/basic/response-url.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/wpt/web-platform-tests/fetch/api/basic/response-url.html b/tests/wpt/web-platform-tests/fetch/api/basic/response-url.html
deleted file mode 100644
index dfe9d96c7a4..00000000000
--- a/tests/wpt/web-platform-tests/fetch/api/basic/response-url.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!doctype html>
-<html>
- <head>
- <meta charset="utf-8">
- <title>Fetch: response url getter</title>
- <meta name="help" href="https://fetch.spec.whatwg.org/#response-class">
- <script src="/resources/testharness.js"></script>
- <script src="/resources/testharnessreport.js"></script>
- </head>
- <body>
- <script src="response-url.js?pipe=sub"></script>
- </body>
-</html>