Bug 1838748 [wpt PR 40577] - Allow button to have writing mode vertical, a=testonly
commit7525accfece18009b976f8d7576491c743b81a7c
authorDi Zhang <dizhangg@chromium.org>
Mon, 19 Jun 2023 20:25:29 +0000 (19 20:25 +0000)
committermoz-wptsync-bot <wptsync@mozilla.com>
Wed, 21 Jun 2023 14:35:37 +0000 (21 14:35 +0000)
treed69861aca0c9a2fc4366fd5b6b73e9a8840cdf13
parent11dfd1c3e2043906bef0c756c65f24c9394797d1
Bug 1838748 [wpt PR 40577] - Allow button to have writing mode vertical, a=testonly

Automatic update from web-platform-tests
Allow button to have writing mode vertical

This CL allows <button> and <input> types "button", "submit", "reset",
"file" to have writing-mode vertical for both the default native
appearance and when appearance is set to none.

We also put the change behind the feature flag
FormControlsVerticalWritingModeSupport so it can be turned on safely.

Change-Id: I1f6cc53a1eaef640e3d968d0e7ec5fc248879b50
Bug: 681917
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4617874
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: David Grogan <dgrogan@chromium.org>
Commit-Queue: Di Zhang <dizhangg@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1159261}

--

wpt-commits: 289e601bed8bd71bd29ae61c336b1281c35b33b2
wpt-pr: 40577
testing/web-platform/tests/css/css-writing-modes/forms/button-appearance-native-horizontal.optional.html [new file with mode: 0644]
testing/web-platform/tests/css/css-writing-modes/forms/button-appearance-native-vertical.optional.html [new file with mode: 0644]
testing/web-platform/tests/css/css-writing-modes/forms/button-appearance-none-horizontal.optional.html [new file with mode: 0644]
testing/web-platform/tests/css/css-writing-modes/forms/button-appearance-none-vertical.optional.html [new file with mode: 0644]