gecko-dev/layout/reftests/text-decoration/1133392-ref.html
L. David Baron 71e196bb22 Bug 1133392 - Make handling of nsChangeHint_UpdateSubtreeOverflow iterate continuations, as all change hint handling needs to. r=mats
The test fails without the patch (missing underline on "an underline")
and passes with the patch (where the underline is present, and aligned
with the non-displaced text).
2015-02-19 13:49:52 +13:00

18 lines
250 B
HTML

<!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>