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

Unified Diff: LayoutTests/svg/custom/invalid-dasharray.svg

Issue 913313002: Use isComma more in CSSPropertyParser (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Handle stroke-dasharray trailing comma Created 5 years, 10 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
« no previous file with comments | « no previous file | Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/custom/invalid-dasharray.svg
diff --git a/LayoutTests/svg/custom/invalid-dasharray.svg b/LayoutTests/svg/custom/invalid-dasharray.svg
index 7153a2c8d0c26018fc65b3a1a8475dfc13f17b76..7ad0c6d08cf4fc2553bbb9f871b01b13a4db9807 100644
--- a/LayoutTests/svg/custom/invalid-dasharray.svg
+++ b/LayoutTests/svg/custom/invalid-dasharray.svg
@@ -7,6 +7,7 @@
stroke-dasharray: none, 3;
stroke-dasharray: 3, none;
stroke-dasharray: nonsense;
+ stroke-dasharray: 3,3,;
}
]]></style>
<rect id="rect" fill="none" stroke="green" stroke-width="10" stroke-dasharray="10 10" width="100" height="100"/>
« no previous file with comments | « no previous file | Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698