summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-grid/alignment/grid-inline-baseline.html
blob: 0ff058553cbc0825854244c1c56cffcc31a474c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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>