Bug 9876 - Would like to be able to test window.open in DRT
Summary: Would like to be able to test window.open in DRT
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-12 09:56 PDT by Anders Carlsson
Modified: 2008-02-15 23:19 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2006-07-12 09:56:46 PDT
Currently window.open can't create any new windows because

 - (WebView *)webView:(WebView *)sender createWebViewWithRequest:(NSURLRequest *)request

is unimplemented. This would be nice to have since it means that tests like manual-tests/open-close-tokenizer-crash.html can be automated.
Comment 1 Anders Carlsson 2008-02-15 23:19:58 PST
DRT now supports multiple windows, so let's close this.