Rename metadata directories

This renames:
 - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
 - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
 - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
 - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
This commit is contained in:
Martin Robinson 2023-06-22 14:35:02 +02:00
parent cfd24f00bc
commit f4578afdfe
No known key found for this signature in database
GPG key ID: D56AA4FA55EFE6F8
23708 changed files with 772645 additions and 694 deletions

View file

@ -0,0 +1,32 @@
[AbortSignal.any.html]
[the AbortSignal.abort() static returns an already aborted signal]
expected: FAIL
[signal returned by AbortSignal.abort() should not fire abort event]
expected: FAIL
[AbortSignal.timeout() returns a non-aborted signal]
expected: FAIL
[Signal returned by AbortSignal.timeout() times out]
expected: FAIL
[AbortSignal timeouts fire in order]
expected: FAIL
[AbortSignal.any.worker.html]
[the AbortSignal.abort() static returns an already aborted signal]
expected: FAIL
[signal returned by AbortSignal.abort() should not fire abort event]
expected: FAIL
[AbortSignal.timeout() returns a non-aborted signal]
expected: FAIL
[Signal returned by AbortSignal.timeout() times out]
expected: FAIL
[AbortSignal timeouts fire in order]
expected: FAIL

View file

@ -0,0 +1,5 @@
[abort-signal-any.tentative.any.html]
expected: ERROR
[abort-signal-any.tentative.any.worker.html]
expected: ERROR

View file

@ -0,0 +1,3 @@
[abort-signal-timeout.html]
[Signal returned by AbortSignal.timeout() is not aborted after frame detach]
expected: FAIL

View file

@ -0,0 +1,10 @@
[addEventListenerAbortController.tentative.html]
[Tests support for EventController to cancel event listeners in addEventListener.]
expected: FAIL
[Tests support for EventController to cancel capture event listeners in addEventListener.]
expected: FAIL
[Passing an AbortSignal to addEventListener options should allow removing a listener]
expected: FAIL

View file

@ -0,0 +1,98 @@
[event.any.html]
[AbortController abort() should fire event synchronously]
expected: FAIL
[controller.signal should always return the same object]
expected: FAIL
[controller.abort() should do nothing the second time it is called]
expected: FAIL
[event handler should not be called if added after controller.abort()]
expected: FAIL
[the abort event should have the right properties]
expected: FAIL
[AbortController abort(reason) should set signal.reason]
expected: FAIL
[aborting AbortController without reason creates an "AbortError" DOMException]
expected: FAIL
[AbortController abort(undefined) creates an "AbortError" DOMException]
expected: FAIL
[AbortController abort(null) should set signal.reason]
expected: FAIL
[static aborting signal should have right properties]
expected: FAIL
[static aborting signal with reason should set signal.reason]
expected: FAIL
[throwIfAborted() should throw abort.reason if signal aborted]
expected: FAIL
[throwIfAborted() should throw primitive abort.reason if signal aborted]
expected: FAIL
[throwIfAborted() should not throw if signal not aborted]
expected: FAIL
[AbortSignal.reason returns the same DOMException]
expected: FAIL
[AbortController.signal.reason returns the same DOMException]
expected: FAIL
[event.any.worker.html]
[AbortController abort() should fire event synchronously]
expected: FAIL
[controller.signal should always return the same object]
expected: FAIL
[controller.abort() should do nothing the second time it is called]
expected: FAIL
[event handler should not be called if added after controller.abort()]
expected: FAIL
[the abort event should have the right properties]
expected: FAIL
[AbortController abort(reason) should set signal.reason]
expected: FAIL
[aborting AbortController without reason creates an "AbortError" DOMException]
expected: FAIL
[AbortController abort(undefined) creates an "AbortError" DOMException]
expected: FAIL
[AbortController abort(null) should set signal.reason]
expected: FAIL
[static aborting signal should have right properties]
expected: FAIL
[static aborting signal with reason should set signal.reason]
expected: FAIL
[throwIfAborted() should throw abort.reason if signal aborted]
expected: FAIL
[throwIfAborted() should throw primitive abort.reason if signal aborted]
expected: FAIL
[throwIfAborted() should not throw if signal not aborted]
expected: FAIL
[AbortSignal.reason returns the same DOMException]
expected: FAIL
[AbortController.signal.reason returns the same DOMException]
expected: FAIL

View file

@ -0,0 +1,3 @@
[reason-constructor.html]
[AbortSignal.reason.constructor should be from iframe]
expected: FAIL

View file

@ -0,0 +1,26 @@
[AddEventListenerOptions-passive.any.worker.html]
[Supports passive option on addEventListener only]
expected: FAIL
[preventDefault should be ignored if-and-only-if the passive option is true]
expected: FAIL
[returnValue should be ignored if-and-only-if the passive option is true]
expected: FAIL
[passive behavior of one listener should be unaffected by the presence of other listeners]
expected: FAIL
[AddEventListenerOptions-passive.any.html]
[Supports passive option on addEventListener only]
expected: FAIL
[preventDefault should be ignored if-and-only-if the passive option is true]
expected: FAIL
[returnValue should be ignored if-and-only-if the passive option is true]
expected: FAIL
[passive behavior of one listener should be unaffected by the presence of other listeners]
expected: FAIL

View file

@ -0,0 +1,68 @@
[AddEventListenerOptions-signal.any.html]
[Passing an AbortSignal to addEventListener works with the once flag]
expected: FAIL
[Adding then aborting a listener in another listener does not call it]
expected: FAIL
[Passing an AbortSignal to addEventListener works with the capture flag]
expected: FAIL
[Aborting from a listener does not call future listeners]
expected: FAIL
[Passing an AbortSignal to multiple listeners]
expected: FAIL
[Passing an AbortSignal to addEventListener does not prevent removeEventListener]
expected: FAIL
[Aborting from a nested listener should remove it]
expected: FAIL
[Removing a once listener works with a passed signal]
expected: FAIL
[Passing an AbortSignal to addEventListener options should allow removing a listener]
expected: FAIL
[Passing null as the signal should throw]
expected: FAIL
[Passing null as the signal should throw (listener is also null)]
expected: FAIL
[AddEventListenerOptions-signal.any.worker.html]
[Passing an AbortSignal to addEventListener works with the once flag]
expected: FAIL
[Adding then aborting a listener in another listener does not call it]
expected: FAIL
[Passing an AbortSignal to addEventListener works with the capture flag]
expected: FAIL
[Aborting from a listener does not call future listeners]
expected: FAIL
[Passing an AbortSignal to multiple listeners]
expected: FAIL
[Passing an AbortSignal to addEventListener does not prevent removeEventListener]
expected: FAIL
[Aborting from a nested listener should remove it]
expected: FAIL
[Removing a once listener works with a passed signal]
expected: FAIL
[Passing an AbortSignal to addEventListener options should allow removing a listener]
expected: FAIL
[Passing null as the signal should throw]
expected: FAIL
[Passing null as the signal should throw (listener is also null)]
expected: FAIL

View file

@ -0,0 +1,42 @@
[Body-FrameSet-Event-Handlers.html]
[Reflect HTMLBodyElement.onblur]
expected: FAIL
[Forward HTMLBodyElement.onblur to Window]
expected: FAIL
[Reflect HTMLFrameSetElement.onblur]
expected: FAIL
[Forward HTMLFrameSetElement.onblur to Window]
expected: FAIL
[Reflect HTMLFrameSetElement.onerror]
expected: FAIL
[Forward HTMLFrameSetElement.onerror to Window]
expected: FAIL
[Reflect HTMLFrameSetElement.onfocus]
expected: FAIL
[Forward HTMLFrameSetElement.onfocus to Window]
expected: FAIL
[Reflect HTMLFrameSetElement.onload]
expected: FAIL
[Forward HTMLFrameSetElement.onload to Window]
expected: FAIL
[Reflect HTMLFrameSetElement.onscroll]
expected: FAIL
[Forward HTMLFrameSetElement.onscroll to Window]
expected: FAIL
[Reflect HTMLFrameSetElement.onresize]
expected: FAIL
[Forward HTMLFrameSetElement.onresize to Window]
expected: FAIL

View file

@ -0,0 +1,6 @@
[Event-dispatch-click.html]
[event state during post-click handling]
expected: FAIL
[submit button should not activate if the event listener disables it]
expected: FAIL

View file

@ -0,0 +1,7 @@
[Event-dispatch-click.tentative.html]
[radio morphed into another type should not steal the existing checked state]
expected: FAIL
[checkbox morphed into another type should not mutate checked state]
expected: FAIL

View file

@ -0,0 +1,3 @@
[Event-timestamp-high-resolution.https.html]
[Constructed GamepadEvent timestamp should be high resolution and have the same time origin as performance.now()]
expected: FAIL

View file

@ -0,0 +1,15 @@
[EventListener-handleEvent-cross-realm.html]
[EventListener is cross-realm plain object without 'handleEvent' property]
expected: FAIL
[EventListener is cross-realm plain object with non-callable 'handleEvent' property]
expected: FAIL
[EventListener is cross-realm plain object with revoked Proxy as 'handleEvent' property]
expected: FAIL
[EventListener is cross-realm non-callable revoked Proxy]
expected: FAIL
[EventListener is cross-realm callable revoked Proxy]
expected: FAIL

View file

@ -0,0 +1,11 @@
[EventListener-invoke-legacy.html]
expected: TIMEOUT
[Legacy listener of animationend]
expected: TIMEOUT
[Legacy listener of transitionend]
expected: TIMEOUT
[Legacy listener of animationstart]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[event-global-is-still-set-when-coercing-beforeunload-result.html]
[window.event is still set when 'beforeunload' result is coerced to string]
expected: FAIL

View file

@ -0,0 +1,5 @@
[event-global-set-before-handleEvent-lookup.any.html]
[event-global-set-before-handleEvent-lookup.any.worker.html]
[self.event is set before 'handleEvent' lookup]
expected: FAIL

View file

@ -0,0 +1,9 @@
[event-global.html]
[window.event is undefined if the target is in a shadow tree (event dispatched outside shadow tree)]
expected: FAIL
[window.event is undefined if the target is in a shadow tree (event dispatched inside shadow tree)]
expected: FAIL
[window.event is undefined inside window.onerror if the target is in a shadow tree (ErrorEvent dispatched inside shadow tree)]
expected: FAIL

View file

@ -0,0 +1,3 @@
[mouse-event-retarget.html]
[offsetX is correctly adjusted]
expected: FAIL

View file

@ -0,0 +1,12 @@
[synthetic-events-cancelable.html]
[Synthetic touchstart event with interface TouchEvent is not cancelable]
expected: FAIL
[Synthetic touchmove event with interface TouchEvent is not cancelable]
expected: FAIL
[Synthetic touchend event with interface TouchEvent is not cancelable]
expected: FAIL
[Synthetic touchcancel event with interface TouchEvent is not cancelable]
expected: FAIL

View file

