[Webkit-unassigned] [Bug 61566] New: Make events logged by test plugin the same across platforms:
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 26 14:48:00 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=61566
Summary: Make events logged by test plugin the same across
platforms:
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: robert at webkit.org
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
--
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