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

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

Issue 14576017: Implement CSS3TextDecorations runtime flag in favor of CSS3_TEXT (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed updated on text-underline-position for now (to be discussed & re-added later) Created 7 years, 7 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/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/>

Powered by Google App Engine
This is Rietveld 408576698