Bug 83207

Summary: platform/mac/fast/forms/input-list-button-size.html fails on the Mac bots after r11317
Product: WebKit Reporter: Beth Dakin <bdakin>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, keishi, tkent
Priority: P2 Keywords: InRadar, LayoutTestFailure, MakingBotsRed, Regression
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 83117    
Bug Blocks:    

Description Beth Dakin 2012-04-04 13:49:28 PDT
platform/mac/fast/forms/input-list-button-size.html is failing on all of the Mac bots. The bot history seemed to point to http://trac.webkit.org/changeset/113137 , so I built WebKit r113136 and then r113137, and indeed the test passed with r113136 and failed with r113137.
Comment 1 Radar WebKit Bug Importer 2012-04-04 13:50:37 PDT
<rdar://problem/11185685>
Comment 2 Beth Dakin 2012-04-04 14:03:16 PDT
I looks like this test just needs to be added to the Skipped list since the Datalist feature was disabled.
Comment 3 Radar WebKit Bug Importer 2012-04-04 14:03:43 PDT
<rdar://problem/11185816>
Comment 4 Beth Dakin 2012-04-04 14:13:15 PDT
Added the test to the Skipped list: http://trac.webkit.org/changeset/113239
Comment 5 Radar WebKit Bug Importer 2012-04-04 14:14:06 PDT
<rdar://problem/11185911>
Comment 6 Kent Tamura 2012-04-04 23:47:24 PDT
Oh, I'm sorry for this.
list-button is a part of ENABLE_DATALIST, so this is an expected failure.

Also, we're going to remove the list-button in Bug 83117.