plugins/plugin-javascript-access.html started to fail after <http://trac.webkit.org/changeset/143124> with the following diff: --- /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/layout-test-results/plugins/plugin-javascript-access-expected.txt +++ /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/layout-test-results/plugins/plugin-javascript-access-actual.txt @@ -1,3 +1,37 @@ +Name: WebKit Test PlugIn + +Description: Simple Netscape® plug-in that handles test content for WebKit + +Filename: libTestNetscapePlugin.so + +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. + Name: WebKit Test PlugIn Description: Simple Netscape® plug-in that handles test content for WebKit @@ -41,3 +75,13 @@ MimeTypeArray.item() works. MimeTypeArray.namedItem() works. + +Type: application/x-webkit-test-netscape + +Description: test netscape content + +Suffixes: testnetscape + +MimeTypeArray.item() works. + +MimeTypeArray.namedItem() works.
Created attachment 188764 [details] Patch
Temporarily mark the test as failing for EFL WK2 port in http://trac.webkit.org/changeset/143128.
Created attachment 188765 [details] Patch Unskip test for EFL WK2.
Created attachment 188769 [details] Patch for landing
Committed r143132: <http://trac.webkit.org/changeset/143132>