Title: [137165] trunk/LayoutTests
Revision
137165
Author
ad...@chromium.org
Date
2012-12-10 09:19:55 -0800 (Mon, 10 Dec 2012)

Log Message

Remove expectation of previously failing test.
It passes after r137152.

Unreviewed gardening.

* platform/chromium-win-xp/fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (137164 => 137165)


--- trunk/LayoutTests/ChangeLog	2012-12-10 17:14:13 UTC (rev 137164)
+++ trunk/LayoutTests/ChangeLog	2012-12-10 17:19:55 UTC (rev 137165)
@@ -1,3 +1,12 @@
+2012-12-10  Adam Klein  <ad...@chromium.org>
+
+        Remove expectation of previously failing test.
+        It passes after r137152.
+
+        Unreviewed gardening.
+
+        * platform/chromium-win-xp/fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt: Removed.
+
 2012-12-10  Eric Carlson  <eric.carl...@apple.com>
 
         Add support for in-band text tracks to Mac port

Deleted: trunk/LayoutTests/platform/chromium-win-xp/fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt (137164 => 137165)


--- trunk/LayoutTests/platform/chromium-win-xp/fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt	2012-12-10 17:14:13 UTC (rev 137164)
+++ trunk/LayoutTests/platform/chromium-win-xp/fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt	2012-12-10 17:19:55 UTC (rev 137165)
@@ -1,54 +0,0 @@
-Multiple fields UI of time input type with keyboard events
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-Please run this with DumpRenderTree.
-
-Test following keys:
-Digit keys
-Left/Right - Move focus field inside element
-Up/Down - Increment/decrement value of focus field
-Tab - Move focus field
-Backspace - Make value empty
-  
-== Digit keys ==
-PASS input.value is "07:56"
-== Left/Right keys ==
-PASS input.value is "06:05"
-PASS document.activeElement.id is "input"
-== Up/Down keys ==
-PASS input.value is "05:56"
-PASS input.value is "03:56"
-== Up/Down keys on empty value ==
-PASS input.value is "14:58"
-== Tab key ==
-PASS input.value is "03:05"
-PASS input.value is "07:05"
-PASS document.activeElement.id is "another"
-== Tab navigation should skip disabled/readonly inputs ==
-PASS document.activeElement.id is "another"
-PASS document.activeElement.id is "another"
-== Shfit+Tab key ==
-PASS input.value is "15:00"
-PASS input.value is "15:03"
-PASS document.activeElement.id is "before"
-== Up key on maximum value ==
-PASS input.value is "13:00"
-== Down key on minimum value ==
-PASS input.value is "00:59:59.999"
-== Backspace key ==
-PASS input.value is ""
-== Delete key ==
-PASS input.value is ""
-== Typeahead ==
-PASS input.value is "12:01:56"
-PASS input.value is "12:02:56"
-== RTL Left/Right keys ==
-PASS input.value is "01:56"
-FAIL input.value should be 01:02. Was 00:56.
-FAIL input.value should be 03:02. Was 00:56.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to