@ -0,0 +1,171 @@
[passive-by-default.html]
[touchstart listener is passive by default for Window]
expected: FAIL
[touchstart listener is passive with {passive:undefined} for Window]
expected: FAIL
[touchstart listener is passive with {passive:true} for Window]
expected: FAIL
[touchstart listener is passive by default for Document]
expected: FAIL
[touchstart listener is passive with {passive:undefined} for Document]
expected: FAIL
[touchstart listener is passive with {passive:true} for Document]
expected: FAIL
[touchstart listener is passive by default for HTMLHtmlElement]
expected: FAIL
[touchstart listener is passive with {passive:undefined} for HTMLHtmlElement]
expected: FAIL
[touchstart listener is passive with {passive:true} for HTMLHtmlElement]
expected: FAIL
[touchstart listener is passive by default for HTMLBodyElement]
expected: FAIL
[touchstart listener is passive with {passive:undefined} for HTMLBodyElement]
expected: FAIL
[touchstart listener is passive with {passive:true} for HTMLBodyElement]
expected: FAIL
[touchstart listener is passive with {passive:true} for HTMLDivElement]
expected: FAIL
[touchmove listener is passive by default for Window]
expected: FAIL
[touchmove listener is passive with {passive:undefined} for Window]
expected: FAIL
[touchmove listener is passive with {passive:true} for Window]
expected: FAIL
[touchmove listener is passive by default for Document]
expected: FAIL
[touchmove listener is passive with {passive:undefined} for Document]
expected: FAIL
[touchmove listener is passive with {passive:true} for Document]
expected: FAIL
[touchmove listener is passive by default for HTMLHtmlElement]
expected: FAIL
[touchmove listener is passive with {passive:undefined} for HTMLHtmlElement]
expected: FAIL
[touchmove listener is passive with {passive:true} for HTMLHtmlElement]
expected: FAIL
[touchmove listener is passive by default for HTMLBodyElement]
expected: FAIL
[touchmove listener is passive with {passive:undefined} for HTMLBodyElement]
expected: FAIL
[touchmove listener is passive with {passive:true} for HTMLBodyElement]
expected: FAIL
[touchmove listener is passive with {passive:true} for HTMLDivElement]
expected: FAIL
[wheel listener is passive by default for Window]
expected: FAIL
[wheel listener is passive with {passive:undefined} for Window]
expected: FAIL
[wheel listener is passive with {passive:true} for Window]
expected: FAIL
[wheel listener is passive by default for Document]
expected: FAIL
[wheel listener is passive with {passive:undefined} for Document]
expected: FAIL
[wheel listener is passive with {passive:true} for Document]
expected: FAIL
[wheel listener is passive by default for HTMLHtmlElement]
expected: FAIL
[wheel listener is passive with {passive:undefined} for HTMLHtmlElement]
expected: FAIL
[wheel listener is passive with {passive:true} for HTMLHtmlElement]
expected: FAIL
[wheel listener is passive by default for HTMLBodyElement]
expected: FAIL
[wheel listener is passive with {passive:undefined} for HTMLBodyElement]
expected: FAIL
[wheel listener is passive with {passive:true} for HTMLBodyElement]
expected: FAIL
[wheel listener is passive with {passive:true} for HTMLDivElement]
expected: FAIL
[mousewheel listener is passive by default for Window]
expected: FAIL
[mousewheel listener is passive with {passive:undefined} for Window]
expected: FAIL
[mousewheel listener is passive with {passive:true} for Window]
expected: FAIL
[mousewheel listener is passive by default for Document]
expected: FAIL
[mousewheel listener is passive with {passive:undefined} for Document]
expected: FAIL
[mousewheel listener is passive with {passive:true} for Document]
expected: FAIL
[mousewheel listener is passive by default for HTMLHtmlElement]
expected: FAIL
[mousewheel listener is passive with {passive:undefined} for HTMLHtmlElement]
expected: FAIL
[mousewheel listener is passive with {passive:true} for HTMLHtmlElement]
expected: FAIL
[mousewheel listener is passive by default for HTMLBodyElement]
expected: FAIL
[mousewheel listener is passive with {passive:undefined} for HTMLBodyElement]
expected: FAIL
[mousewheel listener is passive with {passive:true} for HTMLBodyElement]
expected: FAIL
[mousewheel listener is passive with {passive:true} for HTMLDivElement]
expected: FAIL
[touchend listener is passive with {passive:true} for Window]
expected: FAIL
[touchend listener is passive with {passive:true} for Document]
expected: FAIL
[touchend listener is passive with {passive:true} for HTMLHtmlElement]
expected: FAIL
[touchend listener is passive with {passive:true} for HTMLBodyElement]
expected: FAIL
[touchend listener is passive with {passive:true} for HTMLDivElement]
expected: FAIL

View file

@ -0,0 +1,27 @@
[webkit-transition-end-event.html]
[dispatchEvent of an transitionend event does not trigger a prefixed event handler or listener]
expected: FAIL
[onwebkittransitionend event handler should trigger for an animation]
expected: FAIL
[onwebkittransitionend event handler should not trigger if an unprefixed listener also exists]
expected: FAIL
[event types for prefixed and unprefixed transitionend event handlers should be named appropriately]
expected: FAIL
[event types for prefixed and unprefixed transitionend event listeners should be named appropriately]
expected: FAIL
[ontransitionend and onwebkittransitionend are not aliases]
expected: FAIL
[webkitTransitionEnd event listener should trigger for an animation]
expected: FAIL
[dispatchEvent of a webkitTransitionEnd event does trigger a prefixed event handler or listener]
expected: FAIL
[onwebkittransitionend event handler should not trigger if an unprefixed event handler also exists]
expected: FAIL

View file

@ -0,0 +1,2 @@
[idlharness-shadowrealm.window.html]
expected: ERROR

View file

@ -0,0 +1,162 @@
[idlharness.any.serviceworker.html]
expected: ERROR
[idlharness.any.sharedworker.html]
expected: ERROR
[idlharness.any.worker.html]
[Event interface: operation composedPath()]
expected: FAIL
[Event interface: attribute composed]
expected: FAIL
[Event interface: new Event("foo") must inherit property "composedPath()" with the proper type]
expected: FAIL
[Event interface: new Event("foo") must inherit property "composed" with the proper type]
expected: FAIL
[CustomEvent interface: operation initCustomEvent(DOMString, optional boolean, optional boolean, optional any)]
expected: FAIL
[Event interface: new CustomEvent("foo") must inherit property "composedPath()" with the proper type]
expected: FAIL
[Event interface: new CustomEvent("foo") must inherit property "composed" with the proper type]
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: attribute signal]
expected: FAIL
[AbortController interface: operation abort()]
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 "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
[AbortController interface: operation abort(optional any)]
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
[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

View file

@ -0,0 +1,779 @@
[idlharness.window.html?include=Node]
[idl_test setup]
expected: FAIL
[idlharness.window.html?exclude=Node]
[XPathExpression interface: document.createExpression("//*") must inherit property "evaluate(Node, optional unsigned short, optional XPathResult?)" with the proper type]
expected: FAIL
[XPathResult interface: attribute singleNodeValue]
expected: FAIL
[XPathResult interface object name]
expected: FAIL
[Element interface: operation replaceWith((Node or DOMString)...)]
expected: FAIL
[Document interface: operation createNSResolver(Node)]
expected: FAIL
[Document interface: operation prepend((Node or DOMString)...)]
expected: FAIL
[XPathResult interface: document.evaluate("//*", document.body) must inherit property "snapshotLength" with the proper type]
expected: FAIL
[XPathEvaluator interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[AbortSignal must be primary interface of new AbortController().signal]
expected: FAIL
[XPathResult interface: constant NUMBER_TYPE on interface object]
expected: FAIL
[Element interface: element must inherit property "assignedSlot" with the proper type]
expected: FAIL
[StaticRange interface: existence and properties of interface prototype object]
expected: FAIL
[AbortController interface object name]
expected: FAIL
[Text interface: document.createTextNode("abc") must inherit property "assignedSlot" with the proper type]
expected: FAIL
[Event interface: attribute composed]
expected: FAIL
[XPathResult interface: constant STRING_TYPE on interface object]
expected: FAIL
[Text interface: attribute assignedSlot]
expected: FAIL
[AbortSignal interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[Document interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[AbortSignal interface: existence and properties of interface object]
expected: FAIL
[XPathResult interface: constant STRING_TYPE on interface prototype object]
expected: FAIL
[Element interface: attribute shadowRoot]
expected: FAIL
[StaticRange interface object name]
expected: FAIL
[XPathResult interface: document.evaluate("//*", document.body) must inherit property "ORDERED_NODE_ITERATOR_TYPE" 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 "addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean))" with the proper type]
expected: FAIL
[EventTarget interface: new AbortController().signal must inherit property "dispatchEvent(Event)" with the proper type]
expected: FAIL
[AbstractRange interface: attribute startContainer]
expected: FAIL
[AbortSignal interface object name]
expected: FAIL
[AbstractRange interface: existence and properties of interface object]
expected: FAIL
[Event interface: new CustomEvent("foo") must inherit property "composed" with the proper type]
expected: FAIL
[XPathResult interface: document.evaluate("//*", document.body) must inherit property "UNORDERED_NODE_ITERATOR_TYPE" with the proper type]
expected: FAIL
[EventTarget interface: new AbortController().signal must inherit property "removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean))" with the proper type]
expected: FAIL
[StaticRange interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[Element interface: operation attachShadow(ShadowRootInit)]
expected: FAIL
[Document interface: xmlDoc must inherit property "createNSResolver(Node)" with the proper type]
expected: FAIL
[XPathResult interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[XPathEvaluator interface: operation createExpression(DOMString, optional XPathNSResolver?)]
expected: FAIL
[AbortController interface: operation abort()]
expected: FAIL
[AbortController interface: existence and properties of interface object]
expected: FAIL
[XPathResult interface: constant UNORDERED_NODE_ITERATOR_TYPE on interface prototype object]
expected: FAIL
[Element interface: operation prepend((Node or DOMString)...)]
expected: FAIL
[XPathResult interface: document.evaluate("//*", document.body) must inherit property "ANY_UNORDERED_NODE_TYPE" with the proper type]
expected: FAIL
[AbortController interface: attribute signal]
expected: FAIL
[XPathResult interface: constant UNORDERED_NODE_SNAPSHOT_TYPE on interface prototype object]
expected: FAIL
[Element interface: calling attachShadow(ShadowRootInit) on element with too few arguments must throw TypeError]
expected: FAIL
[XPathResult interface: constant ORDERED_NODE_SNAPSHOT_TYPE on interface object]
expected: FAIL
[StaticRange interface: existence and properties of interface object]
expected: FAIL
[XPathResult interface: constant ANY_TYPE on interface prototype object]
expected: FAIL
[Event interface: new Event("foo") must inherit property "composedPath()" with the proper type]
expected: FAIL
[CharacterData interface: operation before((Node or DOMString)...)]
expected: FAIL
[AbortSignal interface: attribute aborted]
expected: FAIL
[XPathResult interface: operation snapshotItem(unsigned long)]
expected: FAIL
[XPathResult interface: document.evaluate("//*", document.body) must inherit property "ANY_TYPE" with the proper type]
expected: FAIL
[Event interface: operation composedPath()]
expected: FAIL
[XPathEvaluator interface: operation evaluate(DOMString, Node, optional XPathNSResolver?, optional unsigned short, optional XPathResult?)]
expected: FAIL
[XPathResult interface: existence and properties of interface object]
expected: FAIL
[Element interface: operation after((Node or DOMString)...)]
expected: FAIL
[AbortController must be primary interface of new AbortController()]
expected: FAIL
[AbortController interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[Element interface: attribute assignedSlot]
expected: FAIL
[XPathEvaluator interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[XPathExpression interface: existence and properties of interface prototype object]
expected: FAIL
[CustomEvent interface: operation initCustomEvent(DOMString, optional boolean, optional boolean, optional any)]
expected: FAIL
[XPathResult interface: constant ORDERED_NODE_ITERATOR_TYPE on interface object]
expected: FAIL
[CharacterData interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[CharacterData interface: operation remove()]
expected: FAIL
[XPathEvaluator interface: existence and properties of interface object]
expected: FAIL
[XPathResult interface: calling snapshotItem(unsigned long) on document.evaluate("//*", document.body) with too few arguments must throw TypeError]
expected: FAIL
[Range interface: existence and properties of interface object]
expected: FAIL
[XPathResult interface: document.evaluate("//*", document.body) must inherit property "snapshotItem(unsigned long)" with the proper type]
expected: FAIL
[Element interface: element must inherit property "attachShadow(ShadowRootInit)" with the proper type]
expected: FAIL
[Element interface: element must inherit property "slot" with the proper type]
expected: FAIL
[Document interface: new Document() must inherit property "evaluate(DOMString, Node, optional XPathNSResolver?, optional unsigned short, optional XPathResult?)" with the proper type]
expected: FAIL
[AbstractRange interface object length]
expected: FAIL
[Document interface: xmlDoc must inherit property "evaluate(DOMString, Node, optional XPathNSResolver?, optional unsigned short, optional XPathResult?)" with the proper type]
expected: FAIL
[XPathExpression interface: operation evaluate(Node, optional unsigned short, optional XPathResult?)]
expected: FAIL
[AbortController interface: new AbortController() must inherit property "signal" with the proper type]
expected: FAIL
[XPathResult interface: document.evaluate("//*", document.body) must inherit property "iterateNext()" with the proper type]
expected: FAIL
[Document interface: calling createNSResolver(Node) on new Document() with too few arguments must throw TypeError]
expected: FAIL
[ShadowRoot interface: attribute onslotchange]
expected: FAIL
[AbortController interface: new AbortController() must inherit property "abort()" with the proper type]
expected: FAIL
[Element interface: attribute slot]
expected: FAIL
[AbstractRange interface: attribute collapsed]
expected: FAIL
[AbstractRange interface: attribute startOffset]
expected: FAIL
[XPathResult interface: document.evaluate("//*", document.body) must inherit property "invalidIteratorState" with the proper type]
expected: FAIL
[DocumentType interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[Document interface: calling evaluate(DOMString, Node, optional XPathNSResolver?, optional unsigned short, optional XPathResult?) on new Document() with too few arguments must throw TypeError]
expected: FAIL
[AbortController interface object length]
expected: FAIL
[Range interface: existence and properties of interface prototype object]
expected: FAIL
[XPathExpression interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[XPathResult interface object length]
expected: FAIL
[Stringification of document.createExpression("//*")]
expected: FAIL
[XPathResult must be primary interface of document.evaluate("//*", document.body)]
expected: FAIL
[CharacterData interface: operation replaceWith((Node or DOMString)...)]
expected: FAIL
[XPathResult interface: existence and properties of interface prototype object]
expected: FAIL
[XPathResult interface: attribute resultType]
expected: FAIL
[AbstractRange interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[Document interface: xmlDoc must inherit property "createExpression(DOMString, optional XPathNSResolver?)" with the proper type]
expected: FAIL
[XPathResult interface: constant FIRST_ORDERED_NODE_TYPE on interface prototype object]
expected: FAIL
[DocumentType interface: operation replaceWith((Node or DOMString)...)]
expected: FAIL
[EventTarget interface: calling dispatchEvent(Event) on new AbortController().signal with too few arguments must throw TypeError]
expected: FAIL
[XPathResult interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[AbortController interface: existence and properties of interface prototype object]
expected: FAIL
[Document interface: new Document() must inherit property "createNSResolver(Node)" with the proper type]
expected: FAIL
[XPathResult interface: constant ORDERED_NODE_ITERATOR_TYPE on interface prototype object]
expected: FAIL
[XPathResult interface: attribute stringValue]
expected: FAIL
[XPathResult interface: attribute booleanValue]
expected: FAIL
[XPathEvaluator interface: calling createExpression(DOMString, optional XPathNSResolver?) on new XPathEvaluator() with too few arguments must throw TypeError]
expected: FAIL
[XPathResult interface: document.evaluate("//*", document.body) must inherit property "UNORDERED_NODE_SNAPSHOT_TYPE" with the proper type]
expected: FAIL
[AbstractRange interface object name]
expected: FAIL
[DocumentFragment interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[XPathEvaluator interface: operation createNSResolver(Node)]
expected: FAIL
[Document interface: calling createNSResolver(Node) on xmlDoc with too few arguments must throw TypeError]
expected: FAIL
[XPathResult interface: document.evaluate("//*", document.body) must inherit property "booleanValue" with the proper type]
expected: FAIL
[DocumentType interface: operation before((Node or DOMString)...)]
expected: FAIL
[XPathResult interface: constant ORDERED_NODE_SNAPSHOT_TYPE on interface prototype object]
expected: FAIL
[AbortSignal interface: new AbortController().signal must inherit property "aborted" 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
[Document interface: calling createExpression(DOMString, optional XPathNSResolver?) on xmlDoc with too few arguments must throw TypeError]
expected: FAIL
[XPathResult interface: attribute snapshotLength]
expected: FAIL
[XPathEvaluator interface: new XPathEvaluator() must inherit property "createNSResolver(Node)" with the proper type]
expected: FAIL
[Event interface: document.createEvent("Event") must inherit property "composedPath()" with the proper type]
expected: FAIL
[StaticRange interface object length]
expected: FAIL
[XPathResult interface: document.evaluate("//*", document.body) must inherit property "resultType" with the proper type]
expected: FAIL
[XPathEvaluator interface object length]
expected: FAIL
[AbortSignal interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[XPathEvaluator interface: new XPathEvaluator() must inherit property "evaluate(DOMString, Node, optional XPathNSResolver?, optional unsigned short, optional XPathResult?)" with the proper type]
expected: FAIL
[XPathEvaluator interface: calling evaluate(DOMString, Node, optional XPathNSResolver?, optional unsigned short, optional XPathResult?) on new XPathEvaluator() with too few arguments must throw TypeError]
expected: FAIL
[AbortSignal interface: new AbortController().signal must inherit property "onabort" with the proper type]
expected: FAIL
[Event interface: new CustomEvent("foo") must inherit property "composedPath()" with the proper type]
expected: FAIL
[Document interface: calling evaluate(DOMString, Node, optional XPathNSResolver?, optional unsigned short, optional XPathResult?) on xmlDoc with too few arguments must throw TypeError]
expected: FAIL
[XPathResult interface: constant UNORDERED_NODE_SNAPSHOT_TYPE on interface object]
expected: FAIL
[AbortController interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[XPathResult interface: document.evaluate("//*", document.body) must inherit property "stringValue" with the proper type]
expected: FAIL
[XPathResult interface: attribute invalidIteratorState]
expected: FAIL
[AbortSignal interface: attribute onabort]
expected: FAIL
[Document interface: operation evaluate(DOMString, Node, optional XPathNSResolver?, optional unsigned short, optional XPathResult?)]
expected: FAIL
[XPathResult interface: document.evaluate("//*", document.body) must inherit property "singleNodeValue" with the proper type]
expected: FAIL
[Document interface: operation createExpression(DOMString, optional XPathNSResolver?)]
expected: FAIL
[AbstractRange interface: attribute endContainer]
expected: FAIL
[AbortSignal interface object length]
expected: FAIL
[XPathEvaluator interface: calling createNSResolver(Node) on new XPathEvaluator() with too few arguments must throw TypeError]
expected: FAIL
[AbortSignal interface: existence and properties of interface prototype object]
expected: FAIL
[XPathResult interface: attribute numberValue]
expected: FAIL
[XPathResult interface: document.evaluate("//*", document.body) must inherit property "numberValue" with the proper type]
expected: FAIL
[XPathResult interface: constant NUMBER_TYPE on interface prototype object]
expected: FAIL
[XPathExpression interface object name]
expected: FAIL
[Event interface: new Event("foo") must inherit property "composed" with the proper type]
expected: FAIL
[XPathResult interface: document.evaluate("//*", document.body) must inherit property "BOOLEAN_TYPE" with the proper type]
expected: FAIL
[Document interface: new Document() must inherit property "createExpression(DOMString, optional XPathNSResolver?)" with the proper type]
expected: FAIL
[XPathResult interface: constant BOOLEAN_TYPE on interface prototype object]
expected: FAIL
[XPathResult interface: document.evaluate("//*", document.body) must inherit property "STRING_TYPE" with the proper type]
expected: FAIL
[Element interface: operation remove()]
expected: FAIL
[DocumentFragment interface: operation replaceChildren((Node or DOMString)...)]
expected: FAIL
[XPathResult interface: document.evaluate("//*", document.body) must inherit property "NUMBER_TYPE" with the proper type]
expected: FAIL
[NodeFilter interface: existence and properties of interface object]
expected: FAIL
[XPathEvaluator interface object name]
expected: FAIL
[XPathExpression interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[Stringification of document.evaluate("//*", document.body)]
expected: FAIL
[XPathResult interface: document.evaluate("//*", document.body) must inherit property "ORDERED_NODE_SNAPSHOT_TYPE" with the proper type]
expected: FAIL
[Stringification of new AbortController().signal]
expected: FAIL
[AbstractRange interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[XPathResult interface: constant ANY_UNORDERED_NODE_TYPE on interface prototype object]
expected: FAIL
[Document interface: calling createExpression(DOMString, optional XPathNSResolver?) on new Document() with too few arguments must throw TypeError]
expected: FAIL
[XPathEvaluator interface: new XPathEvaluator() must inherit property "createExpression(DOMString, optional XPathNSResolver?)" with the proper type]
expected: FAIL
[CharacterData interface: operation after((Node or DOMString)...)]
expected: FAIL
[AbstractRange interface: attribute endOffset]
expected: FAIL
[XPathExpression interface object length]
expected: FAIL
[Stringification of new XPathEvaluator()]
expected: FAIL
[Element interface: operation replaceChildren((Node or DOMString)...)]
expected: FAIL
[DocumentFragment interface: operation prepend((Node or DOMString)...)]
expected: FAIL
[Document interface: operation replaceChildren((Node or DOMString)...)]
expected: FAIL
[XPathResult interface: constant ANY_UNORDERED_NODE_TYPE on interface object]
expected: FAIL
[XPathExpression must be primary interface of document.createExpression("//*")]
expected: FAIL
[XPathResult interface: document.evaluate("//*", document.body) must inherit property "FIRST_ORDERED_NODE_TYPE" with the proper type]
expected: FAIL
[Stringification of new AbortController()]
expected: FAIL
[AbstractRange interface: existence and properties of interface prototype object]
expected: FAIL
[XPathExpression interface: calling evaluate(Node, optional unsigned short, optional XPathResult?) on document.createExpression("//*") with too few arguments must throw TypeError]
expected: FAIL
[Document interface: operation append((Node or DOMString)...)]
expected: FAIL
[XPathResult interface: operation iterateNext()]
expected: FAIL
[StaticRange interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[Event interface: document.createEvent("Event") must inherit property "composed" with the proper type]
expected: FAIL
[XPathResult interface: constant UNORDERED_NODE_ITERATOR_TYPE on interface object]
expected: FAIL
[DocumentType interface: operation remove()]
expected: FAIL
[XPathResult interface: constant ANY_TYPE on interface object]
expected: FAIL
[XPathResult interface: constant FIRST_ORDERED_NODE_TYPE on interface object]
expected: FAIL
[DocumentType interface: operation after((Node or DOMString)...)]
expected: FAIL
[XPathEvaluator must be primary interface of new XPathEvaluator()]
expected: FAIL
[XPathExpression interface: existence and properties of interface object]
expected: FAIL
[Element interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[DocumentFragment interface: operation append((Node or DOMString)...)]
expected: FAIL
[XPathResult interface: constant BOOLEAN_TYPE on interface object]
expected: FAIL
[Element interface: operation append((Node or DOMString)...)]
expected: FAIL
[Element interface: element must inherit property "shadowRoot" with the proper type]
expected: FAIL
[XPathEvaluator interface: existence and properties of interface prototype object]
expected: FAIL
[Element interface: operation before((Node or DOMString)...)]
expected: FAIL
[XPathNSResolver interface: document.createNSResolver(document.body) must inherit property "lookupNamespaceURI(DOMString?)" with the proper type]
expected: FAIL
[Stringification of document.createNSResolver(document.body)]
expected: FAIL
[XPathNSResolver interface: calling lookupNamespaceURI(DOMString?) on document.createNSResolver(document.body) with too few arguments must throw TypeError]
expected: FAIL
[AbortSignal interface: operation abort()]
expected: FAIL
[AbortSignal interface: new AbortController().signal must inherit property "abort()" with the proper type]
expected: FAIL
[ShadowRoot interface: attribute delegatesFocus]
expected: FAIL
[ShadowRoot interface: attribute slotAssignment]
expected: FAIL
[XSLTProcessor interface: existence and properties of interface object]
expected: FAIL
[XSLTProcessor interface object length]
expected: FAIL
[XSLTProcessor interface object name]
expected: FAIL
[XSLTProcessor interface: existence and properties of interface prototype object]
expected: FAIL
[XSLTProcessor interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[XSLTProcessor interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[XSLTProcessor interface: operation importStylesheet(Node)]
expected: FAIL
[XSLTProcessor interface: operation transformToFragment(Node, Document)]
expected: FAIL
[XSLTProcessor interface: operation transformToDocument(Node)]
expected: FAIL
[XSLTProcessor interface: operation setParameter(DOMString, DOMString, any)]
expected: FAIL
[XSLTProcessor interface: operation getParameter(DOMString, DOMString)]
expected: FAIL
[XSLTProcessor interface: operation removeParameter(DOMString, DOMString)]
expected: FAIL
[XSLTProcessor interface: operation clearParameters()]
expected: FAIL
[XSLTProcessor interface: operation reset()]
expected: FAIL
[XSLTProcessor must be primary interface of new XSLTProcessor()]
expected: FAIL
[Stringification of new XSLTProcessor()]
expected: FAIL
[XSLTProcessor interface: new XSLTProcessor() must inherit property "importStylesheet(Node)" with the proper type]
expected: FAIL
[XSLTProcessor interface: calling importStylesheet(Node) on new XSLTProcessor() with too few arguments must throw TypeError]
expected: FAIL
[XSLTProcessor interface: new XSLTProcessor() must inherit property "transformToFragment(Node, Document)" with the proper type]
expected: FAIL
[XSLTProcessor interface: calling transformToFragment(Node, Document) on new XSLTProcessor() with too few arguments must throw TypeError]
expected: FAIL
[XSLTProcessor interface: new XSLTProcessor() must inherit property "transformToDocument(Node)" with the proper type]
expected: FAIL
[XSLTProcessor interface: calling transformToDocument(Node) on new XSLTProcessor() with too few arguments must throw TypeError]
expected: FAIL
[XSLTProcessor interface: new XSLTProcessor() must inherit property "setParameter(DOMString, DOMString, any)" with the proper type]
expected: FAIL
[XSLTProcessor interface: calling setParameter(DOMString, DOMString, any) on new XSLTProcessor() with too few arguments must throw TypeError]
expected: FAIL
[XSLTProcessor interface: new XSLTProcessor() must inherit property "getParameter(DOMString, DOMString)" with the proper type]
expected: FAIL
[XSLTProcessor interface: calling getParameter(DOMString, DOMString) on new XSLTProcessor() with too few arguments must throw TypeError]
expected: FAIL
[XSLTProcessor interface: new XSLTProcessor() must inherit property "removeParameter(DOMString, DOMString)" with the proper type]
expected: FAIL
[XSLTProcessor interface: calling removeParameter(DOMString, DOMString) on new XSLTProcessor() with too few arguments must throw TypeError]
expected: FAIL
[XSLTProcessor interface: new XSLTProcessor() must inherit property "clearParameters()" with the proper type]
expected: FAIL
[XSLTProcessor interface: new XSLTProcessor() must inherit property "reset()" with the proper type]
expected: FAIL
[AbortController interface: operation abort(optional any)]
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
[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
[idl_test setup]
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
[Document interface: attribute fullscreenEnabled]
expected: FAIL
[Document interface: attribute fullscreen]
expected: FAIL
[Document interface: operation exitFullscreen()]
expected: FAIL
[Document interface: attribute fullscreenElement]
expected: FAIL
[ShadowRoot interface: attribute fullscreenElement]
expected: FAIL
[Element interface: operation requestFullscreen(optional FullscreenOptions)]
expected: FAIL
[Element interface: attribute onfullscreenchange]
expected: FAIL
[Element interface: attribute onfullscreenerror]
expected: FAIL
[Element interface: element must inherit property "onfullscreenchange" with the proper type]
expected: FAIL
[Element interface: element must inherit property "onfullscreenerror" with the proper type]
expected: FAIL

View file

@ -0,0 +1,891 @@
[Document-characterSet-normalization-1.html]
[Name "IBM866" has label "866" (characterSet)]
expected: FAIL
[Name "IBM866" has label "866" (inputEncoding)]
expected: FAIL
[Name "IBM866" has label "866" (charset)]
expected: FAIL
[Name "IBM866" has label "cp866" (characterSet)]
expected: FAIL
[Name "IBM866" has label "cp866" (inputEncoding)]
expected: FAIL
[Name "IBM866" has label "cp866" (charset)]
expected: FAIL
[Name "IBM866" has label "csibm866" (characterSet)]
expected: FAIL
[Name "IBM866" has label "csibm866" (inputEncoding)]
expected: FAIL
[Name "IBM866" has label "csibm866" (charset)]
expected: FAIL
[Name "IBM866" has label "ibm866" (characterSet)]
expected: FAIL
[Name "IBM866" has label "ibm866" (inputEncoding)]
expected: FAIL
[Name "IBM866" has label "ibm866" (charset)]
expected: FAIL
[Name "ISO-8859-2" has label "csisolatin2" (characterSet)]
expected: FAIL
[Name "ISO-8859-2" has label "csisolatin2" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-2" has label "csisolatin2" (charset)]
expected: FAIL
[Name "ISO-8859-2" has label "iso-8859-2" (characterSet)]
expected: FAIL
[Name "ISO-8859-2" has label "iso-8859-2" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-2" has label "iso-8859-2" (charset)]
expected: FAIL
[Name "ISO-8859-2" has label "iso-ir-101" (characterSet)]
expected: FAIL
[Name "ISO-8859-2" has label "iso-ir-101" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-2" has label "iso-ir-101" (charset)]
expected: FAIL
[Name "ISO-8859-2" has label "iso8859-2" (characterSet)]
expected: FAIL
[Name "ISO-8859-2" has label "iso8859-2" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-2" has label "iso8859-2" (charset)]
expected: FAIL
[Name "ISO-8859-2" has label "iso88592" (characterSet)]
expected: FAIL
[Name "ISO-8859-2" has label "iso88592" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-2" has label "iso88592" (charset)]
expected: FAIL
[Name "ISO-8859-2" has label "iso_8859-2" (characterSet)]
expected: FAIL
[Name "ISO-8859-2" has label "iso_8859-2" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-2" has label "iso_8859-2" (charset)]
expected: FAIL
[Name "ISO-8859-2" has label "iso_8859-2:1987" (characterSet)]
expected: FAIL
[Name "ISO-8859-2" has label "iso_8859-2:1987" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-2" has label "iso_8859-2:1987" (charset)]
expected: FAIL
[Name "ISO-8859-2" has label "l2" (characterSet)]
expected: FAIL
[Name "ISO-8859-2" has label "l2" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-2" has label "l2" (charset)]
expected: FAIL
[Name "ISO-8859-2" has label "latin2" (characterSet)]
expected: FAIL
[Name "ISO-8859-2" has label "latin2" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-2" has label "latin2" (charset)]
expected: FAIL
[Name "ISO-8859-3" has label "csisolatin3" (characterSet)]
expected: FAIL
[Name "ISO-8859-3" has label "csisolatin3" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-3" has label "csisolatin3" (charset)]
expected: FAIL
[Name "ISO-8859-3" has label "iso-8859-3" (characterSet)]
expected: FAIL
[Name "ISO-8859-3" has label "iso-8859-3" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-3" has label "iso-8859-3" (charset)]
expected: FAIL
[Name "ISO-8859-3" has label "iso-ir-109" (characterSet)]
expected: FAIL
[Name "ISO-8859-3" has label "iso-ir-109" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-3" has label "iso-ir-109" (charset)]
expected: FAIL
[Name "ISO-8859-3" has label "iso8859-3" (characterSet)]
expected: FAIL
[Name "ISO-8859-3" has label "iso8859-3" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-3" has label "iso8859-3" (charset)]
expected: FAIL
[Name "ISO-8859-3" has label "iso88593" (characterSet)]
expected: FAIL
[Name "ISO-8859-3" has label "iso88593" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-3" has label "iso88593" (charset)]
expected: FAIL
[Name "ISO-8859-3" has label "iso_8859-3" (characterSet)]
expected: FAIL
[Name "ISO-8859-3" has label "iso_8859-3" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-3" has label "iso_8859-3" (charset)]
expected: FAIL
[Name "ISO-8859-3" has label "iso_8859-3:1988" (characterSet)]
expected: FAIL
[Name "ISO-8859-3" has label "iso_8859-3:1988" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-3" has label "iso_8859-3:1988" (charset)]
expected: FAIL
[Name "ISO-8859-3" has label "l3" (characterSet)]
expected: FAIL
[Name "ISO-8859-3" has label "l3" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-3" has label "l3" (charset)]
expected: FAIL
[Name "ISO-8859-3" has label "latin3" (characterSet)]
expected: FAIL
[Name "ISO-8859-3" has label "latin3" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-3" has label "latin3" (charset)]
expected: FAIL
[Name "ISO-8859-4" has label "csisolatin4" (characterSet)]
expected: FAIL
[Name "ISO-8859-4" has label "csisolatin4" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-4" has label "csisolatin4" (charset)]
expected: FAIL
[Name "ISO-8859-4" has label "iso-8859-4" (characterSet)]
expected: FAIL
[Name "ISO-8859-4" has label "iso-8859-4" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-4" has label "iso-8859-4" (charset)]
expected: FAIL
[Name "ISO-8859-4" has label "iso-ir-110" (characterSet)]
expected: FAIL
[Name "ISO-8859-4" has label "iso-ir-110" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-4" has label "iso-ir-110" (charset)]
expected: FAIL
[Name "ISO-8859-4" has label "iso8859-4" (characterSet)]
expected: FAIL
[Name "ISO-8859-4" has label "iso8859-4" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-4" has label "iso8859-4" (charset)]
expected: FAIL
[Name "ISO-8859-4" has label "iso88594" (characterSet)]
expected: FAIL
[Name "ISO-8859-4" has label "iso88594" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-4" has label "iso88594" (charset)]
expected: FAIL
[Name "ISO-8859-4" has label "iso_8859-4" (characterSet)]
expected: FAIL
[Name "ISO-8859-4" has label "iso_8859-4" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-4" has label "iso_8859-4" (charset)]
expected: FAIL
[Name "ISO-8859-4" has label "iso_8859-4:1988" (characterSet)]
expected: FAIL
[Name "ISO-8859-4" has label "iso_8859-4:1988" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-4" has label "iso_8859-4:1988" (charset)]
expected: FAIL
[Name "ISO-8859-4" has label "l4" (characterSet)]
expected: FAIL
[Name "ISO-8859-4" has label "l4" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-4" has label "l4" (charset)]
expected: FAIL
[Name "ISO-8859-4" has label "latin4" (characterSet)]
expected: FAIL
[Name "ISO-8859-4" has label "latin4" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-4" has label "latin4" (charset)]
expected: FAIL
[Name "ISO-8859-5" has label "csisolatincyrillic" (characterSet)]
expected: FAIL
[Name "ISO-8859-5" has label "csisolatincyrillic" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-5" has label "csisolatincyrillic" (charset)]
expected: FAIL
[Name "ISO-8859-5" has label "cyrillic" (characterSet)]
expected: FAIL
[Name "ISO-8859-5" has label "cyrillic" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-5" has label "cyrillic" (charset)]
expected: FAIL
[Name "ISO-8859-5" has label "iso-8859-5" (characterSet)]
expected: FAIL
[Name "ISO-8859-5" has label "iso-8859-5" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-5" has label "iso-8859-5" (charset)]
expected: FAIL
[Name "ISO-8859-5" has label "iso-ir-144" (characterSet)]
expected: FAIL
[Name "ISO-8859-5" has label "iso-ir-144" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-5" has label "iso-ir-144" (charset)]
expected: FAIL
[Name "ISO-8859-5" has label "iso8859-5" (characterSet)]
expected: FAIL
[Name "ISO-8859-5" has label "iso8859-5" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-5" has label "iso8859-5" (charset)]
expected: FAIL
[Name "ISO-8859-5" has label "iso88595" (characterSet)]
expected: FAIL
[Name "ISO-8859-5" has label "iso88595" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-5" has label "iso88595" (charset)]
expected: FAIL
[Name "ISO-8859-5" has label "iso_8859-5" (characterSet)]
expected: FAIL
[Name "ISO-8859-5" has label "iso_8859-5" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-5" has label "iso_8859-5" (charset)]
expected: FAIL
[Name "ISO-8859-5" has label "iso_8859-5:1988" (characterSet)]
expected: FAIL
[Name "ISO-8859-5" has label "iso_8859-5:1988" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-5" has label "iso_8859-5:1988" (charset)]
expected: FAIL
[Name "ISO-8859-6" has label "arabic" (characterSet)]
expected: FAIL
[Name "ISO-8859-6" has label "arabic" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-6" has label "arabic" (charset)]
expected: FAIL
[Name "ISO-8859-6" has label "asmo-708" (characterSet)]
expected: FAIL
[Name "ISO-8859-6" has label "asmo-708" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-6" has label "asmo-708" (charset)]
expected: FAIL
[Name "ISO-8859-6" has label "csiso88596e" (characterSet)]
expected: FAIL
[Name "ISO-8859-6" has label "csiso88596e" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-6" has label "csiso88596e" (charset)]
expected: FAIL
[Name "ISO-8859-6" has label "csiso88596i" (characterSet)]
expected: FAIL
[Name "ISO-8859-6" has label "csiso88596i" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-6" has label "csiso88596i" (charset)]
expected: FAIL
[Name "ISO-8859-6" has label "csisolatinarabic" (characterSet)]
expected: FAIL
[Name "ISO-8859-6" has label "csisolatinarabic" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-6" has label "csisolatinarabic" (charset)]
expected: FAIL
[Name "ISO-8859-6" has label "ecma-114" (characterSet)]
expected: FAIL
[Name "ISO-8859-6" has label "ecma-114" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-6" has label "ecma-114" (charset)]
expected: FAIL
[Name "ISO-8859-6" has label "iso-8859-6" (characterSet)]
expected: FAIL
[Name "ISO-8859-6" has label "iso-8859-6" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-6" has label "iso-8859-6" (charset)]
expected: FAIL
[Name "ISO-8859-6" has label "iso-8859-6-e" (characterSet)]
expected: FAIL
[Name "ISO-8859-6" has label "iso-8859-6-e" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-6" has label "iso-8859-6-e" (charset)]
expected: FAIL
[Name "ISO-8859-6" has label "iso-8859-6-i" (characterSet)]
expected: FAIL
[Name "ISO-8859-6" has label "iso-8859-6-i" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-6" has label "iso-8859-6-i" (charset)]
expected: FAIL
[Name "ISO-8859-6" has label "iso-ir-127" (characterSet)]
expected: FAIL
[Name "ISO-8859-6" has label "iso-ir-127" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-6" has label "iso-ir-127" (charset)]
expected: FAIL
[Name "ISO-8859-6" has label "iso8859-6" (characterSet)]
expected: FAIL
[Name "ISO-8859-6" has label "iso8859-6" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-6" has label "iso8859-6" (charset)]
expected: FAIL
[Name "ISO-8859-6" has label "iso88596" (characterSet)]
expected: FAIL
[Name "ISO-8859-6" has label "iso88596" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-6" has label "iso88596" (charset)]
expected: FAIL
[Name "ISO-8859-6" has label "iso_8859-6" (characterSet)]
expected: FAIL
[Name "ISO-8859-6" has label "iso_8859-6" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-6" has label "iso_8859-6" (charset)]
expected: FAIL
[Name "ISO-8859-6" has label "iso_8859-6:1987" (characterSet)]
expected: FAIL
[Name "ISO-8859-6" has label "iso_8859-6:1987" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-6" has label "iso_8859-6:1987" (charset)]
expected: FAIL
[Name "ISO-8859-7" has label "csisolatingreek" (characterSet)]
expected: FAIL
[Name "ISO-8859-7" has label "csisolatingreek" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-7" has label "csisolatingreek" (charset)]
expected: FAIL
[Name "ISO-8859-7" has label "ecma-118" (characterSet)]
expected: FAIL
[Name "ISO-8859-7" has label "ecma-118" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-7" has label "ecma-118" (charset)]
expected: FAIL
[Name "ISO-8859-7" has label "elot_928" (characterSet)]
expected: FAIL
[Name "ISO-8859-7" has label "elot_928" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-7" has label "elot_928" (charset)]
expected: FAIL
[Name "ISO-8859-7" has label "greek" (characterSet)]
expected: FAIL
[Name "ISO-8859-7" has label "greek" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-7" has label "greek" (charset)]
expected: FAIL
[Name "ISO-8859-7" has label "greek8" (characterSet)]
expected: FAIL
[Name "ISO-8859-7" has label "greek8" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-7" has label "greek8" (charset)]
expected: FAIL
[Name "ISO-8859-7" has label "iso-8859-7" (characterSet)]
expected: FAIL
[Name "ISO-8859-7" has label "iso-8859-7" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-7" has label "iso-8859-7" (charset)]
expected: FAIL
[Name "ISO-8859-7" has label "iso-ir-126" (characterSet)]
expected: FAIL
[Name "ISO-8859-7" has label "iso-ir-126" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-7" has label "iso-ir-126" (charset)]
expected: FAIL
[Name "ISO-8859-7" has label "iso8859-7" (characterSet)]
expected: FAIL
[Name "ISO-8859-7" has label "iso8859-7" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-7" has label "iso8859-7" (charset)]
expected: FAIL
[Name "ISO-8859-7" has label "iso88597" (characterSet)]
expected: FAIL
[Name "ISO-8859-7" has label "iso88597" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-7" has label "iso88597" (charset)]
expected: FAIL
[Name "ISO-8859-7" has label "iso_8859-7" (characterSet)]
expected: FAIL
[Name "ISO-8859-7" has label "iso_8859-7" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-7" has label "iso_8859-7" (charset)]
expected: FAIL
[Name "ISO-8859-7" has label "iso_8859-7:1987" (characterSet)]
expected: FAIL
[Name "ISO-8859-7" has label "iso_8859-7:1987" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-7" has label "iso_8859-7:1987" (charset)]
expected: FAIL
[Name "ISO-8859-7" has label "sun_eu_greek" (characterSet)]
expected: FAIL
[Name "ISO-8859-7" has label "sun_eu_greek" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-7" has label "sun_eu_greek" (charset)]
expected: FAIL
[Name "ISO-8859-8" has label "csiso88598e" (characterSet)]
expected: FAIL
[Name "ISO-8859-8" has label "csiso88598e" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-8" has label "csiso88598e" (charset)]
expected: FAIL
[Name "ISO-8859-8" has label "csisolatinhebrew" (characterSet)]
expected: FAIL
[Name "ISO-8859-8" has label "csisolatinhebrew" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-8" has label "csisolatinhebrew" (charset)]
expected: FAIL
[Name "ISO-8859-8" has label "hebrew" (characterSet)]
expected: FAIL
[Name "ISO-8859-8" has label "hebrew" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-8" has label "hebrew" (charset)]
expected: FAIL
[Name "ISO-8859-8" has label "iso-8859-8" (characterSet)]
expected: FAIL
[Name "ISO-8859-8" has label "iso-8859-8" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-8" has label "iso-8859-8" (charset)]
expected: FAIL
[Name "ISO-8859-8" has label "iso-8859-8-e" (characterSet)]
expected: FAIL
[Name "ISO-8859-8" has label "iso-8859-8-e" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-8" has label "iso-8859-8-e" (charset)]
expected: FAIL
[Name "ISO-8859-8" has label "iso-ir-138" (characterSet)]
expected: FAIL
[Name "ISO-8859-8" has label "iso-ir-138" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-8" has label "iso-ir-138" (charset)]
expected: FAIL
[Name "ISO-8859-8" has label "iso8859-8" (characterSet)]
expected: FAIL
[Name "ISO-8859-8" has label "iso8859-8" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-8" has label "iso8859-8" (charset)]
expected: FAIL
[Name "ISO-8859-8" has label "iso88598" (characterSet)]
expected: FAIL
[Name "ISO-8859-8" has label "iso88598" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-8" has label "iso88598" (charset)]
expected: FAIL
[Name "ISO-8859-8" has label "iso_8859-8" (characterSet)]
expected: FAIL
[Name "ISO-8859-8" has label "iso_8859-8" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-8" has label "iso_8859-8" (charset)]
expected: FAIL
[Name "ISO-8859-8" has label "iso_8859-8:1988" (characterSet)]
expected: FAIL
[Name "ISO-8859-8" has label "iso_8859-8:1988" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-8" has label "iso_8859-8:1988" (charset)]
expected: FAIL
[Name "ISO-8859-8" has label "visual" (characterSet)]
expected: FAIL
[Name "ISO-8859-8" has label "visual" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-8" has label "visual" (charset)]
expected: FAIL
[Name "ISO-8859-8-I" has label "csiso88598i" (characterSet)]
expected: FAIL
[Name "ISO-8859-8-I" has label "csiso88598i" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-8-I" has label "csiso88598i" (charset)]
expected: FAIL
[Name "ISO-8859-8-I" has label "iso-8859-8-i" (characterSet)]
expected: FAIL
[Name "ISO-8859-8-I" has label "iso-8859-8-i" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-8-I" has label "iso-8859-8-i" (charset)]
expected: FAIL
[Name "ISO-8859-8-I" has label "logical" (characterSet)]
expected: FAIL
[Name "ISO-8859-8-I" has label "logical" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-8-I" has label "logical" (charset)]
expected: FAIL
[Name "ISO-8859-10" has label "csisolatin6" (characterSet)]
expected: FAIL
[Name "ISO-8859-10" has label "csisolatin6" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-10" has label "csisolatin6" (charset)]
expected: FAIL
[Name "ISO-8859-10" has label "iso-8859-10" (characterSet)]
expected: FAIL
[Name "ISO-8859-10" has label "iso-8859-10" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-10" has label "iso-8859-10" (charset)]
expected: FAIL
[Name "ISO-8859-10" has label "iso-ir-157" (characterSet)]
expected: FAIL
[Name "ISO-8859-10" has label "iso-ir-157" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-10" has label "iso-ir-157" (charset)]
expected: FAIL
[Name "ISO-8859-10" has label "iso8859-10" (characterSet)]
expected: FAIL
[Name "ISO-8859-10" has label "iso8859-10" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-10" has label "iso8859-10" (charset)]
expected: FAIL
[Name "ISO-8859-10" has label "iso885910" (characterSet)]
expected: FAIL
[Name "ISO-8859-10" has label "iso885910" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-10" has label "iso885910" (charset)]
expected: FAIL
[Name "ISO-8859-10" has label "l6" (characterSet)]
expected: FAIL
[Name "ISO-8859-10" has label "l6" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-10" has label "l6" (charset)]
expected: FAIL
[Name "ISO-8859-10" has label "latin6" (characterSet)]
expected: FAIL
[Name "ISO-8859-10" has label "latin6" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-10" has label "latin6" (charset)]
expected: FAIL
[Name "ISO-8859-13" has label "iso-8859-13" (characterSet)]
expected: FAIL
[Name "ISO-8859-13" has label "iso-8859-13" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-13" has label "iso-8859-13" (charset)]
expected: FAIL
[Name "ISO-8859-13" has label "iso8859-13" (characterSet)]
expected: FAIL
[Name "ISO-8859-13" has label "iso8859-13" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-13" has label "iso8859-13" (charset)]
expected: FAIL
[Name "ISO-8859-13" has label "iso885913" (characterSet)]
expected: FAIL
[Name "ISO-8859-13" has label "iso885913" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-13" has label "iso885913" (charset)]
expected: FAIL
[Name "ISO-8859-14" has label "iso-8859-14" (characterSet)]
expected: FAIL
[Name "ISO-8859-14" has label "iso-8859-14" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-14" has label "iso-8859-14" (charset)]
expected: FAIL
[Name "ISO-8859-14" has label "iso8859-14" (characterSet)]
expected: FAIL
[Name "ISO-8859-14" has label "iso8859-14" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-14" has label "iso8859-14" (charset)]
expected: FAIL
[Name "ISO-8859-14" has label "iso885914" (characterSet)]
expected: FAIL
[Name "ISO-8859-14" has label "iso885914" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-14" has label "iso885914" (charset)]
expected: FAIL
[Name "ISO-8859-15" has label "csisolatin9" (characterSet)]
expected: FAIL
[Name "ISO-8859-15" has label "csisolatin9" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-15" has label "csisolatin9" (charset)]
expected: FAIL
[Name "ISO-8859-15" has label "iso-8859-15" (characterSet)]
expected: FAIL
[Name "ISO-8859-15" has label "iso-8859-15" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-15" has label "iso-8859-15" (charset)]
expected: FAIL
[Name "ISO-8859-15" has label "iso8859-15" (characterSet)]
expected: FAIL
[Name "ISO-8859-15" has label "iso8859-15" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-15" has label "iso8859-15" (charset)]
expected: FAIL
[Name "ISO-8859-15" has label "iso885915" (characterSet)]
expected: FAIL
[Name "ISO-8859-15" has label "iso885915" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-15" has label "iso885915" (charset)]
expected: FAIL
[Name "ISO-8859-15" has label "iso_8859-15" (characterSet)]
expected: FAIL
[Name "ISO-8859-15" has label "iso_8859-15" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-15" has label "iso_8859-15" (charset)]
expected: FAIL
[Name "ISO-8859-15" has label "l9" (characterSet)]
expected: FAIL
[Name "ISO-8859-15" has label "l9" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-15" has label "l9" (charset)]
expected: FAIL
[Name "ISO-8859-16" has label "iso-8859-16" (characterSet)]
expected: FAIL
[Name "ISO-8859-16" has label "iso-8859-16" (inputEncoding)]
expected: FAIL
[Name "ISO-8859-16" has label "iso-8859-16" (charset)]
expected: FAIL

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,9 @@
[Document-createEvent-touchevent.window.html]
[document.createEvent('TouchEvent') should throw if 'expose legacy touch event APIs' is false]
expected: FAIL
[document.createEvent('touchevent') should throw if 'expose legacy touch event APIs' is false]
expected: FAIL
[document.createEvent('TOUCHEVENT') should throw if 'expose legacy touch event APIs' is false]
expected: FAIL

View file

@ -0,0 +1,75 @@
[Document-createEvent.https.html]
[createEvent('DRAGEVENT') should be initialized correctly.]
expected: FAIL
[DEVICEMOTIONEVENT should be an alias for DeviceMotionEvent.]
expected: FAIL
[createEvent('DeviceMotionEvent') should be initialized correctly.]
expected: FAIL
[devicemotionevent should be an alias for DeviceMotionEvent.]
expected: FAIL
[createEvent('DeviceOrientationEvent') should be initialized correctly.]
expected: FAIL
[DRAGEVENT should be an alias for DragEvent.]
expected: FAIL
[DEVICEORIENTATIONEVENT should be an alias for DeviceOrientationEvent.]
expected: FAIL
[Should throw NOT_SUPPORTED_ERR for non-legacy event interface "TouchEvent"]
expected: FAIL
[createEvent('dragevent') should be initialized correctly.]
expected: FAIL
[createEvent('DEVICEMOTIONEVENT') should be initialized correctly.]
expected: FAIL
[createEvent('devicemotionevent') should be initialized correctly.]
expected: FAIL
[DragEvent should be an alias for DragEvent.]
expected: FAIL
[dragevent should be an alias for DragEvent.]
expected: FAIL
[deviceorientationevent should be an alias for DeviceOrientationEvent.]
expected: FAIL
[DeviceOrientationEvent should be an alias for DeviceOrientationEvent.]
expected: FAIL
[createEvent('DEVICEORIENTATIONEVENT') should be initialized correctly.]
expected: FAIL
[createEvent('DragEvent') should be initialized correctly.]
expected: FAIL
[createEvent('deviceorientationevent') should be initialized correctly.]
expected: FAIL
[DeviceMotionEvent should be an alias for DeviceMotionEvent.]
expected: FAIL
[TouchEvent should be an alias for TouchEvent.]
expected: PRECONDITION_FAILED
[createEvent('TouchEvent') should be initialized correctly.]
expected: PRECONDITION_FAILED
[touchevent should be an alias for TouchEvent.]
expected: PRECONDITION_FAILED
[createEvent('touchevent') should be initialized correctly.]
expected: PRECONDITION_FAILED
[TOUCHEVENT should be an alias for TouchEvent.]
expected: PRECONDITION_FAILED
[createEvent('TOUCHEVENT') should be initialized correctly.]
expected: PRECONDITION_FAILED

View file

@ -0,0 +1,7 @@
[DocumentFragment-getElementById.html]
[It must return the first element when there are matches, using a template]
expected: FAIL
[It must return the first element when there are matches]
expected: FAIL

View file

@ -0,0 +1,4 @@
[Node-cloneNode-XMLDocument.html]
[Created with createDocument]
expected: FAIL

View file

@ -0,0 +1,7 @@
[Node-cloneNode-svg.html]
[cloned <use>'s xlink:href attribute should have the right properties]
expected: FAIL
[cloned <svg>'s xmlns:xlink attribute should have the right properties]
expected: FAIL

View file

@ -0,0 +1,7 @@
[Node-isConnected-shadow-dom.html]
[Node.isConnected in a open shadow tree]
expected: FAIL
[Node.isConnected in a closed shadow tree]
expected: FAIL

View file

@ -0,0 +1,151 @@
[ParentNode-querySelector-All-xht.xht]
[Detached Element.querySelectorAll: Slotted selector (no matching closing paren): ::slotted(foo]
expected: FAIL
[Document.querySelector: :first-line pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-line]
expected: FAIL
[In-document Element.querySelector: ::first-letter pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-letter]
expected: FAIL
[Document.querySelector: :first-letter pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-letter]
expected: FAIL
[Document.querySelectorAll: :link and :visited pseudo-class selectors, matching no elements: #head :link, #head :visited]
expected: FAIL
[In-document Element.querySelectorAll: :first-line pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-line]
expected: FAIL
[Document.querySelectorAll: Slotted selector (no matching closing paren): ::slotted(foo]
expected: FAIL
[Fragment.querySelectorAll: :first-line pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-line]
expected: FAIL
[Document.querySelector: Slotted selector: ::slotted(foo)]
expected: FAIL
[Detached Element.querySelector: Slotted selector (no matching closing paren): ::slotted(foo]
expected: FAIL
[In-document Element.querySelector: :first-line pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-line]
expected: FAIL
[In-document Element.querySelectorAll: ::first-line pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-line]
expected: FAIL
[Document.querySelector: ::first-line pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-line]
expected: FAIL
[In-document Element.querySelector: ::first-line pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-line]
expected: FAIL
[Document.querySelector: ::first-letter pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-letter]
expected: FAIL
[Detached Element.querySelector: Slotted selector: ::slotted(foo)]
expected: FAIL
[In-document Element.querySelector: Slotted selector: ::slotted(foo)]
expected: FAIL
[Fragment.querySelector: Slotted selector (no matching closing paren): ::slotted(foo]
expected: FAIL
[Detached Element.querySelector: :first-line pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-line]
expected: FAIL
[Document.querySelector: :link and :visited pseudo-class selectors, matching no elements: #head :link, #head :visited]
expected: FAIL
[Fragment.querySelector: Slotted selector: ::slotted(foo)]
expected: FAIL
[In-document Element.querySelectorAll: :first-letter pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-letter]
expected: FAIL
[Fragment.querySelectorAll: Slotted selector: ::slotted(foo)]
expected: FAIL
[Fragment.querySelector: :first-letter pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-letter]
expected: FAIL
[Detached Element.querySelector: ::first-line pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-line]
expected: FAIL
[Detached Element.querySelectorAll: ::first-letter pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-letter]
expected: FAIL
[Fragment.querySelectorAll: :first-letter pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-letter]
expected: FAIL
[Detached Element.querySelectorAll: :first-line pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-line]
expected: FAIL
[Detached Element.querySelectorAll: Slotted selector: ::slotted(foo)]
expected: FAIL
[Detached Element.querySelector: ::first-letter pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-letter]
expected: FAIL
[In-document Element.querySelectorAll: ::first-letter pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-letter]
expected: FAIL
[In-document Element.querySelectorAll: Slotted selector (no matching closing paren): ::slotted(foo]
expected: FAIL
[Document.querySelectorAll: :first-letter pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-letter]
expected: FAIL
[Document.querySelectorAll: ::first-letter pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-letter]
expected: FAIL
[Detached Element.querySelectorAll: ::first-line pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-line]
expected: FAIL
[Document.querySelectorAll: Slotted selector: ::slotted(foo)]
expected: FAIL
[Fragment.querySelectorAll: Slotted selector (no matching closing paren): ::slotted(foo]
expected: FAIL
[Detached Element.querySelectorAll: :first-letter pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-letter]
expected: FAIL
[Document.querySelectorAll: :first-line pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-line]
expected: FAIL
[Document.querySelector: Slotted selector (no matching closing paren): ::slotted(foo]
expected: FAIL
[Fragment.querySelectorAll: ::first-letter pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-letter]
expected: FAIL
[Detached Element.querySelector: :first-letter pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-letter]
expected: FAIL
[Fragment.querySelector: ::first-letter pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-letter]
expected: FAIL
[In-document Element.querySelectorAll: Slotted selector: ::slotted(foo)]
expected: FAIL
[Fragment.querySelector: ::first-line pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-line]
expected: FAIL
[In-document Element.querySelector: :first-letter pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-letter]
expected: FAIL
[In-document Element.querySelector: Slotted selector (no matching closing paren): ::slotted(foo]
expected: FAIL
[Fragment.querySelector: :first-line pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-line]
expected: FAIL
[Fragment.querySelectorAll: ::first-line pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-line]
expected: FAIL
[Document.querySelectorAll: ::first-line pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-line]
expected: FAIL

View file

@ -0,0 +1,151 @@
[ParentNode-querySelector-All.html]
[Detached Element.querySelectorAll: Slotted selector (no matching closing paren): ::slotted(foo]
expected: FAIL
[Document.querySelector: :first-line pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-line]
expected: FAIL
[In-document Element.querySelector: ::first-letter pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-letter]
expected: FAIL
[Document.querySelector: :first-letter pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-letter]
expected: FAIL
[Document.querySelectorAll: :link and :visited pseudo-class selectors, matching no elements: #head :link, #head :visited]
expected: FAIL
[In-document Element.querySelectorAll: :first-line pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-line]
expected: FAIL
[Document.querySelectorAll: Slotted selector (no matching closing paren): ::slotted(foo]
expected: FAIL
[Fragment.querySelectorAll: :first-line pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-line]
expected: FAIL
[Document.querySelector: Slotted selector: ::slotted(foo)]
expected: FAIL
[Detached Element.querySelector: Slotted selector (no matching closing paren): ::slotted(foo]
expected: FAIL
[In-document Element.querySelector: :first-line pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-line]
expected: FAIL
[In-document Element.querySelectorAll: ::first-line pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-line]
expected: FAIL
[Document.querySelector: ::first-line pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-line]
expected: FAIL
[In-document Element.querySelector: ::first-line pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-line]
expected: FAIL
[Document.querySelector: ::first-letter pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-letter]
expected: FAIL
[Detached Element.querySelector: Slotted selector: ::slotted(foo)]
expected: FAIL
[In-document Element.querySelector: Slotted selector: ::slotted(foo)]
expected: FAIL
[Fragment.querySelector: Slotted selector (no matching closing paren): ::slotted(foo]
expected: FAIL
[Detached Element.querySelector: :first-line pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-line]
expected: FAIL
[Document.querySelector: :link and :visited pseudo-class selectors, matching no elements: #head :link, #head :visited]
expected: FAIL
[Fragment.querySelector: Slotted selector: ::slotted(foo)]
expected: FAIL
[In-document Element.querySelectorAll: :first-letter pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-letter]
expected: FAIL
[Fragment.querySelectorAll: Slotted selector: ::slotted(foo)]
expected: FAIL
[Fragment.querySelector: :first-letter pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-letter]
expected: FAIL
[Detached Element.querySelector: ::first-line pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-line]
expected: FAIL
[Detached Element.querySelectorAll: ::first-letter pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-letter]
expected: FAIL
[Fragment.querySelectorAll: :first-letter pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-letter]
expected: FAIL
[Detached Element.querySelectorAll: :first-line pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-line]
expected: FAIL
[Detached Element.querySelectorAll: Slotted selector: ::slotted(foo)]
expected: FAIL
[Detached Element.querySelector: ::first-letter pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-letter]
expected: FAIL
[In-document Element.querySelectorAll: ::first-letter pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-letter]
expected: FAIL
[In-document Element.querySelectorAll: Slotted selector (no matching closing paren): ::slotted(foo]
expected: FAIL
[Document.querySelectorAll: :first-letter pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-letter]
expected: FAIL
[Document.querySelectorAll: ::first-letter pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-letter]
expected: FAIL
[Detached Element.querySelectorAll: ::first-line pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-line]
expected: FAIL
[Document.querySelectorAll: Slotted selector: ::slotted(foo)]
expected: FAIL
[Fragment.querySelectorAll: Slotted selector (no matching closing paren): ::slotted(foo]
expected: FAIL
[Detached Element.querySelectorAll: :first-letter pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-letter]
expected: FAIL
[Document.querySelectorAll: :first-line pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-line]
expected: FAIL
[Document.querySelector: Slotted selector (no matching closing paren): ::slotted(foo]
expected: FAIL
[Fragment.querySelectorAll: ::first-letter pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-letter]
expected: FAIL
[Detached Element.querySelector: :first-letter pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-letter]
expected: FAIL
[Fragment.querySelector: ::first-letter pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-letter]
expected: FAIL
[In-document Element.querySelectorAll: Slotted selector: ::slotted(foo)]
expected: FAIL
[Fragment.querySelector: ::first-line pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-line]
expected: FAIL
[In-document Element.querySelector: :first-letter pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-letter]
expected: FAIL
[In-document Element.querySelector: Slotted selector (no matching closing paren): ::slotted(foo]
expected: FAIL
[Fragment.querySelector: :first-line pseudo-element (one-colon syntax) selector, not matching any elements: #pseudo-element:first-line]
expected: FAIL
[Fragment.querySelectorAll: ::first-line pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-line]
expected: FAIL
[Document.querySelectorAll: ::first-line pseudo-element (two-colon syntax) selector, not matching any elements: #pseudo-element::first-line]
expected: FAIL

View file

@ -0,0 +1,7 @@
[ParentNode-querySelector-escapes.html]
["\\ud83dsurrogateFirst" should never match with "#\\\\d83d surrogateFirst"]
expected: FAIL
["surrogateSecond\\udd11" should never match with "#surrogateSecond\\\\dd11"]
expected: FAIL

View file

@ -0,0 +1,15 @@
[ParentNode-querySelector-scope.html]
[querySelectorAll]
expected: FAIL
[querySelector]
expected: FAIL
[querySelector with :scope]
expected: FAIL
[querySelector with id and sibling]
expected: FAIL
[querySelectorAll with :scope]
expected: FAIL

View file

@ -0,0 +1,4 @@
[ParentNode-querySelectors-exclusive.html]
[querySelector/querySelectorAll should not include their thisArg]
expected: FAIL

View file

@ -0,0 +1,76 @@
[ParentNode-replaceChildren.html]
[DocumentFragment.replaceChildren() with null as an argument, on a parent having a child.]
expected: FAIL
[DocumentFragment.replaceChildren() with only text as an argument, on a parent having no child.]
expected: FAIL
[Element.replaceChildren() with null as an argument, on a parent having no child.]
expected: FAIL
[Element.replaceChildren() without any argument, on a parent having no child.]
expected: FAIL
[If node is a host-including inclusive ancestor of parent, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[If node is an Element and parent is a document with another element, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[DocumentFragment.replaceChildren() with null as an argument, on a parent having no child.]
expected: FAIL
[DocumentFragment.replaceChildren() with one element and text as argument, on a parent having a child.]
expected: FAIL
[Element.replaceChildren() with null as an argument, on a parent having a child.]
expected: FAIL
[DocumentFragment.replaceChildren() with only one element as an argument, on a parent having no child.]
expected: FAIL
[Element.replaceChildren() should move nodes in the right order]
expected: FAIL
[If node is a Text node and parent is a document, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[If node is a DocumentFragment with an element and parent is a document with another element, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[DocumentFragment.replaceChildren() with undefined as an argument, on a parent having no child.]
expected: FAIL
[If node is a doctype and parent is not a document, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[If node is a doctype and parent is a document with another doctype, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[If node is a DocumentFragment with multiple elements and parent is a document, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[Element.replaceChildren() with undefined as an argument, on a parent having no child.]
expected: FAIL
[Element.replaceChildren() with only one element as an argument, on a parent having no child.]
expected: FAIL
[Element.replaceChildren() with one element and text as argument, on a parent having a child.]
expected: FAIL
[DocumentFragment.replaceChildren() should move nodes in the right order]
expected: FAIL
[If node is a doctype and parent is a document with an element, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[Element.replaceChildren() with only text as an argument, on a parent having no child.]
expected: FAIL
[DocumentFragment.replaceChildren() without any argument, on a parent having no child.]
expected: FAIL
[If node is not a DocumentFragment, DocumentType, Element, Text, ProcessingInstruction, or Comment node, then throw a HierarchyRequestError DOMException.]
expected: FAIL

View file

@ -0,0 +1,118 @@
[aria-attribute-reflection.tentative.html]
[aria-relevant attribute reflects.]
expected: FAIL
[aria-required attribute reflects.]
expected: FAIL
[aria-busy attribute reflects.]
expected: FAIL
[aria-current attribute reflects.]
expected: FAIL
[aria-valuetext attribute reflects.]
expected: FAIL
[aria-atomic attribute reflects.]
expected: FAIL
[aria-description attribute reflects.]
expected: FAIL
[aria-label attribute reflects.]
expected: FAIL
[aria-setsize attribute reflects.]
expected: FAIL
[aria-rowcount attribute reflects.]
expected: FAIL
[aria-valuemax attribute reflects.]
expected: FAIL
[role attribute reflects.]
expected: FAIL
[aria-sort attribute reflects.]
expected: FAIL
[aria-placeholder attribute reflects.]
expected: FAIL
[aria-live attribute reflects.]
expected: FAIL
[aria-valuenow attribute reflects.]
expected: FAIL
[aria-colcount attribute reflects.]
expected: FAIL
[aria-selected attribute reflects.]
expected: FAIL
[aria-checked attribute reflects.]
expected: FAIL
[aria-rowspan attribute reflects.]
expected: FAIL
[aria-pressed attribute reflects.]
expected: FAIL
[aria-hidden attribute reflects.]
expected: FAIL
[aria-multiselectable attribute reflects.]
expected: FAIL
[aria-autocomplete attribute reflects.]
expected: FAIL
[aria-posinset attribute reflects.]
expected: FAIL
[aria-rowindex attribute reflects.]
expected: FAIL
[aria-valuemin attribute reflects.]
expected: FAIL
[aria-level attribute reflects.]
expected: FAIL
[aria-disabled attribute reflects.]
expected: FAIL
[aria-orientation attribute reflects.]
expected: FAIL
[aria-colspan attribute reflects.]
expected: FAIL
[aria-colindex attribute reflects.]
expected: FAIL
[aria-roledescription attribute reflects.]
expected: FAIL
[aria-haspopup attribute reflects.]
expected: FAIL
[aria-readonly attribute reflects.]
expected: FAIL
[aria-expanded attribute reflects.]
expected: FAIL
[aria-modal attribute reflects.]
expected: FAIL
[aria-keyshortcuts attribute reflects.]
expected: FAIL
[aria-multiline attribute reflects.]
expected: FAIL

View file

@ -0,0 +1,67 @@
[aria-element-reflection.tentative.html]
[Element reference set in invalid scope remains intact throughout move to valid scope.]
expected: FAIL
[Moving explicitly set elements around within the same scope, and removing from the DOM.]
expected: FAIL
[Deleting a reflected element should return null for the IDL attribute and cause the content attribute to become stale.]
expected: FAIL
[Reparenting an element into a descendant shadow scope hides the element reference.]
expected: FAIL
[aria-activedescendant element reflection]
expected: FAIL
[Reparenting referenced element cannot cause retargeting of reference.]
expected: FAIL
[aria-owns.]
expected: FAIL
[aria-details]
expected: FAIL
[shadow DOM behaviour for FrozenArray element reflection.]
expected: FAIL
[aria-flowto.]
expected: FAIL
[aria-labelledby.]
expected: FAIL
[aria-describedby.]
expected: FAIL
[Changing the ID of an element causes the content attribute to become out of sync.]
expected: FAIL
[aria-controls.]
expected: FAIL
[Setting the IDL attribute to an element which is not the first element in DOM order with its ID causes the content attribute to be an empty string]
expected: FAIL
[Attaching element reference before it's inserted into the DOM.]
expected: FAIL
[Reparenting.]
expected: FAIL
[aria-errormessage]
expected: FAIL
[Cross-document references and moves.]
expected: FAIL
[If the content attribute is set directly, the IDL attribute getter always returns the first element whose ID matches the content attribute.]
expected: FAIL
[Moving explicitly set elements across shadow DOM boundaries.]
expected: FAIL
[Setting an element reference that crosses into a shadow tree is disallowed, but setting one that is in a shadow inclusive ancestor is allowed.]
expected: FAIL

View file

@ -0,0 +1,10 @@
[getElementsByClassName-empty-set.html]
[Passing a space to getElementsByClassName should return an empty HTMLCollection]
expected: FAIL
[Passing three spaces to getElementsByClassName should return an empty HTMLCollection]
expected: FAIL
[Passing an empty string to getElementsByClassName should return an empty HTMLCollection]
expected: FAIL

View file

@ -0,0 +1,3 @@
[Range-intersectsNode-shadow.html]
[Range.intersectsNode() doesn't return true for shadow children in other trees]
expected: FAIL

View file

@ -0,0 +1,2 @@
[slot-recalc.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[TreeWalker-acceptNode-filter-cross-realm-null-browsing-context.html]
[TreeWalker: NodeFilter from detached iframe doesn't get called]
expected: FAIL

View file

@ -0,0 +1,15 @@
[TreeWalker-acceptNode-filter-cross-realm.html]
[NodeFilter is cross-realm plain object without 'acceptNode' property]
expected: FAIL
[NodeFilter is cross-realm plain object with non-callable 'acceptNode' property]
expected: FAIL
[NodeFilter is cross-realm plain object with revoked Proxy as 'acceptNode' property]
expected: FAIL
[NodeFilter is cross-realm non-callable revoked Proxy]
expected: FAIL
[NodeFilter is cross-realm callable revoked Proxy]
expected: FAIL

View file

@ -0,0 +1,531 @@
[functions.tentative.window.html]
[QName]
expected: FAIL
[abs]
expected: FAIL
[accumulator-after]
expected: FAIL
[accumulator-before]
expected: FAIL
[adjust-date-to-timezone]
expected: FAIL
[adjust-dateTime-to-timezone]
expected: FAIL
[adjust-time-to-timezone]
expected: FAIL
[analyze-string]
expected: FAIL
[apply]
expected: FAIL
[available-environment-variables]
expected: FAIL
[available-system-properties]
expected: FAIL
[avg]
expected: FAIL
[base-uri]
expected: FAIL
[boolean]
expected: FAIL
[ceiling]
expected: FAIL
[codepoint-equal]
expected: FAIL
[codepoints-to-string]
expected: FAIL
[collation-key]
expected: FAIL
[collection]
expected: FAIL
[compare]
expected: FAIL
[concat]
expected: FAIL
[contains]
expected: FAIL
[contains-token]
expected: FAIL
[copy-of]
expected: FAIL
[count]
expected: FAIL
[current]
expected: FAIL
[current-date]
expected: FAIL
[current-dateTime]
expected: FAIL
[current-group]
expected: FAIL
[current-grouping-key]
expected: FAIL
[current-merge-group]
expected: FAIL
[current-merge-key]
expected: FAIL
[current-output-uri]
expected: FAIL
[current-time]
expected: FAIL
[data]
expected: FAIL
[dateTime]
expected: FAIL
[day-from-date]
expected: FAIL
[day-from-dateTime]
expected: FAIL
[days-from-duration]
expected: FAIL
[deep-equal]
expected: FAIL
[default-collation]
expected: FAIL
[default-language]
expected: FAIL
[distinct-values]
expected: FAIL
[doc]
expected: FAIL
[doc-available]
expected: FAIL
[document]
expected: FAIL
[document-uri]
expected: FAIL
[element-available]
expected: FAIL
[element-with-id]
expected: FAIL
[empty]
expected: FAIL
[encode-for-uri]
expected: FAIL
[ends-with]
expected: FAIL
[environment-variable]
expected: FAIL
[error]
expected: FAIL
[escape-html-uri]
expected: FAIL
[exactly-one]
expected: FAIL
[exists]
expected: FAIL
[false]
expected: FAIL
[filter]
expected: FAIL
[floor]
expected: FAIL
[fold-left]
expected: FAIL
[fold-right]
expected: FAIL
[for-each]
expected: FAIL
[for-each-pair]
expected: FAIL
[format-date]
expected: FAIL
[format-dateTime]
expected: FAIL
[format-integer]
expected: FAIL
[format-number]
expected: FAIL
[format-time]
expected: FAIL
[function-arity]
expected: FAIL
[function-available]
expected: FAIL
[function-lookup]
expected: FAIL
[function-name]
expected: FAIL
[generate-id]
expected: FAIL
[has-children]
expected: FAIL
[head]
expected: FAIL
[hours-from-dateTime]
expected: FAIL
[hours-from-duration]
expected: FAIL
[hours-from-time]
expected: FAIL
[id]
expected: FAIL
[idref]
expected: FAIL
[implicit-timezone]
expected: FAIL
[in-scope-prefixes]
expected: FAIL
[index-of]
expected: FAIL
[innermost]
expected: FAIL
[insert-before]
expected: FAIL
[iri-to-uri]
expected: FAIL
[json-doc]
expected: FAIL
[json-to-xml]
expected: FAIL
[key]
expected: FAIL
[lang]
expected: FAIL
[last]
expected: FAIL
[load-xquery-module]
expected: FAIL
[local-name]
expected: FAIL
[local-name-from-QName]
expected: FAIL
[lower-case]
expected: FAIL
[matches]
expected: FAIL
[max]
expected: FAIL
[min]
expected: FAIL
[minutes-from-dateTime]
expected: FAIL
[minutes-from-duration]
expected: FAIL
[minutes-from-time]
expected: FAIL
[month-from-date]
expected: FAIL
[month-from-dateTime]
expected: FAIL
[months-from-duration]
expected: FAIL
[name]
expected: FAIL
[namespace-uri]
expected: FAIL
[namespace-uri-for-prefix]
expected: FAIL
[namespace-uri-from-QName]
expected: FAIL
[nilled]
expected: FAIL
[node-name]
expected: FAIL
[normalize-space]
expected: FAIL
[normalize-unicode]
expected: FAIL
[not]
expected: FAIL
[number]
expected: FAIL
[one-or-more]
expected: FAIL
[outermost]
expected: FAIL
[parse-ietf-date]
expected: FAIL
[parse-json]
expected: FAIL
[parse-xml]
expected: FAIL
[parse-xml-fragment]
expected: FAIL
[path]
expected: FAIL
[position]
expected: FAIL
[prefix-from-QName]
expected: FAIL
[put]
expected: FAIL
[random-number-generator]
expected: FAIL
[regex-group]
expected: FAIL
[remove]
expected: FAIL
[replace]
expected: FAIL
[resolve-QName]
expected: FAIL
[resolve-uri]
expected: FAIL
[reverse]
expected: FAIL
[root]
expected: FAIL
[round]
expected: FAIL
[round-half-to-even]
expected: FAIL
[seconds-from-dateTime]
expected: FAIL
[seconds-from-duration]
expected: FAIL
[seconds-from-time]
expected: FAIL
[serialize]
expected: FAIL
[snapshot]
expected: FAIL
[sort]
expected: FAIL
[starts-with]
expected: FAIL
[static-base-uri]
expected: FAIL
[stream-available]
expected: FAIL
[string]
expected: FAIL
[string-join]
expected: FAIL
[string-length]
expected: FAIL
[string-to-codepoints]
expected: FAIL
[subsequence]
expected: FAIL
[substring]
expected: FAIL
[substring-after]
expected: FAIL
[substring-before]
expected: FAIL
[sum]
expected: FAIL
[system-property]
expected: FAIL
[tail]
expected: FAIL
[timezone-from-date]
expected: FAIL
[timezone-from-dateTime]
expected: FAIL
[timezone-from-time]
expected: FAIL
[tokenize]
expected: FAIL
[trace]
expected: FAIL
[transform]
expected: FAIL
[translate]
expected: FAIL
[true]
expected: FAIL
[type-available]
expected: FAIL
[unordered]
expected: FAIL
[unparsed-entity-public-id]
expected: FAIL
[unparsed-entity-uri]
expected: FAIL
[unparsed-text]
expected: FAIL
[unparsed-text-available]
expected: FAIL
[unparsed-text-lines]
expected: FAIL
[upper-case]
expected: FAIL
[uri-collection]
expected: FAIL
[xml-to-json]
expected: FAIL
[year-from-date]
expected: FAIL
[year-from-dateTime]
expected: FAIL
[years-from-duration]
expected: FAIL
[zero-or-one]
expected: FAIL

View file

@ -0,0 +1,2 @@
[sort.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[transformToFragment.tentative.window.html]
expected: ERROR