Title: [111045] trunk/LayoutTests
Revision
111045
Author
jber...@webkit.org
Date
2012-03-16 12:41:48 -0700 (Fri, 16 Mar 2012)

Log Message

plugins/keyboard-events.html, mouse-events-fixedpos.html, and mouse-events.html failing on Lion
Intel Debug WebKit2 testers
https://bugs.webkit.org/show_bug.cgi?id=81386

Add expected failing results for mac-wk2 to get the bots green.

* platform/mac-wk2/plugins/keyboard-events-expected.txt: Added.
* platform/mac-wk2/plugins/mouse-events-expected.txt: Added.
* platform/mac-wk2/plugins/mouse-events-fixedpos-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (111044 => 111045)


--- trunk/LayoutTests/ChangeLog	2012-03-16 19:26:00 UTC (rev 111044)
+++ trunk/LayoutTests/ChangeLog	2012-03-16 19:41:48 UTC (rev 111045)
@@ -1,3 +1,15 @@
+2012-03-16  Jessie Berlin  <jber...@apple.com>
+
+        plugins/keyboard-events.html, mouse-events-fixedpos.html, and mouse-events.html failing on Lion
+        Intel Debug WebKit2 testers
+        https://bugs.webkit.org/show_bug.cgi?id=81386
+
+        Add expected failing results for mac-wk2 to get the bots green.
+
+        * platform/mac-wk2/plugins/keyboard-events-expected.txt: Added.
+        * platform/mac-wk2/plugins/mouse-events-expected.txt: Added.
+        * platform/mac-wk2/plugins/mouse-events-fixedpos-expected.txt: Added.
+
 2012-03-16  Joshua Bell  <jsb...@chromium.org>
 
         [Chromium] IndexedDB: Assertion failure when storing File objects

Added: trunk/LayoutTests/platform/mac-wk2/plugins/keyboard-events-expected.txt (0 => 111045)


--- trunk/LayoutTests/platform/mac-wk2/plugins/keyboard-events-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-wk2/plugins/keyboard-events-expected.txt	2012-03-16 19:41:48 UTC (rev 111045)
@@ -0,0 +1,10 @@
+CONSOLE MESSAGE: PLUGIN: mouseDown at (12, 12)
+CONSOLE MESSAGE: PLUGIN: mouseUp at (12, 12)
+CONSOLE MESSAGE: PLUGIN: keyDown 'a'
+CONSOLE MESSAGE: PLUGIN: keyUp 'a'
+CONSOLE MESSAGE: PLUGIN: keyDown 'b'
+CONSOLE MESSAGE: PLUGIN: keyUp 'b'
+CONSOLE MESSAGE: PLUGIN: keyDown 'c'
+CONSOLE MESSAGE: PLUGIN: keyUp 'c'
+
+This test checks if a plug-in can receive keyboard events sent from eventSender. This is a test for Bug 34936.

Added: trunk/LayoutTests/platform/mac-wk2/plugins/mouse-events-expected.txt (0 => 111045)


--- trunk/LayoutTests/platform/mac-wk2/plugins/mouse-events-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-wk2/plugins/mouse-events-expected.txt	2012-03-16 19:41:48 UTC (rev 111045)
@@ -0,0 +1,6 @@
+CONSOLE MESSAGE: PLUGIN: mouseDown at (12, 12)
+CONSOLE MESSAGE: PLUGIN: mouseUp at (12, 12)
+CONSOLE MESSAGE: PLUGIN: mouseDown at (22, 22)
+CONSOLE MESSAGE: PLUGIN: mouseUp at (32, 22)
+
+Test for bug 11517: Flash clicks/interactivity not working properly.

Added: trunk/LayoutTests/platform/mac-wk2/plugins/mouse-events-fixedpos-expected.txt (0 => 111045)


--- trunk/LayoutTests/platform/mac-wk2/plugins/mouse-events-fixedpos-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-wk2/plugins/mouse-events-fixedpos-expected.txt	2012-03-16 19:41:48 UTC (rev 111045)
@@ -0,0 +1,6 @@
+CONSOLE MESSAGE: PLUGIN: mouseDown at (50, 50)
+CONSOLE MESSAGE: PLUGIN: mouseUp at (50, 50)
+CONSOLE MESSAGE: PLUGIN: mouseDown at (60, 60)
+CONSOLE MESSAGE: PLUGIN: mouseUp at (70, 60)
+
+Tests for widget positions being correctly updated after scrolling. rdar://problem/7559069
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to