summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/normal-flow/block-in-inline-first-line-002-ref.html
blob: 44bf6ee19b5eb0b1c77ba2eb71e04f37f0cd14d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<style>
section {
  width: 10ch;
}
.indent {
  text-indent: 5ch;
}
</style>
<body>
  <section>
    <div class="indent">123 456789</div>
    <div class="indent">123 456789</div>
    <div>123 456789</div>
  </section>
</body>