[webkit-changes] [WebKit/WebKit] 8786fe: Make size of input[type="color"] aware of vertical...
Tim Nguyen
noreply at github.com
Wed Nov 23 01:10:32 PST 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8786fe417c93f5eb7009fe3a346002a09b922a8b
https://github.com/WebKit/WebKit/commit/8786fe417c93f5eb7009fe3a346002a09b922a8b
Author: Tim Nguyen <ntim at apple.com>
Date: 2022-11-23 (Wed, 23 Nov 2022)
Changed paths:
M LayoutTests/TestExpectations
M LayoutTests/platform/ios/TestExpectations
M Source/WebCore/css/horizontalFormControls.css
M Source/WebCore/css/html.css
M Source/WebCore/rendering/RenderTheme.cpp
M Tools/WebKitTestRunner/TestOptions.cpp
Log Message:
-----------
Make size of input[type="color"] aware of vertical writing mode
https://bugs.webkit.org/show_bug.cgi?id=248253
rdar://102616389
Reviewed by Cameron McCormack.
Use logical property counterparts on desktop platforms. Also, enable testing of vertical writing mode controls.
* LayoutTests/TestExpectations:
* LayoutTests/platform/ios/TestExpectations:
* Source/WebCore/css/horizontalFormControls.css:
(@namespace "http://www.w3.org/1999/xhtml";):
* Source/WebCore/css/html.css:
(input:not([type="color"]), textarea, select, button, meter, progress):
(#endif):
* Source/WebCore/rendering/RenderTheme.cpp:
(WebCore::RenderTheme::colorInputStyleSheet const):
* Tools/WebKitTestRunner/TestOptions.cpp:
(WTR::TestOptions::defaults):
Canonical link: https://commits.webkit.org/256967@main
More information about the webkit-changes
mailing list