summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-decoration/1133392-ref.html
blob: ad933fb17700a7e5e67d80e128fcf33008b599aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE HTML>
<html>
<title>reftest, bug 1133392</title>
<style>

p > span {
  text-decoration: underline;
}

p > span > span {
  vertical-align: -2em;
}

</style>

<p class="state-one"><span>This text<br>
has <span>an underline</span>.</span></p>