Title: [117596] trunk/LayoutTests
Revision
117596
Author
[email protected]
Date
2012-05-18 08:34:47 -0700 (Fri, 18 May 2012)

Log Message

fast/events/mouseup-from-button2.html needs a specific expected file for Qt
https://bugs.webkit.org/show_bug.cgi?id=86783

Patch by Hugo Parente Lima <[email protected]> on 2012-05-18
Reviewed by Csaba Osztrogonác.

* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0-wk2/fast/events/mouseup-from-button2-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (117595 => 117596)


--- trunk/LayoutTests/ChangeLog	2012-05-18 15:21:24 UTC (rev 117595)
+++ trunk/LayoutTests/ChangeLog	2012-05-18 15:34:47 UTC (rev 117596)
@@ -1,3 +1,13 @@
+2012-05-18  Hugo Parente Lima  <[email protected]>
+
+        fast/events/mouseup-from-button2.html needs a specific expected file for Qt
+        https://bugs.webkit.org/show_bug.cgi?id=86783
+
+        Reviewed by Csaba Osztrogonác.
+
+        * platform/qt-5.0-wk2/Skipped:
+        * platform/qt-5.0-wk2/fast/events/mouseup-from-button2-expected.txt: Added.
+
 2012-05-18  Jocelyn Turcotte  <[email protected]>
 
         [Qt] Add results for compositing tests dependent on scrollbars thickness.

Modified: trunk/LayoutTests/platform/qt-5.0-wk2/Skipped (117595 => 117596)


--- trunk/LayoutTests/platform/qt-5.0-wk2/Skipped	2012-05-18 15:21:24 UTC (rev 117595)
+++ trunk/LayoutTests/platform/qt-5.0-wk2/Skipped	2012-05-18 15:34:47 UTC (rev 117596)
@@ -54,7 +54,6 @@
 fast/events/contextmenu-scrolled-page-with-frame.html
 fast/events/continuous-platform-wheelevent-in-scrolling-div.html
 fast/events/fire-mousedown-while-pressing-mouse-button.html
-fast/events/mouseup-from-button2.html
 fast/events/open-window-from-another-frame.html
 fast/events/platform-wheelevent-in-scrolling-div.html
 fast/events/popup-blocking-click-in-iframe.html

Added: trunk/LayoutTests/platform/qt-5.0-wk2/fast/events/mouseup-from-button2-expected.txt (0 => 117596)


--- trunk/LayoutTests/platform/qt-5.0-wk2/fast/events/mouseup-from-button2-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/qt-5.0-wk2/fast/events/mouseup-from-button2-expected.txt	2012-05-18 15:34:47 UTC (rev 117596)
@@ -0,0 +1,18 @@
+This test verifies that a right mousebutton click generates a mousedown, context and mouseup event.
+
+If the test passes, you'll see a PASS message below.
+
+To run this test in Safari:
+
+Right mouse down inside the box.
+Right mouse up.
+box
+
+type: mousedown, button: 0, 
+type: mouseup, button: 0, 
+type: click, button: 0, 
+type: mousedown, button: 2, 
+type: contextmenu, button: 2, 
+type: mouseup, button: 2, 
+type: mousedown, button: 2, 
+type: contextmenu, button: 2, 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to