summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/text-align/text-align-last-015-ref.html
blob: 75fc7d22c66b1e3180d08de2208e5b3eff6dec19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text Reference: text-align-last applied to last line in the second column</title>
<link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
<link rel="author" title="Mozilla" href="https://www.mozilla.org/">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css">

<style>
:root {
  font: 25px/1 Ahem;
}
.multicol {
  width: 200px;
  border: 5px solid orange;
}
</style>

<div class="multicol">
  <div>ab&nbsp;&nbsp;ab</div>
  <div>ab&nbsp;&nbsp;&nbsp;&nbsp;ab</div>
</div>