Skip to content

Commit

Permalink
Bug 1762637 [wpt PR 33473] - Allow vertical writing-modes on -webkit-…
Browse files Browse the repository at this point in the history
…box., a=testonly

Automatic update from web-platform-tests
Allow vertical writing-modes on -webkit-box.

As above - there is no reason to disallow this anymore.

Change-Id: I3ad60b5099f9582cec630e5a4fa0157edddfb414
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3566181
Reviewed-by: David Grogan <dgrogan@chromium.org>
Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org>
Cr-Commit-Position: refs/heads/main@{#988059}

--

wpt-commits: 82bcde5be779804f4c74799fb4e64a531b443099
wpt-pr: 33473
  • Loading branch information
bfgeek authored and moz-wptsync-bot committed Apr 11, 2022
1 parent 7829df6 commit d35ccff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!DOCTYPE html>
<div style="display: flex; writing-mode: vertical-rl;">
This text should be vertical.
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-flexbox-1/">
<link rel="match" href="webkit-box-vertical-writing-mode-ref.html">
<div style="display: -webkit-box; writing-mode: vertical-rl;">
This text should be vertical.
</div>

0 comments on commit d35ccff

Please sign in to comment.