Skip to content

Commit

Permalink
Bug 1823843 [wpt PR 39135] - Fix selectmenu's button for writing-mode…
Browse files Browse the repository at this point in the history
…, a=testonly

Automatic update from web-platform-tests
Fix selectmenu's button for writing-mode

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 <jarhar@chromium.org>
Reviewed-by: Mason Freed <masonf@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1121829}

--

wpt-commits: c5c18c817d0f8e816b81b731f41efcc218a4ff8a
wpt-pr: 39135
  • Loading branch information
josepharhar authored and moz-wptsync-bot committed Apr 12, 2023
1 parent 4a2c194 commit a760f9e
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 a760f9e

Please sign in to comment.