[Webkit-unassigned] [Bug 30902] Need a layout test for Bug 28284

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 29 08:23:27 PDT 2009


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #42089|review?                     |review-
               Flag|                            |




--- Comment #2 from Darin Adler <darin at apple.com>  2009-10-29 08:23:27 PDT ---
(From update of attachment 42089)
Putting a patch up for review that is just a test is fine.

> +    // Insert a Thai character U+0E01.
> +    eventSender.keyDown(String.fromCharCode(0x0E01));

I believe there is a way to make this test work without using eventSender. See,
for example, events/option-tab.html and forms/input-text-enter.html which
create a keyboard event using the DOM.

Please make a version that does not use eventSender, or explain why not.

Otherwise, this test looks very good to me.

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