| Index: LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-line-expected.html
|
| diff --git a/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-line-expected.html b/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-line-expected.html
|
| index b65539e60cb7565bbe5b56be6306ac209828e918..461d39df1d32b5745c6c4104c9189aaa4d8c39a1 100644
|
| --- a/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-line-expected.html
|
| +++ b/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-line-expected.html
|
| @@ -9,7 +9,7 @@
|
| </style>
|
| </head>
|
| <body>
|
| - <div>Each line of this test should match its style description (<i>-webkit-text-decoration-line</i> resets <i>text-decoration</i>, except when the latter is set as <i>important</i>):</div><br/>
|
| + <div>Each line of this test should match its style description (<i>text-decoration-line</i> resets <i>text-decoration</i>, except when the latter is set as <i>important</i>):</div><br/>
|
| <div class="underline">This text is underlined <span>(also inside span).</span></div><br/>
|
| <div class="overline">This text is overlined <span>(also inside span).</span></div><br/>
|
| <div class="line-through">This text has a line-through <span>(also inside span).</span></div><br/>
|
|
|