Bug 83207 - platform/mac/fast/forms/input-list-button-size.html fails on the Mac bots after r11317
Summary: platform/mac/fast/forms/input-list-button-size.html fails on the Mac bots aft...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, LayoutTestFailure, MakingBotsRed, Regression
Depends on: 83117
Blocks:
  Show dependency treegraph
 
Reported: 2012-04-04 13:49 PDT by Beth Dakin
Modified: 2012-04-04 23:47 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.