We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IIRC, HTML does not require some elements (like <optgroup>) to be rendered, and WebDriver doesn’t require a role return value on something unrendered.
<optgroup>
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.
The text was updated successfully, but these errors were encountered:
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…
.tentative
fragile
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: