Title: [87105] trunk/LayoutTests
Revision
87105
Author
[email protected]
Date
2011-05-23 16:43:17 -0700 (Mon, 23 May 2011)

Log Message

2011-05-23  Ryosuke Niwa  <[email protected]>

        Check in failing test expectations after r87096.
        They are tracked by the bugs 61319, 61320, and 61322.

        * platform/gtk/fast/events/selectstart-by-double-triple-clicks-expected.txt: Added.
        * platform/gtk/fast/events/selectstart-by-drag-expected.txt: Added.
        * platform/qt/fast/events/selectstart-by-double-triple-clicks-expected.txt: Added.
        * platform/qt/fast/events/selectstart-by-drag-expected.txt: Added.
        * platform/qt/fast/events/selectstart-by-single-click-with-shift-expected.txt: Added.
        * platform/win/fast/events/selectstart-by-drag-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (87104 => 87105)


--- trunk/LayoutTests/ChangeLog	2011-05-23 23:14:33 UTC (rev 87104)
+++ trunk/LayoutTests/ChangeLog	2011-05-23 23:43:17 UTC (rev 87105)
@@ -1,5 +1,17 @@
 2011-05-23  Ryosuke Niwa  <[email protected]>
 
+        Check in failing test expectations after r87096.
+        They are tracked by the bugs 61319, 61320, and 61322.
+
+        * platform/gtk/fast/events/selectstart-by-double-triple-clicks-expected.txt: Added.
+        * platform/gtk/fast/events/selectstart-by-drag-expected.txt: Added.
+        * platform/qt/fast/events/selectstart-by-double-triple-clicks-expected.txt: Added.
+        * platform/qt/fast/events/selectstart-by-drag-expected.txt: Added.
+        * platform/qt/fast/events/selectstart-by-single-click-with-shift-expected.txt: Added.
+        * platform/win/fast/events/selectstart-by-drag-expected.txt: Added.
+
+2011-05-23  Ryosuke Niwa  <[email protected]>
+
         Chromium test fix. On Chromium Windows, a space after a word is selected when you double click on the word.
 
         * fast/events/selectstart-by-double-triple-clicks.html:

Added: trunk/LayoutTests/platform/gtk/fast/events/selectstart-by-double-triple-clicks-expected.txt (0 => 87105)


--- trunk/LayoutTests/platform/gtk/fast/events/selectstart-by-double-triple-clicks-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/events/selectstart-by-double-triple-clicks-expected.txt	2011-05-23 23:43:17 UTC (rev 87105)
@@ -0,0 +1,10 @@
+This test ensures selectstart is fired exactly once when selecting text by a mouse drag.
+
+Initial state: PASS
+Mouse down: PASS
+Mouse up: PASS
+Second mouse down: FAIL - expected selection to be range but was caret
+Second mouse up: FAIL - expected selection to be range but was caret
+Third mouse down: FAIL - expected selection to be range but was caret
+Third mouse up: FAIL - expected selection to be range but was caret
+Done.

Added: trunk/LayoutTests/platform/gtk/fast/events/selectstart-by-drag-expected.txt (0 => 87105)


--- trunk/LayoutTests/platform/gtk/fast/events/selectstart-by-drag-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/events/selectstart-by-drag-expected.txt	2011-05-23 23:43:17 UTC (rev 87105)
@@ -0,0 +1,13 @@
+This test ensures selectstart is fired exactly once when selecting text by a mouse drag.
+
+Initial state: PASS
+Mouse down: PASS
+Moving slightly to the right: PASS
+Moving slightly to the left: PASS
+Moving to the right: FAIL - expected selection to be range but was caret
+Moving further to the right: FAIL - expected selection to be range but was caret
+Moving back to the left: PASS
+Moving to the right again: FAIL - expected selection to be range but was caret
+Mouse down on the right: PASS
+Moving to the left: FAIL - expected selection to be range but was caret
+Done.

Added: trunk/LayoutTests/platform/qt/fast/events/selectstart-by-double-triple-clicks-expected.txt (0 => 87105)


--- trunk/LayoutTests/platform/qt/fast/events/selectstart-by-double-triple-clicks-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/qt/fast/events/selectstart-by-double-triple-clicks-expected.txt	2011-05-23 23:43:17 UTC (rev 87105)
@@ -0,0 +1,10 @@
+This test ensures selectstart is fired exactly once when selecting text by a mouse drag.
+
+Initial state: PASS
+Mouse down: PASS
+Mouse up: PASS
+Second mouse down: FAIL - expected 2 events but got 1 events
+Second mouse up: PASS
+Third mouse down: FAIL - expected 3 events but got 2 events
+Third mouse up: FAIL - expected 3 events but got 2 events
+Done.

Added: trunk/LayoutTests/platform/qt/fast/events/selectstart-by-drag-expected.txt (0 => 87105)


--- trunk/LayoutTests/platform/qt/fast/events/selectstart-by-drag-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/qt/fast/events/selectstart-by-drag-expected.txt	2011-05-23 23:43:17 UTC (rev 87105)
@@ -0,0 +1,13 @@
+This test ensures selectstart is fired exactly once when selecting text by a mouse drag.
+
+Initial state: PASS
+Mouse down: PASS
+Moving slightly to the right: PASS
+Moving slightly to the left: PASS
+Moving to the right: FAIL - expected selection to be range but was caret
+Moving further to the right: FAIL - expected selection to be range but was caret
+Moving back to the left: PASS
+Moving to the right again: FAIL - expected selection to be range but was caret
+Mouse down on the right: PASS
+Moving to the left: FAIL - expected selection to be range but was caret
+Done.

Added: trunk/LayoutTests/platform/qt/fast/events/selectstart-by-single-click-with-shift-expected.txt (0 => 87105)


--- trunk/LayoutTests/platform/qt/fast/events/selectstart-by-single-click-with-shift-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/qt/fast/events/selectstart-by-single-click-with-shift-expected.txt	2011-05-23 23:43:17 UTC (rev 87105)
@@ -0,0 +1,9 @@
+This test ensures selectstart is fired exactly once when selecting text by a mouse drag.
+
+Initial state: PASS
+Mouse down: PASS
+Mouse up: PASS
+Moving to the right: PASS
+Second mouse down: FAIL - expected selection to be range but was caret
+Second mouse up: FAIL - expected selection to be range but was caret
+Done.

Added: trunk/LayoutTests/platform/win/fast/events/selectstart-by-drag-expected.txt (0 => 87105)


--- trunk/LayoutTests/platform/win/fast/events/selectstart-by-drag-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/fast/events/selectstart-by-drag-expected.txt	2011-05-23 23:43:17 UTC (rev 87105)
@@ -0,0 +1,13 @@
+This test ensures selectstart is fired exactly once when selecting text by a mouse drag.
+
+Initial state: PASS
+Mouse down: FAIL - expected selection to be caret but was range
+Moving slightly to the right: FAIL - expected selection to be caret but was range
+Moving slightly to the left: FAIL - expected selection to be caret but was range
+Moving to the right: PASS
+Moving further to the right: PASS
+Moving back to the left: FAIL - expected selection to be caret but was range
+Moving to the right again: PASS
+Mouse down on the right: PASS
+Moving to the left: PASS
+Done.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to