Bug 13728
Summary: | REGRESSION: fast/forms/input-appearance-readonly.html failing pixel test | ||
---|---|---|---|
Product: | WebKit | Reporter: | Justin Garcia <justin.garcia> |
Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | adele |
Priority: | P1 | Keywords: | LayoutTestFailure, Regression |
Version: | 523.x (Safari 3) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Justin Garcia
fast/forms/input-appearance-readonly.html is failing its pixel test. The focus halo is no longer being drawn around a read-only text fields.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Oliver Hunt
Looking at this, i would say the new result should be expected -- you can't focus a readonly element and at the time this test was made js still let you do that.
Oliver Hunt
Corrected expected result landed r24284