Title: [88684] trunk/LayoutTests
Revision
88684
Author
[email protected]
Date
2011-06-13 13:41:39 -0700 (Mon, 13 Jun 2011)

Log Message

plugins/mouse-events and plugins/mouse-events-fixedpos don't fire events on the plugin.
https://bugs.webkit.org/show_bug.cgi?id=33973

Update the Windows-specific results to reflect that the mouseUp and mouseDown events are
getting fired on the plugin, but not the getFocusEvent in order to get the bots green.

* platform/win/plugins/mouse-events-expected.txt:
* platform/win/plugins/mouse-events-fixedpos-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (88683 => 88684)


--- trunk/LayoutTests/ChangeLog	2011-06-13 20:39:05 UTC (rev 88683)
+++ trunk/LayoutTests/ChangeLog	2011-06-13 20:41:39 UTC (rev 88684)
@@ -1,3 +1,14 @@
+2011-06-13  Jessie Berlin  <[email protected]>
+
+        plugins/mouse-events and plugins/mouse-events-fixedpos don't fire events on the plugin.
+        https://bugs.webkit.org/show_bug.cgi?id=33973
+
+        Update the Windows-specific results to reflect that the mouseUp and mouseDown events are
+        getting fired on the plugin, but not the getFocusEvent in order to get the bots green.
+
+        * platform/win/plugins/mouse-events-expected.txt:
+        * platform/win/plugins/mouse-events-fixedpos-expected.txt:
+
 2011-06-13  Nate Chapin  <[email protected]>
 
         Reviewed by Darin Fisher.

Modified: trunk/LayoutTests/platform/win/plugins/mouse-events-expected.txt (88683 => 88684)


--- trunk/LayoutTests/platform/win/plugins/mouse-events-expected.txt	2011-06-13 20:39:05 UTC (rev 88683)
+++ trunk/LayoutTests/platform/win/plugins/mouse-events-expected.txt	2011-06-13 20:41:39 UTC (rev 88684)
@@ -1,2 +1,6 @@
+CONSOLE MESSAGE: line 0: PLUGIN: mouseDown at (20, 20)
+CONSOLE MESSAGE: line 0: PLUGIN: mouseUp at (20, 20)
+CONSOLE MESSAGE: line 0: PLUGIN: mouseDown at (30, 30)
+CONSOLE MESSAGE: line 0: PLUGIN: mouseUp at (40, 30)
 
 Test for bug 11517: Flash clicks/interactivity not working properly.

Modified: trunk/LayoutTests/platform/win/plugins/mouse-events-fixedpos-expected.txt (88683 => 88684)


--- trunk/LayoutTests/platform/win/plugins/mouse-events-fixedpos-expected.txt	2011-06-13 20:39:05 UTC (rev 88683)
+++ trunk/LayoutTests/platform/win/plugins/mouse-events-fixedpos-expected.txt	2011-06-13 20:41:39 UTC (rev 88684)
@@ -1,2 +1,6 @@
+CONSOLE MESSAGE: line 0: PLUGIN: mouseDown at (90, 90)
+CONSOLE MESSAGE: line 0: PLUGIN: mouseUp at (90, 90)
+CONSOLE MESSAGE: line 0: PLUGIN: mouseDown at (100, 100)
+CONSOLE MESSAGE: line 0: PLUGIN: mouseUp at (110, 100)
 
 Tests for widget positions being correctly updated after scrolling. rdar://problem/7559069
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to