mirror of
https://github.com/servo/servo.git
synced 2025-06-26 10:04:33 +01:00
12 lines
430 B
HTML
12 lines
430 B
HTML
<!DOCTYPE html>
|
|
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=943013">
|
|
<link rel="match" href="../reference/grid-inline-baseline-ref.html">
|
|
<p>Test passes if the text is aligned.</p>
|
|
<div style="writing-mode: vertical-lr; text-orientation: sideways;">
|
|
before
|
|
<div style="display: inline-grid;">
|
|
<div style="background: green; width: 100px; height: 50px;">grid</div>
|
|
</div>
|
|
after
|
|
</div>
|
|
|