When run in isolated tree mode, the Mac/title-attribute-used-as-last-resort.html test fails.
<rdar://problem/115079675>
Created attachment 467577 [details] Patch
Comment on attachment 467577 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=467577&action=review > LayoutTests/accessibility/mac/title-attribute-used-as-last-resort.html:28 > + document.getElementById("link2").focus() Looks like this patch removes some semicolons after .focus() calls, but our code style prefers to have them.
Comment on attachment 467577 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=467577&action=review >> LayoutTests/accessibility/mac/title-attribute-used-as-last-resort.html:28 >> + document.getElementById("link2").focus() > > Looks like this patch removes some semicolons after .focus() calls, but our code style prefers to have them. ah yep—I'll fix that!
Created attachment 467588 [details] Patch
Committed 267757@main (93abe637e908): <https://commits.webkit.org/267757@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 467588 [details].