[webkit-reviews] review granted: [Bug 72715] Implement AccessKeyLabel attribute. : [Attachment 117356] Updated Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 1 09:01:49 PST 2011


Alexey Proskuryakov <ap at webkit.org> has granted Vineet Chaudhary (vineetc)
<rgf748 at motorola.com>'s request for review:
Bug 72715: Implement AccessKeyLabel attribute.
https://bugs.webkit.org/show_bug.cgi?id=72715

Attachment 117356: Updated Patch
https://bugs.webkit.org/attachment.cgi?id=117356&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=117356&action=review


> LayoutTests/fast/forms/access-key-label.html:20
> +if (navigator.userAgent.search(/\bMac OS X\b/) != -1)
> +    shouldBe("input_item.accessKeyLabel",'Ctrl+Alt+A');
> +else
> +    shouldBe("input_item.accessKeyLabel","'Alt+A'");

This still looks wrong to me. These are not the expected values on Mac, so it's
not something to fix in test expectations.


More information about the webkit-reviews mailing list