Compare :lang value case-insensitive in ASCII range
Compare :lang value case-insensitive in ASCII range, relevant
spec information [1]:
"All CSS syntax is case-insensitive within the ASCII range (i.e.,
[a-z] and [A-Z] are equivalent), except for parts that are not
under the control of CSS."
Add methods to be able to do a comparison that is case-insensitive
within the ASCII range to wtf.
Test taken from:
https://test.csswg.org/source/css21/syntax/case-sensitive-004.xht
Behavior matches Firefox.
[1] http://www.w3.org/TR/CSS21/syndata.html#characters
Review URL: https://codereview.chromium.org/
1129313003
git-svn-id: svn://svn.chromium.org/blink/trunk@195333 bbb929c8-8fbe-4397-9dbb-9b2b20218538