Fix float parsing in srcset
The HTMLSrcsetParser was using a non-compliant float parser (the one used by WTFString::charactersToFloat which is in wtf/dtoa/double-conversion). As a result some tests were failing. This CL switches it to use the decimal parser in HTMLParserIdioms. BUG=523159 Review URL: https://codereview.chromium.org/1306743003 git-svn-id: svn://svn.chromium.org/blink/trunk@201132 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
This diff is collapsed.
Please register or sign in to comment