summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-decoration/1159729-offset-adjustment-notref.html
blob: 90431b9a82d8cd97ad166baef8bb44879f8b5ba1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style type="text/css">
p {
  font: 12px Impact, Times, serif;
}
span {
  background: black;
}
</style>
</head>
<body>
<p>
<span>abcxyz</span>
</p>
</body>
</html>