Source code
Revision control
Copy as Markdown
Other Tools
[idl-reflection.html]
[focusGroupStart IDL attribute on an element without the focusgroupstart content attribute is false]
expected: FAIL
[focusGroupStart IDL attribute reflects presence of the focusgroupstart content attribute as true]
expected: FAIL
[Setting focusGroupStart IDL attribute to true adds the focusgroupstart content attribute]
expected: FAIL
[Setting focusGroupStart IDL attribute to false removes the focusgroupstart content attribute]
expected: FAIL
[focusGroup IDL attribute is a DOMTokenList]
expected: FAIL
[focusGroup.value on element without focusgroup content attribute is the empty string]
expected: FAIL
[focusGroup.value reflects the focusgroup content attribute value]
expected: FAIL
[focusGroup.contains() reflects individual tokens]
expected: FAIL
[Setting focusGroup via PutForwards writes the focusgroup content attribute]
expected: FAIL
[Setting focusGroup via PutForwards preserves the DOMTokenList object identity]
expected: FAIL
[Setting focusGroup.value writes the focusgroup content attribute]
expected: FAIL
[Setting focusGroup to empty string clears the content attribute value]
expected: FAIL
[focusGroup.add() appends a token and updates the content attribute]
expected: FAIL
[focusGroup.remove() removes a token and updates the content attribute]
expected: FAIL
[focusGroup.toggle() adds or removes a token]
expected: FAIL
[setAttribute('focusgroup', ...) updates the existing DOMTokenList object]
expected: FAIL
[focusGroup.supports() returns true for all standard tokens]
expected: FAIL
[focusGroup.supports() returns false for unrecognized tokens]
expected: FAIL
[focusGroup DOMTokenList and focusGroupStart are exposed on SVGElement via the HTMLOrSVGOrMathMLElement mixin]
expected: FAIL
[focusGroup DOMTokenList and focusGroupStart are exposed on MathMLElement via the HTMLOrSVGOrMathMLElement mixin]
expected: FAIL