Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[css-ui] alias appearance <compat-auto> keywords to 'auto' for textfield
https://bugs.webkit.org/show_bug.cgi?id=238551 Reviewed by Tim Nguyen. Source/WebCore: This is to add support of aliasing appearance to 'auto' for textfield. It has improved the following wpt tests imported/w3c/web-platform-tests/css/css-ui/appearance-textfield-001.html and imported/w3c/web-platform-tests/css/css-ui/webkit-appearance-textfield-001.html. The test failures though, are not fully fixed. The issue left is that the search cancel button for input type="search" still present while it is expected to disappear (Bug 238751). * rendering/RenderTheme.cpp: (WebCore::RenderTheme::adjustAppearanceForElement const): LayoutTests: Rename test name as the test result now matches the expected. * fast/forms/color/color-input-uses-color-well-appearance-expected.html: Renamed from LayoutTests/fast/forms/color/color-input-uses-color-well-appearance-expected-mismatch.html. Canonical link: https://commits.webkit.org/250605@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@294249 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information