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
Correct id of img element in aria-labelledby test (#45854)
This test includes an aria-labelledby reference to id "nested_image_label3"
but that id doesn't exist. Instead, "nested_image_label_3" exists. This commit
updates the id, removing the underscore to fit the pattern of the test file.
0 commit comments