DescriptionFix 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
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201132
Patch Set 1 #Patch Set 2 : clamp to float #
Total comments: 3
Patch Set 3 : switched clamp to cast #
Messages
Total messages: 24 (7 generated)
|