From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../reporting/document-write-report-only-tentative.html.ini | 4 ++++ .../reporting/document-write-reporting-tentative.html.ini | 3 +++ .../lossy-images-max-bpp-reporting-onload-tentative.html.ini | 4 ++++ .../reporting/lossy-images-max-bpp-reporting-tentative.html.ini | 4 ++++ .../reporting/oversized-images-reporting-tentative.html.ini | 4 ++++ .../meta/document-policy/reporting/sync-script-reporting.html.ini | 4 ++++ .../meta/document-policy/reporting/sync-xhr-report-only.html.ini | 4 ++++ .../meta/document-policy/reporting/sync-xhr-reporting.html.ini | 6 ++++++ .../reporting/unsized-media-reporting-tentative.html.ini | 4 ++++ 9 files changed, 37 insertions(+) create mode 100644 testing/web-platform/meta/document-policy/reporting/document-write-report-only-tentative.html.ini create mode 100644 testing/web-platform/meta/document-policy/reporting/document-write-reporting-tentative.html.ini create mode 100644 testing/web-platform/meta/document-policy/reporting/lossy-images-max-bpp-reporting-onload-tentative.html.ini create mode 100644 testing/web-platform/meta/document-policy/reporting/lossy-images-max-bpp-reporting-tentative.html.ini create mode 100644 testing/web-platform/meta/document-policy/reporting/oversized-images-reporting-tentative.html.ini create mode 100644 testing/web-platform/meta/document-policy/reporting/sync-script-reporting.html.ini create mode 100644 testing/web-platform/meta/document-policy/reporting/sync-xhr-report-only.html.ini create mode 100644 testing/web-platform/meta/document-policy/reporting/sync-xhr-reporting.html.ini create mode 100644 testing/web-platform/meta/document-policy/reporting/unsized-media-reporting-tentative.html.ini (limited to 'testing/web-platform/meta/document-policy/reporting') diff --git a/testing/web-platform/meta/document-policy/reporting/document-write-report-only-tentative.html.ini b/testing/web-platform/meta/document-policy/reporting/document-write-report-only-tentative.html.ini new file mode 100644 index 0000000000..0b5e618fe1 --- /dev/null +++ b/testing/web-platform/meta/document-policy/reporting/document-write-report-only-tentative.html.ini @@ -0,0 +1,4 @@ +[document-write-report-only-tentative.html] + expected: TIMEOUT + [Document-write report only mode] + expected: TIMEOUT diff --git a/testing/web-platform/meta/document-policy/reporting/document-write-reporting-tentative.html.ini b/testing/web-platform/meta/document-policy/reporting/document-write-reporting-tentative.html.ini new file mode 100644 index 0000000000..5a96858c02 --- /dev/null +++ b/testing/web-platform/meta/document-policy/reporting/document-write-reporting-tentative.html.ini @@ -0,0 +1,3 @@ +[document-write-reporting-tentative.html] + [Document-write Report Format] + expected: FAIL diff --git a/testing/web-platform/meta/document-policy/reporting/lossy-images-max-bpp-reporting-onload-tentative.html.ini b/testing/web-platform/meta/document-policy/reporting/lossy-images-max-bpp-reporting-onload-tentative.html.ini new file mode 100644 index 0000000000..66c06f9211 --- /dev/null +++ b/testing/web-platform/meta/document-policy/reporting/lossy-images-max-bpp-reporting-onload-tentative.html.ini @@ -0,0 +1,4 @@ +[lossy-images-max-bpp-reporting-onload-tentative.html] + expected: TIMEOUT + [unoptimized-images Report Format] + expected: TIMEOUT diff --git a/testing/web-platform/meta/document-policy/reporting/lossy-images-max-bpp-reporting-tentative.html.ini b/testing/web-platform/meta/document-policy/reporting/lossy-images-max-bpp-reporting-tentative.html.ini new file mode 100644 index 0000000000..1613c010be --- /dev/null +++ b/testing/web-platform/meta/document-policy/reporting/lossy-images-max-bpp-reporting-tentative.html.ini @@ -0,0 +1,4 @@ +[lossy-images-max-bpp-reporting-tentative.html] + expected: TIMEOUT + [unoptimized-images Report Format] + expected: TIMEOUT diff --git a/testing/web-platform/meta/document-policy/reporting/oversized-images-reporting-tentative.html.ini b/testing/web-platform/meta/document-policy/reporting/oversized-images-reporting-tentative.html.ini new file mode 100644 index 0000000000..ea9cbb25d9 --- /dev/null +++ b/testing/web-platform/meta/document-policy/reporting/oversized-images-reporting-tentative.html.ini @@ -0,0 +1,4 @@ +[oversized-images-reporting-tentative.html] + expected: TIMEOUT + [oversized-images Report Format] + expected: TIMEOUT diff --git a/testing/web-platform/meta/document-policy/reporting/sync-script-reporting.html.ini b/testing/web-platform/meta/document-policy/reporting/sync-script-reporting.html.ini new file mode 100644 index 0000000000..d20a27ca78 --- /dev/null +++ b/testing/web-platform/meta/document-policy/reporting/sync-script-reporting.html.ini @@ -0,0 +1,4 @@ +[sync-script-reporting.html] + expected: TIMEOUT + [Sync-script Report Format] + expected: NOTRUN diff --git a/testing/web-platform/meta/document-policy/reporting/sync-xhr-report-only.html.ini b/testing/web-platform/meta/document-policy/reporting/sync-xhr-report-only.html.ini new file mode 100644 index 0000000000..f3400cae32 --- /dev/null +++ b/testing/web-platform/meta/document-policy/reporting/sync-xhr-report-only.html.ini @@ -0,0 +1,4 @@ +[sync-xhr-report-only.html] + expected: TIMEOUT + [Sync-xhr report only mode] + expected: TIMEOUT diff --git a/testing/web-platform/meta/document-policy/reporting/sync-xhr-reporting.html.ini b/testing/web-platform/meta/document-policy/reporting/sync-xhr-reporting.html.ini new file mode 100644 index 0000000000..6c25601d0f --- /dev/null +++ b/testing/web-platform/meta/document-policy/reporting/sync-xhr-reporting.html.ini @@ -0,0 +1,6 @@ +[sync-xhr-reporting.html] + expected: + if (os == "linux") and not debug: [OK, ERROR] + if (os == "android") and fission: [OK, TIMEOUT] + [Sync-xhr Report Format] + expected: FAIL diff --git a/testing/web-platform/meta/document-policy/reporting/unsized-media-reporting-tentative.html.ini b/testing/web-platform/meta/document-policy/reporting/unsized-media-reporting-tentative.html.ini new file mode 100644 index 0000000000..5334d1184b --- /dev/null +++ b/testing/web-platform/meta/document-policy/reporting/unsized-media-reporting-tentative.html.ini @@ -0,0 +1,4 @@ +[unsized-media-reporting-tentative.html] + expected: TIMEOUT + [Unsized-media Report Format] + expected: TIMEOUT -- cgit v1.2.3