Title: [132771] trunk/LayoutTests
- Revision
- 132771
- Author
- [email protected]
- Date
- 2012-10-29 01:45:58 -0700 (Mon, 29 Oct 2012)
Log Message
[Chromium] Test expectation update.
https://bugs.webkit.org/show_bug.cgi?id=99818
The failure of month-multiple-fields-keyboard-events.html on SnowLeopard
and XP is expected.
- OS X SnowLeopard
The month forma is "yyyy MMMM" on SnowLoepard though it's "MMMM yyyy"
on other platforms.
- Windows XP
It doesn't support the lang-attribute-aware-form-control-UI testing
feature.
* platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt: Copied from LayoutTests/platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt.
* platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
* platform/chromium/TestExpectations:
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (132770 => 132771)
--- trunk/LayoutTests/ChangeLog 2012-10-29 08:36:21 UTC (rev 132770)
+++ trunk/LayoutTests/ChangeLog 2012-10-29 08:45:58 UTC (rev 132771)
@@ -1,3 +1,23 @@
+2012-10-29 Kent Tamura <[email protected]>
+
+ [Chromium] Test expectation update.
+ https://bugs.webkit.org/show_bug.cgi?id=99818
+
+ The failure of month-multiple-fields-keyboard-events.html on SnowLeopard
+ and XP is expected.
+
+ - OS X SnowLeopard
+ The month forma is "yyyy MMMM" on SnowLoepard though it's "MMMM yyyy"
+ on other platforms.
+
+ - Windows XP
+ It doesn't support the lang-attribute-aware-form-control-UI testing
+ feature.
+
+ * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt: Copied from LayoutTests/platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt.
+ * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
+ * platform/chromium/TestExpectations:
+
2012-10-29 Christophe Dumez <[email protected]>
[EFL] Skip 2 tests failing due to missing drag'n drop support
Modified: trunk/LayoutTests/platform/chromium/TestExpectations (132770 => 132771)
--- trunk/LayoutTests/platform/chromium/TestExpectations 2012-10-29 08:36:21 UTC (rev 132770)
+++ trunk/LayoutTests/platform/chromium/TestExpectations 2012-10-29 08:45:58 UTC (rev 132771)
@@ -2787,7 +2787,6 @@
webkit.org/b/61169 [ Android Linux Win ] css3/images/optimize-contrast-canvas.html [ ImageOnlyFailure ]
webkit.org/b/61169 [ Android Linux Win ] css3/images/optimize-contrast-image.html [ ImageOnlyFailure ]
-webkit.org/b/99818 [ SNOWLEOPARD XP ] fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html [ Failure ]
webkit.org/b/96720 fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back.html [ Pass Timeout ]
webkit.org/b/96720 fast/forms/date-multiple-fields/date-multiple-fields-preserve-value-after-history-back.html [ Pass Timeout ]
webkit.org/b/98906 platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations.html [ Pass Failure ]
Copied: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt (from rev 132770, trunk/LayoutTests/platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt) (0 => 132771)
--- trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt 2012-10-29 08:45:58 UTC (rev 132771)
@@ -0,0 +1,59 @@
+Multiple fields UI of month 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:
+Digits
+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 ==
+FAIL input.value should be 0012-09. Was 0112-09.
+== Left/Right keys ==
+FAIL input.value should be 0005-06. Was 0005-09.
+PASS document.activeElement.id is "input"
+== Up/Down keys ==
+PASS input.value is "2012-10"
+PASS input.value is "2012-08"
+== Up/Down keys on empty value ==
+PASS input.value is "2012-11"
+== Up/Down keys on empty value 2 ==
+PASS input.value is "2012-02"
+== Tab key ==
+PASS input.value is "0005-09"
+PASS input.value is "0005-01"
+PASS document.activeElement.id is "another"
+== Shfit+Tab key ==
+PASS input.value is "0003-09"
+PASS document.activeElement.id is "before"
+== Up key on maximum value ==
+PASS input.value is "0001-10"
+== Up key with a maximum attribute ==
+PASS input.value is "0001-01"
+== Down key on minimum value ==
+PASS input.value is ""
+== Down key with a minimum attribute ==
+PASS input.value is ""
+== Inconsistent min-max attributes ==
+PASS input.value is "1000-12"
+PASS input.value is "1999-12"
+== Backspace key ==
+PASS input.value is ""
+== Delete key ==
+PASS input.value is ""
+== Typeahead ==
+PASS input.value is "0001-12"
+PASS input.value is "0002-12"
+== RTL Left/Right keys ==
+FAIL input.value should be 2012-10. Was 2013-09.
+FAIL input.value should be 0002-10. Was 2013-09.
+FAIL input.value should be 0002-11. Was 2014-09.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
Modified: trunk/LayoutTests/platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt (132770 => 132771)
--- trunk/LayoutTests/platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt 2012-10-29 08:36:21 UTC (rev 132770)
+++ trunk/LayoutTests/platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt 2012-10-29 08:45:58 UTC (rev 132771)
@@ -13,9 +13,9 @@
Backspace - Make value empty
== Digit keys ==
-PASS input.value is "2012-09"
+FAIL input.value should be 0012-09. Was 0112-09.
== Left/Right keys ==
-PASS input.value is "0005-06"
+FAIL input.value should be 0005-06. Was 0005-09.
PASS document.activeElement.id is "input"
== Up/Down keys ==
PASS input.value is "2012-10"
@@ -26,7 +26,7 @@
PASS input.value is "2012-02"
== Tab key ==
PASS input.value is "0005-09"
-PASS input.value is "0005-07"
+PASS input.value is "0005-01"
PASS document.activeElement.id is "another"
== Shfit+Tab key ==
PASS input.value is "0003-09"
@@ -50,9 +50,9 @@
PASS input.value is "0001-12"
PASS input.value is "0002-12"
== RTL Left/Right keys ==
-PASS input.value is "2012-01"
-FAIL input.value should be 0002-01. Was 2012-12.
-FAIL input.value should be 0002-03. Was 0003-12.
+PASS input.value is "2012-10"
+FAIL input.value should be 0002-10. Was 2012-10.
+FAIL input.value should be 0002-11. Was 2013-10.
PASS successfullyParsed is true
TEST COMPLETE
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes