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: | Forms | Assignee: | 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: |
Beth Dakin
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/11185685>
Beth Dakin
I looks like this test just needs to be added to the Skipped list since the Datalist feature was disabled.
Radar WebKit Bug Importer
<rdar://problem/11185816>
Beth Dakin
Added the test to the Skipped list: http://trac.webkit.org/changeset/113239
Radar WebKit Bug Importer
<rdar://problem/11185911>
Kent Tamura
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.