Bug 1797426 [wpt PR 36659] - Allow Progress element to have writing mode vertical...
commit9d3a4eef6ba7fca4d519567a78e69f90affe2303
authorDi Zhang <dizhangg@chromium.org>
Thu, 10 Nov 2022 16:03:06 +0000 (10 16:03 +0000)
committermoz-wptsync-bot <wptsync@mozilla.com>
Fri, 11 Nov 2022 12:34:24 +0000 (11 12:34 +0000)
tree58eb139be36038ab0321d54596914eecd9c29e9e
parentca5c26a334e90d30bfae629a9264ebedc598991d
Bug 1797426 [wpt PR 36659] - Allow Progress element to have writing mode vertical, a=testonly

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

This CL allow <progress> element to have writing-mode vertical for
both the default native appearance and when appearance is set to none.

We also add the feature flag FormControlsVerticalWritingModeSupport so
all changes made for this bug can be turned on/off safely.

Change-Id: I2e1d424d4337b42316e830cfbb16afb053699bc5
Bug: 681917
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3979781
Reviewed-by: Mason Freed <masonf@chromium.org>
Reviewed-by: Kent Tamura <tkent@chromium.org>
Reviewed-by: Evan Stade <estade@chromium.org>
Commit-Queue: Di Zhang <dizhangg@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1068912}

--

wpt-commits: a8b1be96e9889525d7301a43c39652f12d58f49f
wpt-pr: 36659
testing/web-platform/tests/css/css-writing-modes/progress-appearance-native-computed-style.optional.html [new file with mode: 0644]
testing/web-platform/tests/css/css-writing-modes/progress-appearance-native-horizontal.optional.html [new file with mode: 0644]
testing/web-platform/tests/css/css-writing-modes/progress-appearance-native-vertical.optional.html [new file with mode: 0644]
testing/web-platform/tests/css/css-writing-modes/progress-appearance-none-horizontal.optional.html [new file with mode: 0644]
testing/web-platform/tests/css/css-writing-modes/progress-appearance-none-vertical.optional.html [new file with mode: 0644]