[Webkit-unassigned] [Bug 72715] Implement AccessKeyLabel attribute.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 1 09:01:49 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=72715
Alexey Proskuryakov <ap at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #117356|review? |review+
Flag| |
--- Comment #23 from Alexey Proskuryakov <ap at webkit.org> 2011-12-01 09:01:49 PST ---
(From update of attachment 117356)
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list