Bug 103834

Summary: Layout Test fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html is failing
Product: WebKit Reporter: Mike West <mkwst>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: keishi, tasak, tkent
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 103031    

Description Mike West 2012-12-02 04:20:21 PST
The following layout test is failing on Chromium Mac.

fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html

Probable cause:

It looks like this test never passed on mac: http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20webkit.org&tests=fast%2Fforms%2Fmonth-multiple-fields%2Fmonth-multiple-fields-keyboard-events.html

Failure looks like:

--- /Volumes/data/b/WebKit-BuildSlave/chromium-mac-release-tests/build/layout-test-results/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt 
+++ /Volumes/data/b/WebKit-BuildSlave/chromium-mac-release-tests/build/layout-test-results/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-actual.txt 
@@ -15,7 +15,7 @@
 == 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 input.value is "0005-06"
 PASS document.activeElement.id is "input"
 == Up/Down keys ==
 PASS input.value is "2012-10"
@@ -49,10 +49,27 @@
 == Typeahead ==
 PASS input.value is "0001-12"
 PASS input.value is "0002-12"
+== Typeahead cycle first character ==
+PASS input.value is "2012-01"
+PASS input.value is "2012-06"
+PASS input.value is "2012-07"
+PASS input.value is "2012-01"
+PASS input.value is "2012-01"
+== Typeahead prefix match ==
+PASS input.value is "2012-03"
+PASS input.value is "2012-03"
+PASS input.value is "2012-05"
+PASS input.value is "2012-05"
+== Typeahead index match ==
+PASS input.value is "2012-01"
+PASS input.value is "2012-12"
+PASS input.value is "2012-12"
+== Typeahead should search from current selection ==
+PASS input.value is "2012-06"
 == 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.
+FAIL input.value should be 0002-10. Was 2013-02.
+FAIL input.value should be 0002-11. Was 2014-02.
 PASS successfullyParsed is true
 
 TEST COMPLETE
Comment 1 Mike West 2012-12-02 04:39:33 PST
Skipped in r136338: <http://trac.webkit.org/changeset/136338>
Comment 2 Takashi Sakamoto 2012-12-02 21:07:06 PST
Committed r136362: <http://trac.webkit.org/changeset/136362>
Comment 3 Takashi Sakamoto 2012-12-02 21:07:52 PST
I'm sorry. I missed --no-close when I updated TestExpectations.

Best regards,
Takashi Sakamoto
Comment 4 Kent Tamura 2012-12-11 18:53:14 PST
Done rebaseline by http://trac.webkit.org/changeset/137405