summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fetch/api/basic/request-head.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/fetch/api/basic/request-head.html')
-rw-r--r--testing/web-platform/tests/fetch/api/basic/request-head.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/tests/fetch/api/basic/request-head.html b/testing/web-platform/tests/fetch/api/basic/request-head.html
new file mode 100644
index 000000000..a9d8bef1f
--- /dev/null
+++ b/testing/web-platform/tests/fetch/api/basic/request-head.html
@@ -0,0 +1,12 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>Fetch: HEAD method</title>
+ <script src="/resources/testharness.js"></script>
+ <script src="/resources/testharnessreport.js"></script>
+ </head>
+ <body>
+ <script src="request-head.js"></script>
+ </body>
+</html>