mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
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:
parent
27527adf35
commit
73ee36be00
14 changed files with 208 additions and 0 deletions
2
tests/wpt/include.ini
vendored
2
tests/wpt/include.ini
vendored
|
@ -216,6 +216,8 @@ skip: true
|
|||
skip: true
|
||||
[srcdoc.meta]
|
||||
skip: true
|
||||
[reporting]
|
||||
skip: false
|
||||
[resize-observer]
|
||||
skip: false
|
||||
[resource-timing]
|
||||
|
|
3
tests/wpt/meta/reporting/cross-origin-report-no-credentials.https.sub.html.ini
vendored
Normal file
3
tests/wpt/meta/reporting/cross-origin-report-no-credentials.https.sub.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[cross-origin-report-no-credentials.https.sub.html]
|
||||
[Reporting endpoints did not receive credentials.]
|
||||
expected: FAIL
|
3
tests/wpt/meta/reporting/cross-origin-reports-isolated.https.sub.html.ini
vendored
Normal file
3
tests/wpt/meta/reporting/cross-origin-reports-isolated.https.sub.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[cross-origin-reports-isolated.https.sub.html]
|
||||
[Reports were sent in two requests.]
|
||||
expected: FAIL
|
3
tests/wpt/meta/reporting/cross-origin-same-site-credentials.https.sub.html.ini
vendored
Normal file
3
tests/wpt/meta/reporting/cross-origin-same-site-credentials.https.sub.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[cross-origin-same-site-credentials.https.sub.html]
|
||||
[Reporting endpoints received credentials.]
|
||||
expected: FAIL
|
6
tests/wpt/meta/reporting/document-reporting-bypass-report-to.https.sub.html.ini
vendored
Normal file
6
tests/wpt/meta/reporting/document-reporting-bypass-report-to.https.sub.html.ini
vendored
Normal 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
|
3
tests/wpt/meta/reporting/document-reporting-destroy-after-document-close.https.sub.html.ini
vendored
Normal file
3
tests/wpt/meta/reporting/document-reporting-destroy-after-document-close.https.sub.html.ini
vendored
Normal 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
|
9
tests/wpt/meta/reporting/document-reporting-named-endpoints.https.sub.html.ini
vendored
Normal file
9
tests/wpt/meta/reporting/document-reporting-named-endpoints.https.sub.html.ini
vendored
Normal 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
|
3
tests/wpt/meta/reporting/document-reporting-not-batch-different-document.https.html.ini
vendored
Normal file
3
tests/wpt/meta/reporting/document-reporting-not-batch-different-document.https.html.ini
vendored
Normal 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
|
6
tests/wpt/meta/reporting/document-reporting-override-endpoint.https.sub.html.ini
vendored
Normal file
6
tests/wpt/meta/reporting/document-reporting-override-endpoint.https.sub.html.ini
vendored
Normal 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
|
158
tests/wpt/meta/reporting/idlharness.any.js.ini
vendored
Normal file
158
tests/wpt/meta/reporting/idlharness.any.js.ini
vendored
Normal 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
|
3
tests/wpt/meta/reporting/reporting-isolated-across-navigations.https.sub.html.ini
vendored
Normal file
3
tests/wpt/meta/reporting/reporting-isolated-across-navigations.https.sub.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[reporting-isolated-across-navigations.https.sub.html]
|
||||
[Reports should be sent to the correct endpoints]
|
||||
expected: FAIL
|
3
tests/wpt/meta/reporting/same-origin-cross-site-credentials.https.sub.html.ini
vendored
Normal file
3
tests/wpt/meta/reporting/same-origin-cross-site-credentials.https.sub.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[same-origin-cross-site-credentials.https.sub.html]
|
||||
[Reporting endpoints received credentials.]
|
||||
expected: FAIL
|
3
tests/wpt/meta/reporting/same-origin-report-credentials.https.sub.html.ini
vendored
Normal file
3
tests/wpt/meta/reporting/same-origin-report-credentials.https.sub.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[same-origin-report-credentials.https.sub.html]
|
||||
[Reporting endpoints received credentials.]
|
||||
expected: FAIL
|
3
tests/wpt/meta/reporting/same-origin-same-site-credentials.https.sub.html.ini
vendored
Normal file
3
tests/wpt/meta/reporting/same-origin-same-site-credentials.https.sub.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[same-origin-same-site-credentials.https.sub.html]
|
||||
[Reporting endpoints received credentials.]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue