Bug 110053 - Regression(r143124): Caused plugins/plugin-javascript-access.html to fail
Summary: Regression(r143124): Caused plugins/plugin-javascript-access.html to fail
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks: 110046
  Show dependency treegraph
 
Reported: 2013-02-17 07:15 PST by Chris Dumez
Modified: 2013-02-17 11:01 PST (History)
5 users (show)

See Also:


Attachments
Patch (1.42 KB, patch)
2013-02-17 07:17 PST, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (3.04 KB, patch)
2013-02-17 07:25 PST, Chris Dumez
ap: review+
Details | Formatted Diff | Diff
Patch for landing (3.06 KB, patch)
2013-02-17 10:57 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2013-02-17 07:15:30 PST
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.
Comment 1 Chris Dumez 2013-02-17 07:17:53 PST
Created attachment 188764 [details]
Patch
Comment 2 Chris Dumez 2013-02-17 07:22:25 PST
Temporarily mark the test as failing for EFL WK2 port in http://trac.webkit.org/changeset/143128.
Comment 3 Chris Dumez 2013-02-17 07:25:58 PST
Created attachment 188765 [details]
Patch

Unskip test for EFL WK2.
Comment 4 Chris Dumez 2013-02-17 10:57:05 PST
Created attachment 188769 [details]
Patch for landing
Comment 5 Chris Dumez 2013-02-17 11:01:39 PST
Committed r143132: <http://trac.webkit.org/changeset/143132>