summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-writing-modes/reference/two-levels-of-orthogonal-flows-fixed.html
blob: 93b1627a22f02f5dc77d65fb64f0294d016bd2f2 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<title>Two levels of writing mode roots with text inside, fixed available inline size for inner on outer</title>
<link rel="author" title="Morten Stenshorne" href="mstensho@chromium.org">
<div style="width:10em; border:solid; background:yellow;">
  <div style="padding:3px;">
    This text should be inside a box with a yellow background and a black border. There should be no red.
  </div>
</div>