Fix counters() separator serialization
commitcf42f7d62db730ae4e476071750cdebfb819d18b
authorrob.buis@samsung.com <rob.buis@samsung.com>
Tue, 28 Apr 2015 02:48:36 +0000 (28 02:48 +0000)
committerrob.buis@samsung.com <rob.buis@samsung.com>
Tue, 28 Apr 2015 02:48:36 +0000 (28 02:48 +0000)
tree381469d8b4bc75677e3553ce1cfb908ed4022023
parent54cd88b514e04f460cf53d3373948b66b0019408
Fix counters() separator serialization

The nested counters construction counters() states
that the separator part is a <string>:
http://www.w3.org/TR/CSS2/syndata.html#counter

So when serializing it follow the spec by
calling serializeString:
http://dev.w3.org/csswg/cssom/#serialize-a-string

Behavior matches Firefox.

Review URL: https://codereview.chromium.org/1102373002

git-svn-id: svn://svn.chromium.org/blink/trunk@194561 bbb929c8-8fbe-4397-9dbb-9b2b20218538
third_party/WebKit/LayoutTests/fast/css/counters/counter-cssText-expected.txt
third_party/WebKit/LayoutTests/fast/css/counters/counter-cssText.html
third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp