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

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

Issue 22371012: Merge 155910 "Revert "Revert "Revert "[css3-text] Implement tex..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1594/
Patch Set: 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
===================================================================
--- LayoutTests/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line.html (revision 155922)
+++ LayoutTests/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line.html (working copy)
@@ -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 overwrites previous "underline". -->
+ <!-- Empty value treated as invalid, so fallback to last valid value "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