Add WPT baseline for reporting API (#37341)

Part of #37328

Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
This commit is contained in:
Tim van der Lippe 2025-06-09 12:16:19 +02:00 committed by GitHub
parent 27527adf35
commit 73ee36be00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 208 additions and 0 deletions

View file

@ -216,6 +216,8 @@ skip: true
skip: true
[srcdoc.meta]
skip: true
[reporting]
skip: false
[resize-observer]
skip: false
[resource-timing]

View file

@ -0,0 +1,3 @@
[cross-origin-report-no-credentials.https.sub.html]
[Reporting endpoints did not receive credentials.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[cross-origin-reports-isolated.https.sub.html]
[Reports were sent in two requests.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[cross-origin-same-site-credentials.https.sub.html]
[Reporting endpoints received credentials.]
expected: FAIL

View file

@ -0,0 +1,6 @@
[document-reporting-bypass-report-to.https.sub.html]
[document policy violation observed]
expected: FAIL
[Only the Reporting-Endpoints configured endpoint received reports.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[document-reporting-destroy-after-document-close.https.sub.html]
[No more reports received after navigation to same document without endpoint header]
expected: FAIL

View file

@ -0,0 +1,9 @@
[document-reporting-named-endpoints.https.sub.html]
[csp violation report observed]
expected: FAIL
[document policy violation observed]
expected: FAIL
[Reporting endpoints received reports.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[document-reporting-not-batch-different-document.https.html]
[Reports are not batched for same url in different document.]
expected: FAIL

View file

@ -0,0 +1,6 @@
[document-reporting-override-endpoint.https.sub.html]
[document policy violation observed]
expected: FAIL
[Only the second reporting endpoint received reports.]
expected: FAIL

View file

@ -0,0 +1,158 @@
[idlharness.any.html]
[ReportBody interface: existence and properties of interface object]
expected: FAIL
[ReportBody interface object length]
expected: FAIL
[ReportBody interface object name]
expected: FAIL
[ReportBody interface: existence and properties of interface prototype object]
expected: FAIL
[ReportBody interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[ReportBody interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[ReportBody interface: operation toJSON()]
expected: FAIL
[Report interface: existence and properties of interface object]
expected: FAIL
[Report interface object length]
expected: FAIL
[Report interface object name]
expected: FAIL
[Report interface: existence and properties of interface prototype object]
expected: FAIL
[Report interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[Report interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[Report interface: operation toJSON()]
expected: FAIL
[Report interface: attribute type]
expected: FAIL
[Report interface: attribute url]
expected: FAIL
[Report interface: attribute body]
expected: FAIL
[ReportingObserver interface: existence and properties of interface object]
expected: FAIL
[ReportingObserver interface object length]
expected: FAIL
[ReportingObserver interface object name]
expected: FAIL
[ReportingObserver interface: existence and properties of interface prototype object]
expected: FAIL
[ReportingObserver interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[ReportingObserver interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[ReportingObserver interface: operation observe()]
expected: FAIL
[ReportingObserver interface: operation disconnect()]
expected: FAIL
[ReportingObserver interface: operation takeRecords()]
expected: FAIL
[idlharness.any.worker.html]
[ReportBody interface: existence and properties of interface object]
expected: FAIL
[ReportBody interface object length]
expected: FAIL
[ReportBody interface object name]
expected: FAIL
[ReportBody interface: existence and properties of interface prototype object]
expected: FAIL
[ReportBody interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[ReportBody interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[ReportBody interface: operation toJSON()]
expected: FAIL
[Report interface: existence and properties of interface object]
expected: FAIL
[Report interface object length]
expected: FAIL
[Report interface object name]
expected: FAIL
[Report interface: existence and properties of interface prototype object]
expected: FAIL
[Report interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[Report interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[Report interface: operation toJSON()]
expected: FAIL
[Report interface: attribute type]
expected: FAIL
[Report interface: attribute url]
expected: FAIL
[Report interface: attribute body]
expected: FAIL
[ReportingObserver interface: existence and properties of interface object]
expected: FAIL
[ReportingObserver interface object length]
expected: FAIL
[ReportingObserver interface object name]
expected: FAIL
[ReportingObserver interface: existence and properties of interface prototype object]
expected: FAIL
[ReportingObserver interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[ReportingObserver interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[ReportingObserver interface: operation observe()]
expected: FAIL
[ReportingObserver interface: operation disconnect()]
expected: FAIL
[ReportingObserver interface: operation takeRecords()]
expected: FAIL

View file

@ -0,0 +1,3 @@
[reporting-isolated-across-navigations.https.sub.html]
[Reports should be sent to the correct endpoints]
expected: FAIL

View file

@ -0,0 +1,3 @@
[same-origin-cross-site-credentials.https.sub.html]
[Reporting endpoints received credentials.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[same-origin-report-credentials.https.sub.html]
[Reporting endpoints received credentials.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[same-origin-same-site-credentials.https.sub.html]
[Reporting endpoints received credentials.]
expected: FAIL