Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-grid/alignment/grid-justify-baseline-001.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="match" href="grid-justify-baseline-001-ref.html">
<div style="display: grid; width: 100px; height: 100px; direction: rtl; justify-items: baseline; background: gray;">
<div style="writing-mode: vertical-rl; background: cyan;">one<br>two</div>
<div style="writing-mode: vertical-lr; font-size: 30px; background: lime;">one<br>two</div>
</div>