[Webkit-unassigned] [Bug 71854] Access key should work on all elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 9 23:31:34 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=71854


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #114441|review?                     |review+, commit-queue-
               Flag|                            |




--- Comment #13 from Adam Barth <abarth at webkit.org>  2011-11-09 23:31:34 PST ---
(From update of attachment 114441)
View in context: https://bugs.webkit.org/attachment.cgi?id=114441&action=review

> LayoutTests/fast/forms/access-key-for-all-elements.html:32
> +for (var i =0 ; i < test.length; i++) {
> +var parent = document.createElement(test[i]);
> +document.body.appendChild(parent);
> +var test_me = document.getElementsByTagName(test[i])[0];
> +debug('Check for ' + test_me.tagName + ' tag');
> +shouldBeDefined('test_me.accessKey');
> +test_me.accessKey ='k';
> +accesskey = test_me.accessKey; 
> +shouldBe('accesskey',"'k'");
> +debug('');
> +}

Please intent this code properly.

-- 
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