Bug 33529 - DumpRenderTree's eventSender.keyDown() shall support sending key events to the popup menu.
Summary: DumpRenderTree's eventSender.keyDown() shall support sending key events to th...
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-12 03:43 PST by James Su
Modified: 2010-01-12 03:43 PST (History)
2 users (show)

See Also:


Attachments
A sample layout test for bug 32008 (7.14 KB, text/html)
2010-01-12 03:43 PST, James Su
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description James Su 2010-01-12 03:43:23 PST
Created attachment 46360 [details]
A sample layout test for bug 32008

I'm trying to write a layout test for bug 32008, but I found that DumpRenderTree's eventSender.keyDown() doesn't support sending key events to the popup menu, which makes it's impossible to run the layout test. The layout test is attached.