| Index: LayoutTests/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line.html
|
| diff --git a/LayoutTests/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line.html b/LayoutTests/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line.html
|
| index 25c7580f6db8374c09014392980810ca82fe7d3a..cd54358c0b5d55569ce2ab27d37e984ba75794bd 100644
|
| --- a/LayoutTests/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line.html
|
| +++ b/LayoutTests/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line.html
|
| @@ -39,7 +39,7 @@
|
| <!-- Explicit 'initial' value computed style is 'none'. -->
|
| <p><span id="test-initial-explicit" style="text-decoration: underline;">> <</span></p>
|
|
|
| - <!-- Empty value treated as invalid, so fallback to last valid value "underline". -->
|
| + <!-- Empty value overwrites previous "underline". -->
|
| <p><span id="test-initial-empty" style="text-decoration: underline;">> <</span></p>
|
|
|
| <!-- Ancestor inherits "text-decoration-line" value from parent on repaintTest(). -->
|
|
|