Move role/label tests that assert on unrendered elements to tentative #158
Open
Description
IIRC, HTML does not require some elements (like <optgroup>
) to be rendered, and WebDriver doesn’t require a role return value on something unrendered.
So a few tests are failing due to unspecified implementation details. For example:
https://wpt.fyi/results/html-aam/fragile/optgroup-role.html?label=experimental&label=master&aligned
Above should be moved to tentative...
And this new PR (already marked tentative)
Maybe more.