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
Change-Id: Ib2b4884efa518d2a445638f99d87be66e87138f4
  • Loading branch information
josepharhar authored and chromium-wpt-export-bot committed Mar 22, 2023
1 parent c241dc2 commit e90d51a
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:jarhar@chromium.org">
<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:jarhar@chromium.org">
<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 e90d51a

Please sign in to comment.