mirror of
https://github.com/servo/servo.git
synced 2025-08-30 09:38:19 +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
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
|
Loading…
Add table
Add a link
Reference in a new issue