2 <title>CSS Test: Text Decoration with first-line pseudo element inherited from Parent Block
</title>
3 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo">
4 <style type=
"text/css">
16 text-decoration: underline
;
19 text-decoration: overline
;
22 text-decoration: line-through
;
26 text-decoration: underline
;
29 text-decoration: overline
;
32 text-decoration: line-through
;
45 <h3>Test case for First-line text-decoration style inherited from Parent Block
</h3>
46 <p> The First line text and its text-decoration must be of the same color.
</p>
48 <div id=
"div1"><p>Underline Underline Underline Underline
<br> Underline Underline Underline Underline
<br> </p>Underline Underline Underline Underline
</div>
50 <div id=
"div2"><p>Overline Overline Overline Overline
<br> Overline Overline Overline Overline
<br></p> Overline Overline Overline Overline
</div>
52 <div id=
"div3"><p>Line-Through Line-Through Line-Through Line
<br> Line-Through Line-Through Line-Through Line-Through
<br> </p>Line-Through Line-Through Line-Through Line-Through
</div>