Skip to content

Commit

Permalink
Fix selectmenu's button for writing-mode
Browse files Browse the repository at this point in the history
Before this patch, the selectmenu's button would not rotate when
writing-mode is asking it to, but based on the mockups from this issue
we should be rotating the button:
openui/open-ui#600

Fixed: 1426702
Bug: 1427573
Change-Id: Ib2b4884efa518d2a445638f99d87be66e87138f4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4359392
Commit-Queue: Joey Arhar <[email protected]>
Reviewed-by: Mason Freed <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1121829}
  • Loading branch information
josepharhar authored and chromium-wpt-export-bot committed Mar 24, 2023
1 parent 10c4049 commit c5c18c8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!DOCTYPE html>
<link rel=author href="mailto:[email protected]">
<link rel=help href="https://github.com/openui/open-ui/issues/600">
<link rel=mismatch href="selectmenu-writingmode-tb-ref.html">

<selectmenu style="writing-mode: vertical-lr">
<option>hello</option>
</selectmenu>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!DOCTYPE html>
<link rel=author href="mailto:[email protected]">
<link rel=help href="https://github.com/openui/open-ui/issues/600">
<link rel=mismatch href="selectmenu-writingmode-tb-ref.html">

<selectmenu style="writing-mode: vertical-rl">
<option>hello</option>
</selectmenu>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!DOCTYPE html>
<selectmenu style="writing-mode: horizontal-tb">
<option>hello</option>
</selectmenu>

0 comments on commit c5c18c8

Please sign in to comment.