Bug 61566 - Make events logged by test plugin the same across platforms:
Summary: Make events logged by test plugin the same across platforms:
Status: NEW
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-05-26 14:48 PDT by Robert Hogan
Modified: 2011-05-26 14:48 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Hogan 2011-05-26 14:48:00 PDT
For example in plugins/plugin-initiate-popup-window-expected.txt Qt vs Chromium-Win:


< CONSOLE MESSAGE: line 17: window count: 1                                                                                                  
< CONSOLE MESSAGE: line 0: PLUGIN: getFocusEvent                                                                                             
< CONSOLE MESSAGE: line 0: PLUGIN: mouseDown at (12, 12)                                                                                     
< CONSOLE MESSAGE: line 30: window count: 2                                                                                                  
< CONSOLE MESSAGE: line 0: PLUGIN: mouseUp at (12, 12)                                                                                       
< CONSOLE MESSAGE: line 0: PLUGIN: loseFocusEvent                                                                                            
< CONSOLE MESSAGE: line 0: PLUGIN: getFocusEvent                                                                                             
< CONSOLE MESSAGE: line 0: PLUGIN: mouseDown at (52, 12)
< CONSOLE MESSAGE: line 0: PLUGIN: mouseUp at (52, 12)
< CONSOLE MESSAGE: line 0: PLUGIN: keyDown 'p'
< CONSOLE MESSAGE: line 52: window count: 3
< CONSOLE MESSAGE: line 0: PLUGIN: keyUp 'p'
< 
< 
< Specify a script and a mouse/keyboard event to the plugin. The specified script will be evaluated in the browser when the specified event is received by the plugin. The test is for bug https://bugs.webkit.org/show_bug.cgi?id=41292.
< Opening window by mouse down is PASSED
< Opening window by key down is PASSED
---
> CONSOLE MESSAGE: line 0: PLUGIN: event 71
> CONSOLE MESSAGE: line 0: PLUGIN: event 71
> CONSOLE MESSAGE: line 17: window count: 1
> CONSOLE MESSAGE: line 21: PLUGIN: getFocusEvent
> CONSOLE MESSAGE: line 21: PLUGIN: mouseDown at (20, 20)
> CONSOLE MESSAGE: line 30: window count: 2
> CONSOLE MESSAGE: line 22: PLUGIN: mouseUp at (20, 20)
> CONSOLE MESSAGE: line 42: PLUGIN: loseFocusEvent
> CONSOLE MESSAGE: line 42: PLUGIN: getFocusEvent
> CONSOLE MESSAGE: line 42: PLUGIN: mouseDown at (60, 60)
> CONSOLE MESSAGE: line 43: PLUGIN: mouseUp at (60, 60)
> CONSOLE MESSAGE: line 44: PLUGIN: keyDown 'P'
> CONSOLE MESSAGE: line 52: window count: 3
> CONSOLE MESSAGE: line 44: PLUGIN: keyUp 'P'
> 

Qt vs Mac:
12a13
> CONSOLE MESSAGE: line 0: PLUGIN: loseFocusEvent