summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-overflow/reference/text-overflow-ellipsis-002-ref.html
blob: cf26b6b8c848521940936165002eb6aab46c068d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<meta charset="utf-8">
<title>CSS Reference</title>
<link rel="stylesheet" href="/fonts/ahem.css">
<style>
div {
  background-color: green;
  display: inline-block;
  vertical-align: top;
  font-family: Ahem;
}
</style>
<div><span>ABC</span><span style="visibility: hidden"></span></div>