| Index: third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-line.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-line.html b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-line.html
|
| index 766982c89716a35cc775f19b47a9420a37852b7f..351b952216ff9d65df6fe38d0f55c47366d6cd30 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-line.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-line.html
|
| @@ -25,5 +25,9 @@
|
| <div style="text-decoration-line: underline; text-decoration: overline !important;">This text is overlined.</div><br/>
|
| <div style="text-decoration-line: underline !important; text-decoration: overline !important;">This text is overlined.</div><br/>
|
| <div style="text-decoration: overline !important; text-decoration-line: underline !important;">This text is underlined.</div>
|
| + <div style="text-decoration-line: blink blink;">This text contains no decorations.</div><br/>
|
| + <div style="text-decoration-line: blink underline blink;">This text contains no decorations.</div><br/>
|
| + <div style="text-decoration-line: blink underline overline blink;">This text contains no decorations.</div><br/>
|
| + <div style="text-decoration-line: blink underline overline line-through blink;">This text contains no decorations.</div><br/>
|
| </body>
|
| </html>
|
|
|