interop-accessibility icon indicating copy to clipboard operation
interop-accessibility copied to clipboard

Move role/label tests that assert on unrendered elements to tentative

Open cookiecrook opened this issue 1 year ago • 1 comments

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)

  • https://github.com/web-platform-tests/wpt/pull/49645

Maybe more.

cookiecrook avatar Dec 12 '24 21:12 cookiecrook

That test predates my knowledge of the .tentative test name feature, so we can probably get rid of the fragile dir altogether when we go in there…

cookiecrook avatar Dec 12 '24 21:12 cookiecrook