Title: [93448] trunk/LayoutTests
Revision
93448
Author
[email protected]
Date
2011-08-19 15:53:27 -0700 (Fri, 19 Aug 2011)

Log Message

[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.

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (93447 => 93448)


--- trunk/LayoutTests/ChangeLog	2011-08-19 22:50:47 UTC (rev 93447)
+++ trunk/LayoutTests/ChangeLog	2011-08-19 22:53:27 UTC (rev 93448)
@@ -1,3 +1,12 @@
+2011-08-19  Tony Chang  <[email protected]>
+
+        [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  <[email protected]>
 
         [chromium] Update chromium test expectations

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (93447 => 93448)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-08-19 22:50:47 UTC (rev 93447)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-08-19 22:53:27 UTC (rev 93448)
@@ -754,8 +754,7 @@
 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 @@
 // 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

Deleted: trunk/LayoutTests/platform/chromium-win/plugins/plugin-initiate-popup-window-expected.txt (93447 => 93448)


--- trunk/LayoutTests/platform/chromium-win/plugins/plugin-initiate-popup-window-expected.txt	2011-08-19 22:50:47 UTC (rev 93447)
+++ trunk/LayoutTests/platform/chromium-win/plugins/plugin-initiate-popup-window-expected.txt	2011-08-19 22:53:27 UTC (rev 93448)
@@ -1,19 +0,0 @@
-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

Deleted: trunk/LayoutTests/platform/chromium-win/plugins/plugin-_javascript_-access-expected.txt (93447 => 93448)


--- trunk/LayoutTests/platform/chromium-win/plugins/plugin-_javascript_-access-expected.txt	2011-08-19 22:50:47 UTC (rev 93447)
+++ trunk/LayoutTests/platform/chromium-win/plugins/plugin-_javascript_-access-expected.txt	2011-08-19 22:53:27 UTC (rev 93448)
@@ -1,43 +0,0 @@
-Name: WebKit Test PlugIn
-
-Description: Simple Netscape plug-in that handles test content for WebKit
-
-Filename: npapi_layout_test_plugin.dll
-
-Mime Types:
-
-Type: application/x-webkit-test-netscape
-
-Description: test netscape content
-
-Suffixes: testnetscape
-
-
-Plugin.item() works.
-
-Plugin.namedItem() works.
-
-Type: image/png
-
-Description: PNG image
-
-Suffixes: png
-
-
-Plugin.item() works.
-
-Plugin.namedItem() works.
-
-PluginArray.item() works.
-
-PluginArray.namedItem() works.
-
-Type: application/x-webkit-test-netscape
-
-Description: test netscape content
-
-Suffixes: testnetscape
-
-MimeTypeArray.item() works.
-
-MimeTypeArray.namedItem() works.

Copied: trunk/LayoutTests/platform/win/plugins/plugin-_javascript_-access-expected.txt (from rev 93446, trunk/LayoutTests/platform/chromium-win/plugins/plugin-_javascript_-access-expected.txt) (0 => 93448)


--- trunk/LayoutTests/platform/win/plugins/plugin-_javascript_-access-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/plugins/plugin-_javascript_-access-expected.txt	2011-08-19 22:53:27 UTC (rev 93448)
@@ -0,0 +1,43 @@
+Name: WebKit Test PlugIn
+
+Description: Simple Netscape plug-in that handles test content for WebKit
+
+Filename: npTestNetscapePlugIn.dll
+
+Mime Types:
+
+Type: application/x-webkit-test-netscape
+
+Description: test netscape content
+
+Suffixes: testnetscape
+
+
+Plugin.item() works.
+
+Plugin.namedItem() works.
+
+Type: image/png
+
+Description: PNG image
+
+Suffixes: png
+
+
+Plugin.item() works.
+
+Plugin.namedItem() works.
+
+PluginArray.item() works.
+
+PluginArray.namedItem() works.
+
+Type: application/x-webkit-test-netscape
+
+Description: test netscape content
+
+Suffixes: testnetscape
+
+MimeTypeArray.item() works.
+
+MimeTypeArray.namedItem() works.

Property changes: trunk/LayoutTests/platform/win/plugins/plugin-_javascript_-access-expected.txt


Added: svn:eol-style

_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to