mirror of
https://github.com/servo/servo.git
synced 2025-08-24 06:45:33 +01:00
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:
parent
cfd24f00bc
commit
f4578afdfe
23708 changed files with 772645 additions and 694 deletions
|
@ -0,0 +1,12 @@
|
|||
[CustomElementRegistry-constructor-and-callbacks-are-held-strongly.html]
|
||||
[connectedCallback]
|
||||
expected: FAIL
|
||||
|
||||
[attributeChangedCallback]
|
||||
expected: FAIL
|
||||
|
||||
[disconnectedCallback]
|
||||
expected: FAIL
|
||||
|
||||
[adoptedCallback]
|
||||
expected: FAIL
|
|
@ -0,0 +1,49 @@
|
|||
[CustomElementRegistry.html]
|
||||
[customElements.define must get "observedAttributes" property on the constructor prototype when "attributeChangedCallback" is present]
|
||||
expected: FAIL
|
||||
|
||||
[customElements.define must rethrow an exception thrown while getting formAssociated on the constructor prototype]
|
||||
expected: FAIL
|
||||
|
||||
[customElements.define must rethrow an exception thrown while getting additional formAssociated callbacks on the constructor prototype]
|
||||
expected: FAIL
|
||||
|
||||
[A promise returned by customElements.whenDefined must be resolved by "define"]
|
||||
expected: FAIL
|
||||
|
||||
[customElements.define must rethrow an exception thrown while retrieving Symbol.iterator on disabledFeatures]
|
||||
expected: FAIL
|
||||
|
||||
[customElements.whenDefined must return a new resolved promise each time invoked when the registry contains the entry with the given name]
|
||||
expected: FAIL
|
||||
|
||||
[customElements.define must upgrade elements in the shadow-including tree order]
|
||||
expected: FAIL
|
||||
|
||||
[A promise returned by customElements.whenDefined must be resolved with the defined class once such class is defined]
|
||||
expected: FAIL
|
||||
|
||||
[customElements.whenDefined must return a resolved promise when the registry contains the entry with the given name]
|
||||
expected: FAIL
|
||||
|
||||
[customElements.define must get four additional callbacks on the prototype if formAssociated is converted to true]
|
||||
expected: FAIL
|
||||
|
||||
[customElements.define must rethrow an exception thrown while getting disabledFeatures on the constructor prototype]
|
||||
expected: FAIL
|
||||
|
||||
[customElements.define must rethrow an exception thrown while iterating over disabledFeatures to sequence<DOMString>]
|
||||
expected: FAIL
|
||||
|
||||
[A promise returned by customElements.whenDefined must be resolved with the defined class]
|
||||
expected: FAIL
|
||||
|
||||
[customElements.define must get "prototype", "disabledFeatures", and "formAssociated" property of the constructor]
|
||||
expected: FAIL
|
||||
|
||||
[customElements.define must rethrow an exception thrown while converting the value of disabledFeatures to sequence<DOMString>]
|
||||
expected: FAIL
|
||||
|
||||
[customElements.define must not throw when defining another custom element in a different global object during Get(constructor, "prototype")]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
[ElementInternals-accessibility.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,3 @@
|
|||
[cross-realm-callback-report-exception.html]
|
||||
[constructor]
|
||||
expected: FAIL
|
|
@ -0,0 +1,4 @@
|
|||
[custom-element-reaction-queue.html]
|
||||
[Upgrading a custom element must not invoke attributeChangedCallback for the attribute that is changed during upgrading]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
[customized-built-in-constructor-exceptions.html]
|
||||
expected: CRASH
|
|
@ -0,0 +1,2 @@
|
|||
[element-internals-shadowroot.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,2 @@
|
|||
[ElementInternals-form.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,10 @@
|
|||
[ElementInternals-labels.html]
|
||||
expected: ERROR
|
||||
[LABEL association]
|
||||
expected: FAIL
|
||||
|
||||
[LABEL click]
|
||||
expected: FAIL
|
||||
|
||||
[ElementInternals.labels should throw NotSupportedError if the target element is not a form-associated custom element]
|
||||
expected: FAIL
|
|
@ -0,0 +1,226 @@
|
|||
[ElementInternals-setFormValue.html]
|
||||
expected: ERROR
|
||||
[Newline normalization - \\n\\r in value]
|
||||
expected: FAIL
|
||||
|
||||
[Single value - name is missing]
|
||||
expected: FAIL
|
||||
|
||||
[Single value - Non-empty name exists]
|
||||
expected: FAIL
|
||||
|
||||
[Null value should submit nothing]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n in name]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r\\n in filename]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r in FormData name]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r\\n in FormData value]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r\\n in FormData name]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n\\r in FormData name]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n in value]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r in FormData value]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n\\r in name]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r in filename]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r\\n in name]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n\\r in FormData value]
|
||||
expected: FAIL
|
||||
|
||||
[setFormValue with an empty FormData should submit nothing]
|
||||
expected: FAIL
|
||||
|
||||
[Single value - empty name exists]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n in filename]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n in FormData name]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r in name]
|
||||
expected: FAIL
|
||||
|
||||
[Multiple values - name content attribute is ignored]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r in value]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r\\n in value]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n in FormData value]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n\\r in filename]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n in name (urlencoded)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n in name (formdata)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r in name (urlencoded)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r in name (formdata)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r\\n in name (urlencoded)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r\\n in name (formdata)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n\\r in name (urlencoded)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n\\r in name (formdata)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n in value (urlencoded)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n in value (formdata)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r in value (urlencoded)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r in value (formdata)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r\\n in value (urlencoded)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r\\n in value (formdata)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n\\r in value (urlencoded)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n\\r in value (formdata)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n in filename (urlencoded)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n in filename (formdata)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r in filename (urlencoded)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r in filename (formdata)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r\\n in filename (urlencoded)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r\\n in filename (formdata)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n\\r in filename (urlencoded)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n\\r in filename (formdata)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n in FormData name (urlencoded)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n in FormData name (formdata)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r in FormData name (urlencoded)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r in FormData name (formdata)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r\\n in FormData name (urlencoded)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r\\n in FormData name (formdata)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n\\r in FormData name (urlencoded)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n\\r in FormData name (formdata)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n in FormData value (urlencoded)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n in FormData value (formdata)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r in FormData value (urlencoded)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r in FormData value (formdata)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r\\n in FormData value (urlencoded)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r\\n in FormData value (formdata)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n\\r in FormData value (urlencoded)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n\\r in FormData value (formdata)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n in FormData filename (urlencoded)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n in FormData filename (formdata)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r in FormData filename (urlencoded)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r in FormData filename (formdata)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r\\n in FormData filename (urlencoded)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\r\\n in FormData filename (formdata)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n\\r in FormData filename (urlencoded)]
|
||||
expected: FAIL
|
||||
|
||||
[Newline normalization - \\n\\r in FormData filename (formdata)]
|
||||
expected: FAIL
|
||||
|
||||
[ElementInternals.setFormValue() should throw NotSupportedError if the target element is not a form-associated custom element]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[ElementInternals-target-element-is-held-strongly.html]
|
||||
[Target element of ElementsInternals is held strongly and doesn't get GCed if there are no other references]
|
||||
expected: FAIL
|
|
@ -0,0 +1,37 @@
|
|||
[ElementInternals-validation.html]
|
||||
expected: ERROR
|
||||
[willValidate]
|
||||
expected: FAIL
|
||||
|
||||
[willValidate after upgrade]
|
||||
expected: FAIL
|
||||
|
||||
[willValidate should throw NotSupportedError if the target element is not a form-associated custom element]
|
||||
expected: FAIL
|
||||
|
||||
[validity and setValidity()]
|
||||
expected: FAIL
|
||||
|
||||
["anchor" argument of setValidity()]
|
||||
expected: FAIL
|
||||
|
||||
[checkValidity() should throw NotSupportedError if the target element is not a form-associated custom element]
|
||||
expected: FAIL
|
||||
|
||||
[checkValidity()]
|
||||
expected: FAIL
|
||||
|
||||
[reportValidity() should throw NotSupportedError if the target element is not a form-associated custom element]
|
||||
expected: FAIL
|
||||
|
||||
[reportValidity()]
|
||||
expected: FAIL
|
||||
|
||||
[Custom control affects validation at the owner form]
|
||||
expected: FAIL
|
||||
|
||||
[Custom control affects :valid :invalid for FORM and FIELDSET]
|
||||
expected: FAIL
|
||||
|
||||
[willValidate after upgrade (document.createElement)]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[disabled-delegatesFocus.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,3 @@
|
|||
[fieldset-elements.html]
|
||||
[Form associated custom elements should work with fieldset.elements]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[form-elements-namedItem.html]
|
||||
[Form associated custom elements should work with document.forms.elements.namedItem()]
|
||||
expected: FAIL
|
||||
|
||||
[Form associated custom elements should work with document.forms.elements.namedItem() after upgrading]
|
||||
expected: FAIL
|
||||
|
||||
[Form associated custom elements should work with document.forms.elements.namedItem() after updating the name attribute]
|
||||
expected: FAIL
|
|
@ -0,0 +1,12 @@
|
|||
[newtarget-customized-builtins.html]
|
||||
[If prototype is not object (null), derives the fallback from NewTarget's GetFunctionRealm (customized built-in elements)]
|
||||
expected: FAIL
|
||||
|
||||
[If prototype is not object (undefined), derives the fallback from NewTarget's GetFunctionRealm (customized built-in elements)]
|
||||
expected: FAIL
|
||||
|
||||
[If prototype is not object (5), derives the fallback from NewTarget's GetFunctionRealm (customized built-in elements)]
|
||||
expected: FAIL
|
||||
|
||||
[If prototype is not object (string), derives the fallback from NewTarget's GetFunctionRealm (customized built-in elements)]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[serializing-html-fragments-customized-builtins.html]
|
||||
["is" value should be serialized if the custom element has no "is" content attribute]
|
||||
expected: FAIL
|
||||
|
||||
["is" value should be serialized even for an undefined element]
|
||||
expected: FAIL
|
|
@ -0,0 +1,12 @@
|
|||
[pseudo-class-defined-customized-builtins.html]
|
||||
[createElementNS("http://www.w3.org/2000/svg", "abbr", is:"my-abbr") should be :defined]
|
||||
expected: FAIL
|
||||
|
||||
[Without browsing context: createElementNS("http://www.w3.org/2000/svg", "abbr", is:"my-abbr") should be :defined]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS("http://www.w3.org/2000/svg", "p", is:"") should be :defined]
|
||||
expected: FAIL
|
||||
|
||||
[Without browsing context: createElementNS("http://www.w3.org/2000/svg", "p", is:"") should be :defined]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[Animation.html]
|
||||
[Animation.animate must enqueue an attributeChanged reaction when it adds the observed style attribute]
|
||||
expected: FAIL
|
||||
|
||||
[Animation.animate must enqueue an attributeChanged reaction when it mutates the observed style attribute]
|
||||
expected: FAIL
|
||||
|
||||
[Animation.animate must not enqueue an attributeChanged reaction when it mutates the style attribute but the style attribute is not observed]
|
||||
expected: FAIL
|
|
@ -0,0 +1,48 @@
|
|||
[AriaMixin-element-attributes.html]
|
||||
[ariaActiveDescendantElement in Element must enqueue an attributeChanged reaction when adding aria-activedescendant content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaActiveDescendantElement in Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaControlsElements in Element must enqueue an attributeChanged reaction when adding aria-controls content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaControlsElements in Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaDescribedByElements in Element must enqueue an attributeChanged reaction when adding aria-describedby content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaDescribedByElements in Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaDetailsElements in Element must enqueue an attributeChanged reaction when adding aria-details content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaDetailsElements in Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaErrorMessageElement in Element must enqueue an attributeChanged reaction when adding aria-errormessage content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaErrorMessageElement in Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaFlowToElements in Element must enqueue an attributeChanged reaction when adding aria-flowto content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaFlowToElements in Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaLabelledByElements in Element must enqueue an attributeChanged reaction when adding aria-labelledby content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaLabelledByElements in Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaOwnsElements in Element must enqueue an attributeChanged reaction when adding aria-owns content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaOwnsElements in Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
|
@ -0,0 +1,228 @@
|
|||
[AriaMixin-string-attributes.html]
|
||||
[ariaAtomic on Element must enqueue an attributeChanged reaction when adding aria-atomic content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaAtomic on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaAutoComplete on Element must enqueue an attributeChanged reaction when adding aria-autocomplete content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaAutoComplete on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaBusy on Element must enqueue an attributeChanged reaction when adding aria-busy content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaBusy on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaChecked on Element must enqueue an attributeChanged reaction when adding aria-checked content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaChecked on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaColCount on Element must enqueue an attributeChanged reaction when adding aria-colcount content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaColCount on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaColIndex on Element must enqueue an attributeChanged reaction when adding aria-colindex content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaColIndex on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaColSpan on Element must enqueue an attributeChanged reaction when adding aria-colspan content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaColSpan on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaCurrent on Element must enqueue an attributeChanged reaction when adding aria-current content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaCurrent on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaDisabled on Element must enqueue an attributeChanged reaction when adding aria-disabled content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaDisabled on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaExpanded on Element must enqueue an attributeChanged reaction when adding aria-expanded content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaExpanded on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaHasPopup on Element must enqueue an attributeChanged reaction when adding aria-haspopup content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaHasPopup on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaHidden on Element must enqueue an attributeChanged reaction when adding aria-hidden content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaHidden on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaInvalid on Element must enqueue an attributeChanged reaction when adding aria-invalid content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaInvalid on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaKeyShortcuts on Element must enqueue an attributeChanged reaction when adding aria-keyshortcuts content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaKeyShortcuts on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaLabel on Element must enqueue an attributeChanged reaction when adding aria-label content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaLabel on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaLevel on Element must enqueue an attributeChanged reaction when adding aria-level content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaLevel on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaLive on Element must enqueue an attributeChanged reaction when adding aria-live content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaLive on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaModal on Element must enqueue an attributeChanged reaction when adding aria-modal content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaModal on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaMultiLine on Element must enqueue an attributeChanged reaction when adding aria-multiline content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaMultiLine on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaMultiSelectable on Element must enqueue an attributeChanged reaction when adding aria-multiselectable content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaMultiSelectable on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaOrientation on Element must enqueue an attributeChanged reaction when adding aria-orientation content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaOrientation on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaPlaceholder on Element must enqueue an attributeChanged reaction when adding aria-placeholder content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaPlaceholder on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaPosInSet on Element must enqueue an attributeChanged reaction when adding aria-posinset content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaPosInSet on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaPressed on Element must enqueue an attributeChanged reaction when adding aria-pressed content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaPressed on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaReadOnly on Element must enqueue an attributeChanged reaction when adding aria-readonly content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaReadOnly on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaRelevant on Element must enqueue an attributeChanged reaction when adding aria-relevant content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaRelevant on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaRequired on Element must enqueue an attributeChanged reaction when adding aria-required content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaRequired on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaRoleDescription on Element must enqueue an attributeChanged reaction when adding aria-roledescription content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaRoleDescription on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaRowCount on Element must enqueue an attributeChanged reaction when adding aria-rowcount content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaRowCount on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaRowIndex on Element must enqueue an attributeChanged reaction when adding aria-rowindex content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaRowIndex on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaRowSpan on Element must enqueue an attributeChanged reaction when adding aria-rowspan content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaRowSpan on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaSelected on Element must enqueue an attributeChanged reaction when adding aria-selected content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaSelected on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaSetSize on Element must enqueue an attributeChanged reaction when adding aria-setsize content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaSetSize on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaSort on Element must enqueue an attributeChanged reaction when adding aria-sort content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaSort on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaValueMax on Element must enqueue an attributeChanged reaction when adding aria-valuemax content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaValueMax on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaValueMin on Element must enqueue an attributeChanged reaction when adding aria-valuemin content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaValueMin on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaValueNow on Element must enqueue an attributeChanged reaction when adding aria-valuenow content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaValueNow on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaValueText on Element must enqueue an attributeChanged reaction when adding aria-valuetext content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ariaValueText on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
|
@ -0,0 +1,30 @@
|
|||
[CSSStyleDeclaration.html]
|
||||
[cssFloat on CSSStyleDeclaration must enqueue an attributeChanged reaction when it adds the observed style attribute]
|
||||
expected: FAIL
|
||||
|
||||
[cssFloat on CSSStyleDeclaration must not enqueue an attributeChanged reaction when it adds the style attribute but the style attribute is not observed]
|
||||
expected: FAIL
|
||||
|
||||
[A webkit prefixed camel case attribute (webkitFilter) on CSSStyleDeclaration must enqueue an attributeChanged reaction when it adds the observed style attribute]
|
||||
expected: FAIL
|
||||
|
||||
[A webkit prefixed camel case attribute (webkitFilter) on CSSStyleDeclaration must not enqueue an attributeChanged reaction when it adds the style attribute but the style attribute is not observed]
|
||||
expected: FAIL
|
||||
|
||||
[A webkit prefixed camel case attribute (webkitFilter) on CSSStyleDeclaration must enqueue an attributeChanged reaction when it mutates the observed style attribute]
|
||||
expected: FAIL
|
||||
|
||||
[A webkit prefixed camel case attribute (webkitFilter) on CSSStyleDeclaration must not enqueue an attributeChanged reaction when it mutates the style attribute but the style attribute is not observed]
|
||||
expected: FAIL
|
||||
|
||||
[A webkit prefixed dashed property (-webkit-filter) on CSSStyleDeclaration must enqueue an attributeChanged reaction when it adds the observed style attribute]
|
||||
expected: FAIL
|
||||
|
||||
[A webkit prefixed dashed property (-webkit-filter) on CSSStyleDeclaration must not enqueue an attributeChanged reaction when it adds the style attribute but the style attribute is not observed]
|
||||
expected: FAIL
|
||||
|
||||
[A webkit prefixed dashed property (-webkit-filter) on CSSStyleDeclaration must enqueue an attributeChanged reaction when it mutates the observed style attribute]
|
||||
expected: FAIL
|
||||
|
||||
[A webkit prefixed dashed property (-webkit-filter) on CSSStyleDeclaration must not enqueue an attributeChanged reaction when it mutates the style attribute but the style attribute is not observed]
|
||||
expected: FAIL
|
|
@ -0,0 +1,30 @@
|
|||
[HTMLElement.html]
|
||||
[tabIndex on HTMLElement must enqueue an attributeChanged reaction when adding tabindex content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[tabIndex on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[accessKey on HTMLElement must enqueue an attributeChanged reaction when adding accesskey content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[accessKey on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[draggable on HTMLElement must enqueue an attributeChanged reaction when adding draggable content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[draggable on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[spellcheck on HTMLElement must enqueue an attributeChanged reaction when adding spellcheck content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[spellcheck on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[innerText on HTMLElement must enqueue a disconnected reaction]
|
||||
expected: FAIL
|
||||
|
||||
[outerText on HTMLElement must enqueue a disconnected reaction]
|
||||
expected: FAIL
|
|
@ -0,0 +1,36 @@
|
|||
[HTMLAreaElement.html]
|
||||
[alt on HTMLAreaElement must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[alt on HTMLAreaElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[coords on HTMLAreaElement must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[coords on HTMLAreaElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[shape on HTMLAreaElement must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[shape on HTMLAreaElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[download on HTMLAreaElement must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[download on HTMLAreaElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ping on HTMLAreaElement must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[ping on HTMLAreaElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[referrerPolicy on HTMLAreaElement must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[referrerPolicy on HTMLAreaElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[HTMLBaseElement.html]
|
||||
[target on HTMLBaseElement must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[target on HTMLBaseElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[HTMLButtonElement.html]
|
||||
[autofocus on HTMLButtonElement must enqueue an attributeChanged reaction when adding autofocus content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[autofocus on HTMLButtonElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
|
@ -0,0 +1,24 @@
|
|||
[HTMLEmbedElement.html]
|
||||
[src on HTMLEmbedElement must enqueue an attributeChanged reaction when adding src content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[src on HTMLEmbedElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[type on HTMLEmbedElement must enqueue an attributeChanged reaction when adding type content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[type on HTMLEmbedElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[width on HTMLEmbedElement must enqueue an attributeChanged reaction when adding width content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[width on HTMLEmbedElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[height on HTMLEmbedElement must enqueue an attributeChanged reaction when adding height content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[height on HTMLEmbedElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
|
@ -0,0 +1,12 @@
|
|||
[HTMLImageElement.html]
|
||||
[sizes on HTMLImageElement must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[sizes on HTMLImageElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[decoding on HTMLImageElement must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[decoding on HTMLImageElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[HTMLMapElement.html]
|
||||
[name on HTMLMapElement must enqueue an attributeChanged reaction when adding name content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[name on HTMLMapElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[HTMLMetaElement.html]
|
||||
[httpEquiv on HTMLMetaElement must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[httpEquiv on HTMLMetaElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
|
@ -0,0 +1,36 @@
|
|||
[HTMLMeterElement.html]
|
||||
[value on HTMLMeterElement must enqueue an attributeChanged reaction when adding value content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[value on HTMLMeterElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[min on HTMLMeterElement must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[min on HTMLMeterElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[max on HTMLMeterElement must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[max on HTMLMeterElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[low on HTMLMeterElement must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[low on HTMLMeterElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[high on HTMLMeterElement must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[high on HTMLMeterElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[optimum on HTMLMeterElement must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[optimum on HTMLMeterElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[HTMLModElement.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,18 @@
|
|||
[HTMLOListElement.html]
|
||||
[reversed on HTMLOListElement must enqueue an attributeChanged reaction when adding reversed content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[reversed on HTMLOListElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[start on HTMLOListElement must enqueue an attributeChanged reaction when adding start content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[start on HTMLOListElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[type on HTMLOListElement must enqueue an attributeChanged reaction when adding type content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[type on HTMLOListElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[HTMLOptGroupElement.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,12 @@
|
|||
[HTMLParamElement.html]
|
||||
[name on HTMLParamElement must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[name on HTMLParamElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[value on HTMLParamElement must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[value on HTMLParamElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
|
@ -0,0 +1,12 @@
|
|||
[HTMLQuoteElement.html]
|
||||
[cite on blockquote use HTMLQuoteElement must enqueue an attributeChanged reaction when adding cite content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[cite on blockquote use HTMLQuoteElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[cite on q use HTMLQuoteElement must enqueue an attributeChanged reaction when adding cite content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[cite on q use HTMLQuoteElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[HTMLSlotElement.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,6 @@
|
|||
[HTMLStyleElement.html]
|
||||
[media on HTMLStyleElement must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[media on HTMLStyleElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
|
@ -0,0 +1,24 @@
|
|||
[HTMLTableCellElement.html]
|
||||
[headers on HTMLTableCellElement in td must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[headers on HTMLTableCellElement in td must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[headers on HTMLTableCellElement in th must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[headers on HTMLTableCellElement in th must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[scope on HTMLTableCellElement in th must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[scope on HTMLTableCellElement in th must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[abbr on HTMLTableCellElement in th must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[abbr on HTMLTableCellElement in th must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[HTMLTableColElement.html]
|
||||
[span on HTMLTableColElement must enqueue an attributeChanged reaction when adding a new attribute]
|
||||
expected: FAIL
|
||||
|
||||
[span on HTMLTableColElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[CustomElementRegistry-constructor.tentative.html]
|
||||
[Create non-global CustomElementRegistry and add definitions]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[CustomElementRegistry-multi-register.tentative.html]
|
||||
[Same constructor can be registered to different registries]
|
||||
expected: FAIL
|
||||
|
||||
[Non-global registries still reject duplicate registrations of the same constructor]
|
||||
expected: FAIL
|
|
@ -0,0 +1,15 @@
|
|||
[ShadowRoot-init-registry.tentative.html]
|
||||
[ShadowRoot.registry is null if not explicitly specified]
|
||||
expected: FAIL
|
||||
|
||||
[Attach the global registry to a shadow root]
|
||||
expected: FAIL
|
||||
|
||||
[Attach a non-global registry to a shadow root]
|
||||
expected: FAIL
|
||||
|
||||
[Attach the same registry to multiple shadow roots]
|
||||
expected: FAIL
|
||||
|
||||
[Attaching registry to shadow root can only be done during initialization]
|
||||
expected: FAIL
|
|
@ -0,0 +1,22 @@
|
|||
[ElementInternals-states.html]
|
||||
[DOMTokenList behavior of ElementInternals.states: Initial state]
|
||||
expected: FAIL
|
||||
|
||||
[DOMTokenList behavior of ElementInternals.states: Exceptions]
|
||||
expected: FAIL
|
||||
|
||||
[DOMTokenList behavior of ElementInternals.states: Modifications]
|
||||
expected: FAIL
|
||||
|
||||
[CustomStateSet behavior of ElementInternals.states: Exceptions]
|
||||
expected: FAIL
|
||||
|
||||
[CustomStateSet behavior of ElementInternals.states: Initial state]
|
||||
expected: FAIL
|
||||
|
||||
[CustomStateSet behavior of ElementInternals.states: Modifications]
|
||||
expected: FAIL
|
||||
|
||||
[Updating a CustomStateSet while iterating it should work]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,34 @@
|
|||
[state-pseudo-class.html]
|
||||
[:state() and :host()]
|
||||
expected: FAIL
|
||||
|
||||
[:state() and ::part()]
|
||||
expected: FAIL
|
||||
|
||||
[:state() in simple cases]
|
||||
expected: FAIL
|
||||
|
||||
[:state() and other pseudo classes]
|
||||
expected: FAIL
|
||||
|
||||
[:state() serialization]
|
||||
expected: FAIL
|
||||
|
||||
[:--foo in simple cases]
|
||||
expected: FAIL
|
||||
|
||||
[:--foo serialization]
|
||||
expected: FAIL
|
||||
|
||||
[:--foo parsing passes]
|
||||
expected: FAIL
|
||||
|
||||
[:--foo and :host()]
|
||||
expected: FAIL
|
||||
|
||||
[:--foo and other pseudo classes]
|
||||
expected: FAIL
|
||||
|
||||
[:--foo and ::part()]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
[throw-on-dynamic-markup-insertion-counter-construct-xml-parser.xhtml]
|
||||
expected: CRASH
|
|
@ -0,0 +1,2 @@
|
|||
[throw-on-dynamic-markup-insertion-counter-reactions-xml-parser.xhtml]
|
||||
expected: CRASH
|
Loading…
Add table
Add a link
Reference in a new issue