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

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

Issue 1412803007: Parse text-decoration shorthand in CSSPropertyParser with CSSParserTokens (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch for landing Created 5 years, 1 month 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: third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-line-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-line-expected.html b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-line-expected.html
index 3c350de970f98d18fd0cb2e7dad823642ae018f3..f14d25a70ba3ccfc80a99e924bb6b6a7d4694b1e 100644
--- a/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-line-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-line-expected.html
@@ -25,5 +25,9 @@
<div class="overline">This text is overlined.</div><br/>
<div class="overline">This text is overlined.</div><br/>
<div class="underline">This text is underlined.</div>
+ <div class="none">This text contains no decorations.</div><br/>
+ <div class="none">This text contains no decorations.</div><br/>
+ <div class="none">This text contains no decorations.</div><br/>
+ <div class="none">This text contains no decorations.</div><br/>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698