mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
* Implement Event.composed flag Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Allow composed events to pass shadow boundaries Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Update WPT expectations Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
154 lines
5.6 KiB
INI
Vendored
154 lines
5.6 KiB
INI
Vendored
[idlharness.any.serviceworker.html]
|
|
expected: ERROR
|
|
|
|
[idlharness.any.sharedworker.html]
|
|
expected: ERROR
|
|
|
|
[idlharness.any.worker.html]
|
|
[AbortController interface: attribute signal]
|
|
expected: FAIL
|
|
|
|
[AbortController interface: operation abort()]
|
|
expected: FAIL
|
|
|
|
[AbortController interface: new AbortController() must inherit property "signal" with the proper type]
|
|
expected: FAIL
|
|
|
|
[AbortController interface: new AbortController() must inherit property "abort()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface object length]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface object name]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: operation abort()]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: attribute aborted]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: attribute onabort]
|
|
expected: FAIL
|
|
|
|
[AbortSignal must be primary interface of new AbortController().signal]
|
|
expected: FAIL
|
|
|
|
[Stringification of new AbortController().signal]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: new AbortController().signal must inherit property "abort()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: new AbortController().signal must inherit property "aborted" with the proper type]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: new AbortController().signal must inherit property "onabort" with the proper type]
|
|
expected: FAIL
|
|
|
|
[EventTarget interface: new AbortController().signal must inherit property "addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean))" with the proper type]
|
|
expected: FAIL
|
|
|
|
[EventTarget interface: calling addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean)) on new AbortController().signal with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[EventTarget interface: new AbortController().signal must inherit property "removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean))" with the proper type]
|
|
expected: FAIL
|
|
|
|
[EventTarget interface: calling removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean)) on new AbortController().signal with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[EventTarget interface: new AbortController().signal must inherit property "dispatchEvent(Event)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[EventTarget interface: calling dispatchEvent(Event) on new AbortController().signal with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: operation abort(optional any)]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: attribute reason]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: operation throwIfAborted()]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: new AbortController().signal must inherit property "abort(optional any)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: calling abort(optional any) on new AbortController().signal with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: new AbortController().signal must inherit property "reason" with the proper type]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: new AbortController().signal must inherit property "throwIfAborted()" with the proper type]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: operation timeout(unsigned long long)]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: new AbortController().signal must inherit property "timeout(unsigned long long)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: calling timeout(unsigned long long) on new AbortController().signal with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: operation any(sequence<AbortSignal>)]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: new AbortController().signal must inherit property "any(sequence<AbortSignal>)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[AbortSignal interface: calling any(sequence<AbortSignal>) on new AbortController().signal with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[AbortController interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[AbortController interface object length]
|
|
expected: FAIL
|
|
|
|
[AbortController interface object name]
|
|
expected: FAIL
|
|
|
|
[AbortController interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[AbortController interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[AbortController interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[AbortController interface: operation abort(optional any)]
|
|
expected: FAIL
|
|
|
|
[AbortController must be primary interface of new AbortController()]
|
|
expected: FAIL
|
|
|
|
[Stringification of new AbortController()]
|
|
expected: FAIL
|
|
|
|
[AbortController interface: new AbortController() must inherit property "abort(optional any)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[AbortController interface: calling abort(optional any) on new AbortController() with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
|
|
[idlharness.any.shadowrealm-in-window.html]
|
|
expected: ERROR
|