From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../FileAPI/file/Worker-read-file-constructor.worker.js.ini | 3 +++ .../meta/FileAPI/file/send-file-form-controls.html.ini | 11 +++++++++++ .../meta/FileAPI/file/send-file-form-punctuation.html.ini | 3 +++ .../meta/FileAPI/file/send-file-form-utf-8.html.ini | 3 +++ .../meta/FileAPI/file/send-file-form-windows-1252.html.ini | 3 +++ .../meta/FileAPI/file/send-file-form-x-user-defined.html.ini | 3 +++ .../web-platform/meta/FileAPI/file/send-file-form.html.ini | 3 +++ .../meta/FileAPI/file/send-file-formdata-controls.any.js.ini | 7 +++++++ .../FileAPI/file/send-file-formdata-punctuation.any.js.ini | 7 +++++++ .../meta/FileAPI/file/send-file-formdata-utf-8.any.js.ini | 7 +++++++ .../meta/FileAPI/file/send-file-formdata.any.js.ini | 7 +++++++ 11 files changed, 57 insertions(+) create mode 100644 testing/web-platform/meta/FileAPI/file/Worker-read-file-constructor.worker.js.ini create mode 100644 testing/web-platform/meta/FileAPI/file/send-file-form-controls.html.ini create mode 100644 testing/web-platform/meta/FileAPI/file/send-file-form-punctuation.html.ini create mode 100644 testing/web-platform/meta/FileAPI/file/send-file-form-utf-8.html.ini create mode 100644 testing/web-platform/meta/FileAPI/file/send-file-form-windows-1252.html.ini create mode 100644 testing/web-platform/meta/FileAPI/file/send-file-form-x-user-defined.html.ini create mode 100644 testing/web-platform/meta/FileAPI/file/send-file-form.html.ini create mode 100644 testing/web-platform/meta/FileAPI/file/send-file-formdata-controls.any.js.ini create mode 100644 testing/web-platform/meta/FileAPI/file/send-file-formdata-punctuation.any.js.ini create mode 100644 testing/web-platform/meta/FileAPI/file/send-file-formdata-utf-8.any.js.ini create mode 100644 testing/web-platform/meta/FileAPI/file/send-file-formdata.any.js.ini (limited to 'testing/web-platform/meta/FileAPI/file') diff --git a/testing/web-platform/meta/FileAPI/file/Worker-read-file-constructor.worker.js.ini b/testing/web-platform/meta/FileAPI/file/Worker-read-file-constructor.worker.js.ini new file mode 100644 index 0000000000..254305fa1e --- /dev/null +++ b/testing/web-platform/meta/FileAPI/file/Worker-read-file-constructor.worker.js.ini @@ -0,0 +1,3 @@ +[Worker-read-file-constructor.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/FileAPI/file/send-file-form-controls.html.ini b/testing/web-platform/meta/FileAPI/file/send-file-form-controls.html.ini new file mode 100644 index 0000000000..9903be3a25 --- /dev/null +++ b/testing/web-platform/meta/FileAPI/file/send-file-form-controls.html.ini @@ -0,0 +1,11 @@ +[send-file-form-controls.html] + expected: + if processor == "x86": [OK, TIMEOUT] + [Upload file-for-upload-in-form-ESC-[\x1b\].txt (ASCII) in UTF-8 form] + expected: + if processor == "x86": [PASS, TIMEOUT] + + [Upload file-for-upload-in-form-SPACE-[ \].txt (ASCII) in UTF-8 form] + expected: + if (processor == "x86") and debug: [PASS, NOTRUN] + if (processor == "x86") and not debug: [PASS, TIMEOUT, NOTRUN] diff --git a/testing/web-platform/meta/FileAPI/file/send-file-form-punctuation.html.ini b/testing/web-platform/meta/FileAPI/file/send-file-form-punctuation.html.ini new file mode 100644 index 0000000000..83e3d19ca1 --- /dev/null +++ b/testing/web-platform/meta/FileAPI/file/send-file-form-punctuation.html.ini @@ -0,0 +1,3 @@ +[send-file-form-punctuation.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/FileAPI/file/send-file-form-utf-8.html.ini b/testing/web-platform/meta/FileAPI/file/send-file-form-utf-8.html.ini new file mode 100644 index 0000000000..2c8f0624e8 --- /dev/null +++ b/testing/web-platform/meta/FileAPI/file/send-file-form-utf-8.html.ini @@ -0,0 +1,3 @@ +[send-file-form-utf-8.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/FileAPI/file/send-file-form-windows-1252.html.ini b/testing/web-platform/meta/FileAPI/file/send-file-form-windows-1252.html.ini new file mode 100644 index 0000000000..f18492f9e6 --- /dev/null +++ b/testing/web-platform/meta/FileAPI/file/send-file-form-windows-1252.html.ini @@ -0,0 +1,3 @@ +[send-file-form-windows-1252.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/FileAPI/file/send-file-form-x-user-defined.html.ini b/testing/web-platform/meta/FileAPI/file/send-file-form-x-user-defined.html.ini new file mode 100644 index 0000000000..9579aa8e2b --- /dev/null +++ b/testing/web-platform/meta/FileAPI/file/send-file-form-x-user-defined.html.ini @@ -0,0 +1,3 @@ +[send-file-form-x-user-defined.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/FileAPI/file/send-file-form.html.ini b/testing/web-platform/meta/FileAPI/file/send-file-form.html.ini new file mode 100644 index 0000000000..f9ad4acaf0 --- /dev/null +++ b/testing/web-platform/meta/FileAPI/file/send-file-form.html.ini @@ -0,0 +1,3 @@ +[send-file-form.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/FileAPI/file/send-file-formdata-controls.any.js.ini b/testing/web-platform/meta/FileAPI/file/send-file-formdata-controls.any.js.ini new file mode 100644 index 0000000000..26ab928e97 --- /dev/null +++ b/testing/web-platform/meta/FileAPI/file/send-file-formdata-controls.any.js.ini @@ -0,0 +1,7 @@ +[send-file-formdata-controls.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[send-file-formdata-controls.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/FileAPI/file/send-file-formdata-punctuation.any.js.ini b/testing/web-platform/meta/FileAPI/file/send-file-formdata-punctuation.any.js.ini new file mode 100644 index 0000000000..134478475c --- /dev/null +++ b/testing/web-platform/meta/FileAPI/file/send-file-formdata-punctuation.any.js.ini @@ -0,0 +1,7 @@ +[send-file-formdata-punctuation.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[send-file-formdata-punctuation.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/FileAPI/file/send-file-formdata-utf-8.any.js.ini b/testing/web-platform/meta/FileAPI/file/send-file-formdata-utf-8.any.js.ini new file mode 100644 index 0000000000..1d693ff588 --- /dev/null +++ b/testing/web-platform/meta/FileAPI/file/send-file-formdata-utf-8.any.js.ini @@ -0,0 +1,7 @@ +[send-file-formdata-utf-8.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[send-file-formdata-utf-8.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/FileAPI/file/send-file-formdata.any.js.ini b/testing/web-platform/meta/FileAPI/file/send-file-formdata.any.js.ini new file mode 100644 index 0000000000..45b6c7bb2d --- /dev/null +++ b/testing/web-platform/meta/FileAPI/file/send-file-formdata.any.js.ini @@ -0,0 +1,7 @@ +[send-file-formdata.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[send-file-formdata.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] -- cgit v1.2.3