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 --- .../reporting/camera-reporting.https.html | 34 +++++++++++++ .../reporting/camera-reporting.https.html.headers | 1 + .../reporting/encrypted-media-reporting.https.html | 37 ++++++++++++++ .../encrypted-media-reporting.https.html.headers | 1 + .../reporting/fullscreen-reporting.html | 45 +++++++++++++++++ .../reporting/fullscreen-reporting.html.headers | 1 + .../reporting/generic-sensor-reporting.https.html | 55 +++++++++++++++++++++ .../generic-sensor-reporting.https.html.headers | 1 + .../reporting/geolocation-reporting.https.html | 30 +++++++++++ .../geolocation-reporting.https.html.headers | 1 + .../tests/feature-policy/reporting/image.bmp | Bin 0 -> 6538 bytes .../reporting/microphone-reporting.https.html | 34 +++++++++++++ .../microphone-reporting.https.html.headers | 1 + .../reporting/midi-reporting.https.html | 32 ++++++++++++ .../reporting/midi-reporting.https.html.headers | 1 + .../reporting/payment-reporting.https.html | 37 ++++++++++++++ .../reporting/payment-reporting.https.html.headers | 1 + .../reporting/picture-in-picture-reporting.html | 46 +++++++++++++++++ .../picture-in-picture-reporting.html.headers | 1 + .../reporting/serial-reporting.https.html | 54 ++++++++++++++++++++ .../reporting/serial-reporting.https.html.headers | 1 + .../reporting/sync-xhr-reporting.html | 36 ++++++++++++++ .../reporting/sync-xhr-reporting.html.headers | 1 + .../reporting/usb-reporting.https.html | 30 +++++++++++ .../reporting/usb-reporting.https.html.headers | 1 + .../reporting/vr-report-only.https.html | 30 +++++++++++ .../reporting/vr-report-only.https.html.headers | 1 + .../reporting/vr-reporting.https.html | 32 ++++++++++++ .../reporting/vr-reporting.https.html.headers | 1 + .../reporting/xr-reporting.https.html | 33 +++++++++++++ .../reporting/xr-reporting.https.html.headers | 1 + 31 files changed, 580 insertions(+) create mode 100644 testing/web-platform/tests/feature-policy/reporting/camera-reporting.https.html create mode 100644 testing/web-platform/tests/feature-policy/reporting/camera-reporting.https.html.headers create mode 100644 testing/web-platform/tests/feature-policy/reporting/encrypted-media-reporting.https.html create mode 100644 testing/web-platform/tests/feature-policy/reporting/encrypted-media-reporting.https.html.headers create mode 100644 testing/web-platform/tests/feature-policy/reporting/fullscreen-reporting.html create mode 100644 testing/web-platform/tests/feature-policy/reporting/fullscreen-reporting.html.headers create mode 100644 testing/web-platform/tests/feature-policy/reporting/generic-sensor-reporting.https.html create mode 100644 testing/web-platform/tests/feature-policy/reporting/generic-sensor-reporting.https.html.headers create mode 100644 testing/web-platform/tests/feature-policy/reporting/geolocation-reporting.https.html create mode 100644 testing/web-platform/tests/feature-policy/reporting/geolocation-reporting.https.html.headers create mode 100644 testing/web-platform/tests/feature-policy/reporting/image.bmp create mode 100644 testing/web-platform/tests/feature-policy/reporting/microphone-reporting.https.html create mode 100644 testing/web-platform/tests/feature-policy/reporting/microphone-reporting.https.html.headers create mode 100644 testing/web-platform/tests/feature-policy/reporting/midi-reporting.https.html create mode 100644 testing/web-platform/tests/feature-policy/reporting/midi-reporting.https.html.headers create mode 100644 testing/web-platform/tests/feature-policy/reporting/payment-reporting.https.html create mode 100644 testing/web-platform/tests/feature-policy/reporting/payment-reporting.https.html.headers create mode 100644 testing/web-platform/tests/feature-policy/reporting/picture-in-picture-reporting.html create mode 100644 testing/web-platform/tests/feature-policy/reporting/picture-in-picture-reporting.html.headers create mode 100644 testing/web-platform/tests/feature-policy/reporting/serial-reporting.https.html create mode 100644 testing/web-platform/tests/feature-policy/reporting/serial-reporting.https.html.headers create mode 100644 testing/web-platform/tests/feature-policy/reporting/sync-xhr-reporting.html create mode 100644 testing/web-platform/tests/feature-policy/reporting/sync-xhr-reporting.html.headers create mode 100644 testing/web-platform/tests/feature-policy/reporting/usb-reporting.https.html create mode 100644 testing/web-platform/tests/feature-policy/reporting/usb-reporting.https.html.headers create mode 100644 testing/web-platform/tests/feature-policy/reporting/vr-report-only.https.html create mode 100644 testing/web-platform/tests/feature-policy/reporting/vr-report-only.https.html.headers create mode 100644 testing/web-platform/tests/feature-policy/reporting/vr-reporting.https.html create mode 100644 testing/web-platform/tests/feature-policy/reporting/vr-reporting.https.html.headers create mode 100644 testing/web-platform/tests/feature-policy/reporting/xr-reporting.https.html create mode 100644 testing/web-platform/tests/feature-policy/reporting/xr-reporting.https.html.headers (limited to 'testing/web-platform/tests/feature-policy/reporting') diff --git a/testing/web-platform/tests/feature-policy/reporting/camera-reporting.https.html b/testing/web-platform/tests/feature-policy/reporting/camera-reporting.https.html new file mode 100644 index 0000000000..708d3fa525 --- /dev/null +++ b/testing/web-platform/tests/feature-policy/reporting/camera-reporting.https.html @@ -0,0 +1,34 @@ + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/feature-policy/reporting/camera-reporting.https.html.headers b/testing/web-platform/tests/feature-policy/reporting/camera-reporting.https.html.headers new file mode 100644 index 0000000000..2adc5e237f --- /dev/null +++ b/testing/web-platform/tests/feature-policy/reporting/camera-reporting.https.html.headers @@ -0,0 +1 @@ +Feature-Policy: camera 'none' diff --git a/testing/web-platform/tests/feature-policy/reporting/encrypted-media-reporting.https.html b/testing/web-platform/tests/feature-policy/reporting/encrypted-media-reporting.https.html new file mode 100644 index 0000000000..32a5a2cc48 --- /dev/null +++ b/testing/web-platform/tests/feature-policy/reporting/encrypted-media-reporting.https.html @@ -0,0 +1,37 @@ + + + + + + + + + + diff --git a/testing/web-platform/tests/feature-policy/reporting/encrypted-media-reporting.https.html.headers b/testing/web-platform/tests/feature-policy/reporting/encrypted-media-reporting.https.html.headers new file mode 100644 index 0000000000..73753a2e41 --- /dev/null +++ b/testing/web-platform/tests/feature-policy/reporting/encrypted-media-reporting.https.html.headers @@ -0,0 +1 @@ +Feature-Policy: encrypted-media 'none' diff --git a/testing/web-platform/tests/feature-policy/reporting/fullscreen-reporting.html b/testing/web-platform/tests/feature-policy/reporting/fullscreen-reporting.html new file mode 100644 index 0000000000..d7b905744d --- /dev/null +++ b/testing/web-platform/tests/feature-policy/reporting/fullscreen-reporting.html @@ -0,0 +1,45 @@ + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/feature-policy/reporting/fullscreen-reporting.html.headers b/testing/web-platform/tests/feature-policy/reporting/fullscreen-reporting.html.headers new file mode 100644 index 0000000000..d35e48ba40 --- /dev/null +++ b/testing/web-platform/tests/feature-policy/reporting/fullscreen-reporting.html.headers @@ -0,0 +1 @@ +Feature-Policy: fullscreen 'none' diff --git a/testing/web-platform/tests/feature-policy/reporting/generic-sensor-reporting.https.html b/testing/web-platform/tests/feature-policy/reporting/generic-sensor-reporting.https.html new file mode 100644 index 0000000000..c29c069ee3 --- /dev/null +++ b/testing/web-platform/tests/feature-policy/reporting/generic-sensor-reporting.https.html @@ -0,0 +1,55 @@ + + + + + + + + + + diff --git a/testing/web-platform/tests/feature-policy/reporting/generic-sensor-reporting.https.html.headers b/testing/web-platform/tests/feature-policy/reporting/generic-sensor-reporting.https.html.headers new file mode 100644 index 0000000000..80cc027530 --- /dev/null +++ b/testing/web-platform/tests/feature-policy/reporting/generic-sensor-reporting.https.html.headers @@ -0,0 +1 @@ +Feature-Policy: ambient-light-sensor 'none'; accelerometer 'none'; gyroscope 'none'; magnetometer 'none' diff --git a/testing/web-platform/tests/feature-policy/reporting/geolocation-reporting.https.html b/testing/web-platform/tests/feature-policy/reporting/geolocation-reporting.https.html new file mode 100644 index 0000000000..e0eb275bcc --- /dev/null +++ b/testing/web-platform/tests/feature-policy/reporting/geolocation-reporting.https.html @@ -0,0 +1,30 @@ + + + + + + + + + + diff --git a/testing/web-platform/tests/feature-policy/reporting/geolocation-reporting.https.html.headers b/testing/web-platform/tests/feature-policy/reporting/geolocation-reporting.https.html.headers new file mode 100644 index 0000000000..7e75481ea6 --- /dev/null +++ b/testing/web-platform/tests/feature-policy/reporting/geolocation-reporting.https.html.headers @@ -0,0 +1 @@ +Feature-Policy: geolocation 'none' diff --git a/testing/web-platform/tests/feature-policy/reporting/image.bmp b/testing/web-platform/tests/feature-policy/reporting/image.bmp new file mode 100644 index 0000000000..f2b88690fc Binary files /dev/null and b/testing/web-platform/tests/feature-policy/reporting/image.bmp differ diff --git a/testing/web-platform/tests/feature-policy/reporting/microphone-reporting.https.html b/testing/web-platform/tests/feature-policy/reporting/microphone-reporting.https.html new file mode 100644 index 0000000000..14ae976cde --- /dev/null +++ b/testing/web-platform/tests/feature-policy/reporting/microphone-reporting.https.html @@ -0,0 +1,34 @@ + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/feature-policy/reporting/microphone-reporting.https.html.headers b/testing/web-platform/tests/feature-policy/reporting/microphone-reporting.https.html.headers new file mode 100644 index 0000000000..a86e0a0778 --- /dev/null +++ b/testing/web-platform/tests/feature-policy/reporting/microphone-reporting.https.html.headers @@ -0,0 +1 @@ +Feature-Policy: microphone 'none' diff --git a/testing/web-platform/tests/feature-policy/reporting/midi-reporting.https.html b/testing/web-platform/tests/feature-policy/reporting/midi-reporting.https.html new file mode 100644 index 0000000000..6cc07f5371 --- /dev/null +++ b/testing/web-platform/tests/feature-policy/reporting/midi-reporting.https.html @@ -0,0 +1,32 @@ + + + + + + + + + + diff --git a/testing/web-platform/tests/feature-policy/reporting/midi-reporting.https.html.headers b/testing/web-platform/tests/feature-policy/reporting/midi-reporting.https.html.headers new file mode 100644 index 0000000000..0e145978a0 --- /dev/null +++ b/testing/web-platform/tests/feature-policy/reporting/midi-reporting.https.html.headers @@ -0,0 +1 @@ +Feature-Policy: midi 'none' diff --git a/testing/web-platform/tests/feature-policy/reporting/payment-reporting.https.html b/testing/web-platform/tests/feature-policy/reporting/payment-reporting.https.html new file mode 100644 index 0000000000..3c04db864d --- /dev/null +++ b/testing/web-platform/tests/feature-policy/reporting/payment-reporting.https.html @@ -0,0 +1,37 @@ + + + + + + + + + + + diff --git a/testing/web-platform/tests/feature-policy/reporting/payment-reporting.https.html.headers b/testing/web-platform/tests/feature-policy/reporting/payment-reporting.https.html.headers new file mode 100644 index 0000000000..a2836778bc --- /dev/null +++ b/testing/web-platform/tests/feature-policy/reporting/payment-reporting.https.html.headers @@ -0,0 +1 @@ +Feature-Policy: payment 'none' diff --git a/testing/web-platform/tests/feature-policy/reporting/picture-in-picture-reporting.html b/testing/web-platform/tests/feature-policy/reporting/picture-in-picture-reporting.html new file mode 100644 index 0000000000..177e4d5c02 --- /dev/null +++ b/testing/web-platform/tests/feature-policy/reporting/picture-in-picture-reporting.html @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/feature-policy/reporting/picture-in-picture-reporting.html.headers b/testing/web-platform/tests/feature-policy/reporting/picture-in-picture-reporting.html.headers new file mode 100644 index 0000000000..1759381fdc --- /dev/null +++ b/testing/web-platform/tests/feature-policy/reporting/picture-in-picture-reporting.html.headers @@ -0,0 +1 @@ +Feature-Policy: picture-in-picture 'none' diff --git a/testing/web-platform/tests/feature-policy/reporting/serial-reporting.https.html b/testing/web-platform/tests/feature-policy/reporting/serial-reporting.https.html new file mode 100644 index 0000000000..c96d8f878a --- /dev/null +++ b/testing/web-platform/tests/feature-policy/reporting/serial-reporting.https.html @@ -0,0 +1,54 @@ + + + + + + + + + + + + diff --git a/testing/web-platform/tests/feature-policy/reporting/serial-reporting.https.html.headers b/testing/web-platform/tests/feature-policy/reporting/serial-reporting.https.html.headers new file mode 100644 index 0000000000..be3e6afd42 --- /dev/null +++ b/testing/web-platform/tests/feature-policy/reporting/serial-reporting.https.html.headers @@ -0,0 +1 @@ +Feature-Policy: serial 'none' diff --git a/testing/web-platform/tests/feature-policy/reporting/sync-xhr-reporting.html b/testing/web-platform/tests/feature-policy/reporting/sync-xhr-reporting.html new file mode 100644 index 0000000000..416edf0cbb --- /dev/null +++ b/testing/web-platform/tests/feature-policy/reporting/sync-xhr-reporting.html @@ -0,0 +1,36 @@ + + + + + + + + + + + diff --git a/testing/web-platform/tests/feature-policy/reporting/sync-xhr-reporting.html.headers b/testing/web-platform/tests/feature-policy/reporting/sync-xhr-reporting.html.headers new file mode 100644 index 0000000000..21a909e1fb --- /dev/null +++ b/testing/web-platform/tests/feature-policy/reporting/sync-xhr-reporting.html.headers @@ -0,0 +1 @@ +Feature-Policy: sync-xhr 'none' diff --git a/testing/web-platform/tests/feature-policy/reporting/usb-reporting.https.html b/testing/web-platform/tests/feature-policy/reporting/usb-reporting.https.html new file mode 100644 index 0000000000..1ec5ba4370 --- /dev/null +++ b/testing/web-platform/tests/feature-policy/reporting/usb-reporting.https.html @@ -0,0 +1,30 @@ + + + + + + + + + + diff --git a/testing/web-platform/tests/feature-policy/reporting/usb-reporting.https.html.headers b/testing/web-platform/tests/feature-policy/reporting/usb-reporting.https.html.headers new file mode 100644 index 0000000000..4fd1e26936 --- /dev/null +++ b/testing/web-platform/tests/feature-policy/reporting/usb-reporting.https.html.headers @@ -0,0 +1 @@ +Feature-Policy: usb 'none' diff --git a/testing/web-platform/tests/feature-policy/reporting/vr-report-only.https.html b/testing/web-platform/tests/feature-policy/reporting/vr-report-only.https.html new file mode 100644 index 0000000000..b64a2015f7 --- /dev/null +++ b/testing/web-platform/tests/feature-policy/reporting/vr-report-only.https.html @@ -0,0 +1,30 @@ + + + + + + + + + + diff --git a/testing/web-platform/tests/feature-policy/reporting/vr-report-only.https.html.headers b/testing/web-platform/tests/feature-policy/reporting/vr-report-only.https.html.headers new file mode 100644 index 0000000000..0761021f45 --- /dev/null +++ b/testing/web-platform/tests/feature-policy/reporting/vr-report-only.https.html.headers @@ -0,0 +1 @@ +Feature-Policy-Report-Only: vr 'none' diff --git a/testing/web-platform/tests/feature-policy/reporting/vr-reporting.https.html b/testing/web-platform/tests/feature-policy/reporting/vr-reporting.https.html new file mode 100644 index 0000000000..b47f7e187e --- /dev/null +++ b/testing/web-platform/tests/feature-policy/reporting/vr-reporting.https.html @@ -0,0 +1,32 @@ + + + + + + + + + + diff --git a/testing/web-platform/tests/feature-policy/reporting/vr-reporting.https.html.headers b/testing/web-platform/tests/feature-policy/reporting/vr-reporting.https.html.headers new file mode 100644 index 0000000000..d021af7563 --- /dev/null +++ b/testing/web-platform/tests/feature-policy/reporting/vr-reporting.https.html.headers @@ -0,0 +1 @@ +Feature-Policy: vr 'none' diff --git a/testing/web-platform/tests/feature-policy/reporting/xr-reporting.https.html b/testing/web-platform/tests/feature-policy/reporting/xr-reporting.https.html new file mode 100644 index 0000000000..d87d4fb028 --- /dev/null +++ b/testing/web-platform/tests/feature-policy/reporting/xr-reporting.https.html @@ -0,0 +1,33 @@ + + + + + + + + + + diff --git a/testing/web-platform/tests/feature-policy/reporting/xr-reporting.https.html.headers b/testing/web-platform/tests/feature-policy/reporting/xr-reporting.https.html.headers new file mode 100644 index 0000000000..2c75896233 --- /dev/null +++ b/testing/web-platform/tests/feature-policy/reporting/xr-reporting.https.html.headers @@ -0,0 +1 @@ +Feature-Policy: xr-spatial-tracking 'none' -- cgit v1.2.3