summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fenced-frame/resources/response-204.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/fenced-frame/resources/response-204.py')
-rw-r--r--testing/web-platform/tests/fenced-frame/resources/response-204.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/web-platform/tests/fenced-frame/resources/response-204.py b/testing/web-platform/tests/fenced-frame/resources/response-204.py
new file mode 100644
index 0000000000..e6cf8d4ac9
--- /dev/null
+++ b/testing/web-platform/tests/fenced-frame/resources/response-204.py
@@ -0,0 +1,4 @@
+def main(request, response):
+ response_headers = []
+ body = "No content"
+ return (204, response_headers, body) \ No newline at end of file