You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<input id=test>
<label for=test>
before
<input value=value aria-labelledby=aria disabled role=presentation>
after
</label>
<div id=aria>aria-labelledby</div>
input with id=test should not use Step 2E (use the value of the 2nd input because it has not role=textbox due to role=presentation) but Step 2B (use aria-labelledby). It works correct in Chrome