From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../wasm/webapi/resources/incrementer.no_mime_type.wasm | Bin 0 -> 46 bytes .../tests/wasm/webapi/resources/incrementer.wasm | Bin 0 -> 46 bytes .../tests/wasm/webapi/resources/incrementer.wasm.headers | 2 ++ .../wasm/webapi/resources/incrementer.wrong_mime_type.wasm | Bin 0 -> 46 bytes .../resources/incrementer.wrong_mime_type.wasm.headers | 2 ++ 5 files changed, 4 insertions(+) create mode 100644 testing/web-platform/tests/wasm/webapi/resources/incrementer.no_mime_type.wasm create mode 100644 testing/web-platform/tests/wasm/webapi/resources/incrementer.wasm create mode 100644 testing/web-platform/tests/wasm/webapi/resources/incrementer.wasm.headers create mode 100644 testing/web-platform/tests/wasm/webapi/resources/incrementer.wrong_mime_type.wasm create mode 100644 testing/web-platform/tests/wasm/webapi/resources/incrementer.wrong_mime_type.wasm.headers (limited to 'testing/web-platform/tests/wasm/webapi/resources') diff --git a/testing/web-platform/tests/wasm/webapi/resources/incrementer.no_mime_type.wasm b/testing/web-platform/tests/wasm/webapi/resources/incrementer.no_mime_type.wasm new file mode 100644 index 0000000000..47afcdef2a Binary files /dev/null and b/testing/web-platform/tests/wasm/webapi/resources/incrementer.no_mime_type.wasm differ diff --git a/testing/web-platform/tests/wasm/webapi/resources/incrementer.wasm b/testing/web-platform/tests/wasm/webapi/resources/incrementer.wasm new file mode 100644 index 0000000000..47afcdef2a Binary files /dev/null and b/testing/web-platform/tests/wasm/webapi/resources/incrementer.wasm differ diff --git a/testing/web-platform/tests/wasm/webapi/resources/incrementer.wasm.headers b/testing/web-platform/tests/wasm/webapi/resources/incrementer.wasm.headers new file mode 100644 index 0000000000..76b9c163b6 --- /dev/null +++ b/testing/web-platform/tests/wasm/webapi/resources/incrementer.wasm.headers @@ -0,0 +1,2 @@ +Content-Type: application/wasm +Cache-Control: max-age=3600 diff --git a/testing/web-platform/tests/wasm/webapi/resources/incrementer.wrong_mime_type.wasm b/testing/web-platform/tests/wasm/webapi/resources/incrementer.wrong_mime_type.wasm new file mode 100644 index 0000000000..47afcdef2a Binary files /dev/null and b/testing/web-platform/tests/wasm/webapi/resources/incrementer.wrong_mime_type.wasm differ diff --git a/testing/web-platform/tests/wasm/webapi/resources/incrementer.wrong_mime_type.wasm.headers b/testing/web-platform/tests/wasm/webapi/resources/incrementer.wrong_mime_type.wasm.headers new file mode 100644 index 0000000000..833ee71634 --- /dev/null +++ b/testing/web-platform/tests/wasm/webapi/resources/incrementer.wrong_mime_type.wasm.headers @@ -0,0 +1,2 @@ +Content-Type: text/css +Cache-Control: max-age=3600 -- cgit v1.2.3