Remove outdated list style types
commit463d12044455498abadb1ecd75d838a7c6576af8
authorrob.buis@samsung.com <rob.buis@samsung.com>
Tue, 9 Jun 2015 11:38:34 +0000 (9 11:38 +0000)
committerrob.buis@samsung.com <rob.buis@samsung.com>
Tue, 9 Jun 2015 11:38:34 +0000 (9 11:38 +0000)
treeb59f1359a95c5351c0420100b431e69de5bc2c07
parent6ae3593bac3b6a54773d3e47f93ce6e0e759b587
Remove outdated list style types

Blink supports the list of list style types from the old draft:
http://www.w3.org/TR/2002/WD-css3-lists-20021107/

However a lot of these are removed in the latest version:
http://dev.w3.org/csswg/css-counter-styles-3/

So remove those types that are no longer in the latest spec. I verified
for these types that Firefox does not support them (anymore) either.

Note that the following styles are kept for compatibility with Firefox
which prefixes them with -moz:
hangul
hangul-consonant
ethiopic-halehame
ethiopic-halehame-am
ethiopic-halehame-ti-er
ethiopic-halehame-ti-et
urdu

Adopt tests to test only the list style types mentioned in the latest spec.

BUG=413631

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

git-svn-id: svn://svn.chromium.org/blink/trunk@196756 bbb929c8-8fbe-4397-9dbb-9b2b20218538
16 files changed:
third_party/WebKit/LayoutTests/fast/lists/resources/w3-css3-list-styles-alphabetic.css
third_party/WebKit/LayoutTests/fast/lists/w3-css3-list-styles-alphabetic-expected.txt
third_party/WebKit/LayoutTests/fast/lists/w3-css3-list-styles-alphabetic.html
third_party/WebKit/LayoutTests/fast/lists/w3-css3-list-styles-deprecated-expected.txt [new file with mode: 0644]
third_party/WebKit/LayoutTests/fast/lists/w3-css3-list-styles-deprecated.html [new file with mode: 0644]
third_party/WebKit/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style-expected.txt
third_party/WebKit/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style.html
third_party/WebKit/LayoutTests/fast/lists/w3-css3-list-styles-numeric-expected.txt
third_party/WebKit/LayoutTests/fast/lists/w3-css3-list-styles-numeric.html
third_party/WebKit/LayoutTests/fast/lists/w3-css3-list-styles-symbolic-expected.txt [deleted file]
third_party/WebKit/LayoutTests/fast/lists/w3-css3-list-styles-symbolic.html [deleted file]
third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h
third_party/WebKit/Source/core/css/CSSValueKeywords.in
third_party/WebKit/Source/core/layout/LayoutListMarker.cpp
third_party/WebKit/Source/core/paint/ListMarkerPainter.cpp
third_party/WebKit/Source/core/style/ComputedStyleConstants.h