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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/remove-shorthand-expected.txt

Issue 1430013002: Parse webkit-text-stroke shorthand in CSSPropertyParser with CSSParserTokens (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/css/remove-shorthand-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/remove-shorthand-expected.txt b/third_party/WebKit/LayoutTests/fast/css/remove-shorthand-expected.txt
index 296751f9c3bded333f30b103618730a8acec3826..a34a613ed59eea63e6b8184fc9870d49fd9b88fe 100644
--- a/third_party/WebKit/LayoutTests/fast/css/remove-shorthand-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/remove-shorthand-expected.txt
@@ -69,5 +69,5 @@ Removing padding
removes "padding"
and adds "".
Removing -webkit-text-stroke
-removes "-webkit-text-stroke-color, -webkit-text-stroke-width"
+removes "-webkit-text-stroke-width, -webkit-text-stroke-color"
and adds "".
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698