Commit 2781e5f1 authored by tony@chromium.org's avatar tony@chromium.org

[chromium] Cleanup some old plugin tests. Rebase plugin-javascript-access.html

on win and run plugin-initiate-popup-window on mac/linux to get results.

* platform/chromium-win/plugins/plugin-initiate-popup-window-expected.txt: Removed.
* platform/chromium/test_expectations.txt:
* platform/win/plugins/plugin-javascript-access-expected.txt: Renamed from LayoutTests/platform/chromium-win/plugins/plugin-javascript-access-expected.txt.

git-svn-id: svn://svn.chromium.org/blink/trunk@93448 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 6f6e5ba8
2011-08-19 Tony Chang <tony@chromium.org>
[chromium] Cleanup some old plugin tests. Rebase plugin-javascript-access.html
on win and run plugin-initiate-popup-window on mac/linux to get results.
* platform/chromium-win/plugins/plugin-initiate-popup-window-expected.txt: Removed.
* platform/chromium/test_expectations.txt:
* platform/win/plugins/plugin-javascript-access-expected.txt: Renamed from LayoutTests/platform/chromium-win/plugins/plugin-javascript-access-expected.txt.
2011-08-19 James Robinson <jamesr@chromium.org>
[chromium] Update chromium test expectations
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'
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
......@@ -754,8 +754,7 @@ BUGCR38353 LINUX MAC : plugins/keyboard-events.html = TEXT
BUGCR21901 : plugins/npruntime/enumerate.html = TEXT
BUGCR50787 : plugins/npruntime/plugin-scriptable-object-invoke-default.html = TEXT
BUGCR50910 : plugins/npruntime/remove-property.html = TEXT
// NPP_HandleEvent doesn't be implemented/work on mac/linux.
BUGCR48033 SKIP LINUX MAC : plugins/plugin-initiate-popup-window.html = PASS TIMEOUT
BUGCR48033 : plugins/plugin-initiate-popup-window.html = PASS TEXT
BUGCR35387 MAC : plugins/reentrant-update-widget-positions.html = TIMEOUT
BUGCR38392 : plugins/resize-from-plugin.html = TEXT
// Times out after http://trac.webkit.org/changeset/62739/
......@@ -767,10 +766,6 @@ BUGCR38353 : http/tests/plugins/plugin-document-has-focus.html = TIMEOUT TEXT
// switch.
BUG_TONY WIN : plugins/geturlnotify-during-document-teardown.html = CRASH
BUGWK48655 : plugins/js-from-destroy.html = PASS CRASH
BUG_TONY WIN : plugins/plugin-initiate-popup-window.html = TEXT
// This test is failing because the plugin has changed names on Windows to
// match the name of the plugin upstream.
BUG_TONY WIN : plugins/plugin-javascript-access.html = TEXT
// Expectations for this test changed upstream. We should fix this test, but
// it doesn't need to block the current release
......
......@@ -2,7 +2,7 @@ Name: WebKit Test PlugIn
Description: Simple Netscape plug-in that handles test content for WebKit
Filename: npapi_layout_test_plugin.dll
Filename: npTestNetscapePlugIn.dll
Mime Types:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment