Bug 69550 - Tests using layoutTestController.setWindowIsKey need to be updated to handle async callback
Summary: Tests using layoutTestController.setWindowIsKey need to be updated to handle ...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-06 12:04 PDT by Simon Fraser (smfr)
Modified: 2011-10-10 13:44 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2011-10-06 12:04:58 PDT
In WK2, layoutTestController.setWindowIsKey() has to be asynchronous. There's now a callback argument that should be used by the tests.

This affects:
  fast/events/blur-focus-window-should-blur-focus-element.html
and possibly
  plugins/netscape-plugin-setwindow-size-2.html
Comment 1 Simon Fraser (smfr) 2011-10-10 13:44:31 PDT
No longer needed since this method will be synchronous.