Title: [92756] trunk/LayoutTests
Revision
92756
Author
[email protected]
Date
2011-08-10 01:44:23 -0700 (Wed, 10 Aug 2011)

Log Message

[Chromium] plugins/mouse-events.html should pass on the mac.
https://bugs.webkit.org/show_bug.cgi?id=65957

Patch by Noel Gordon <[email protected]> on 2011-08-10
Reviewed by Kent Tamura.

Cocoa plugins do not generate adjustCursorEvents.  Rebaseline this test result for the
chromium Mac port.  Note the WebKit Mac/Win ports report 0 for the line number for all
console.log() events.  The Chromium port reports the actual line number, and hence the
need for separate test results for Chromium.  Following bug 61721, this test now runs,
and passes on all the Chromium ports.  The test confirms user-plugin interactivity, so
we don't regress sites like youtube.com.  Refer to bug 11517.

* platform/chromium-mac/plugins/mouse-events-expected.txt:
* platform/chromium/test_expectations.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (92755 => 92756)


--- trunk/LayoutTests/ChangeLog	2011-08-10 08:25:50 UTC (rev 92755)
+++ trunk/LayoutTests/ChangeLog	2011-08-10 08:44:23 UTC (rev 92756)
@@ -1,3 +1,20 @@
+2011-08-10  Noel Gordon  <[email protected]>
+
+        [Chromium] plugins/mouse-events.html should pass on the mac.
+        https://bugs.webkit.org/show_bug.cgi?id=65957
+
+        Reviewed by Kent Tamura.
+
+        Cocoa plugins do not generate adjustCursorEvents.  Rebaseline this test result for the
+        chromium Mac port.  Note the WebKit Mac/Win ports report 0 for the line number for all
+        console.log() events.  The Chromium port reports the actual line number, and hence the
+        need for separate test results for Chromium.  Following bug 61721, this test now runs,
+        and passes on all the Chromium ports.  The test confirms user-plugin interactivity, so
+        we don't regress sites like youtube.com.  Refer to bug 11517.
+
+        * platform/chromium-mac/plugins/mouse-events-expected.txt:
+        * platform/chromium/test_expectations.txt:
+
 2011-08-10  Andrey Kosyakov  <[email protected]>
 
         Web Inspector: Network panel always displays file:// resources as "(pending)"

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (92755 => 92756)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-08-10 08:25:50 UTC (rev 92755)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-08-10 08:44:23 UTC (rev 92756)
@@ -737,7 +737,6 @@
 // Need to implement NPP_HandleEvent in the layout_test_plugin
 // WIN started failing during webkit roll 62670 -> 62844.
 BUGCR38353 LINUX MAC : plugins/keyboard-events.html = TEXT
-BUGCR10351 MAC : plugins/mouse-events.html = FAIL
 BUGCR32864 : plugins/mouse-events-fixedpos.html = TEXT
 // Object.keys on an NPObject produces the wrong output.
 BUGCR21901 : plugins/npruntime/enumerate.html = TEXT
@@ -3589,7 +3588,7 @@
 // WebKit roll 80564:80631: rendering on Leopard is shifted to the top right
 // started at some point at or after WK r80582 (Dave Hyatt's vertical text change - a very likely candidate)
 //BUGCR75424 LEOPARD : fast/writing-mode/broken-ideograph-small-caps.html = IMAGE
-BUGCR75424 LEOPARD : fast/writing-mode/japanese-rl-text-with-broken-font.html = IMAGE IMAGE+TEXT
+BUGCR75424 LEOPARD : fast/writing-mode/japanese-rl-text-with-broken-font.html = IMAGE+TEXT IMAGE
 
 BUGCR89673 : fast/js/object-prototype-properties.html = TEXT
 

Modified: trunk/LayoutTests/platform/chromium-mac/plugins/mouse-events-expected.txt (92755 => 92756)


--- trunk/LayoutTests/platform/chromium-mac/plugins/mouse-events-expected.txt	2011-08-10 08:25:50 UTC (rev 92755)
+++ trunk/LayoutTests/platform/chromium-mac/plugins/mouse-events-expected.txt	2011-08-10 08:44:23 UTC (rev 92756)
@@ -1,12 +1,7 @@
-CONSOLE MESSAGE: line 16: PLUGIN: adjustCursorEvent
-CONSOLE MESSAGE: line 16: PLUGIN: adjustCursorEvent
-CONSOLE MESSAGE: line 17: PLUGIN: getFocusEvent
-CONSOLE MESSAGE: line 17: PLUGIN: mouseDown at (20, 20)
-CONSOLE MESSAGE: line 18: PLUGIN: mouseUp at (20, 20)
-CONSOLE MESSAGE: line 19: PLUGIN: adjustCursorEvent
-CONSOLE MESSAGE: line 20: PLUGIN: mouseDown at (30, 30)
-CONSOLE MESSAGE: line 22: PLUGIN: adjustCursorEvent
-CONSOLE MESSAGE: line 22: PLUGIN: mouseUp at (40, 30)
-CONSOLE MESSAGE: line 23: PLUGIN: adjustCursorEvent
+CONSOLE MESSAGE: line 18: PLUGIN: getFocusEvent
+CONSOLE MESSAGE: line 18: PLUGIN: mouseDown at (12, 12)
+CONSOLE MESSAGE: line 19: PLUGIN: mouseUp at (12, 12)
+CONSOLE MESSAGE: line 21: PLUGIN: mouseDown at (22, 22)
+CONSOLE MESSAGE: line 23: PLUGIN: mouseUp at (32, 22)
 
 Test for bug 11517: Flash clicks/interactivity not working properly.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to