Labels: Pri-3 Type-Bug Status: Available (was: Untriaged)
These look mostly as expected I think:
'focusable' not supported, and we should probably not add support for it. (All the failures with [focusable*].)
We don't focus elements which don't have computed style (not in the layout tree in practice). (The test with 'mesh', 'unknown', 'iframe', etc.)
The one failure that might warrant some investigation is:
FAIL The document root element should be focusable.
Since I don't think document.activeElement ought to return null there. (I'm not sure that test is necessarily testing what it sets out to though - i.e even if focusing the root fails, document.activeElement would still return the root.)
Comment 1 by f...@opera.com
, Dec 7Status: Available (was: Untriaged)