Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: LayoutTests/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line.html

Issue 23111004: Re-land "[css3-text] Implement text-decoration property shorthand" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased after Alexis' function name changes in CSSComputedStyleDeclaration.cpp Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;">&gt; &lt;</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;">&gt; &lt;</span></p>
<!-- Ancestor inherits "text-decoration-line" value from parent on repaintTest(). -->

Powered by Google App Engine
This is Rietveld 408576698