DescriptionJava bridge relax case requirement on "inf" and "nan".
Needed for 64-bit which is using a newer version of the runtime.
Prior to this CL the test requires that Infinity is converted to the string "Inf" and NaN is converted to the string "NaN". However, these conversions are done by a
format %g option which is defined as providing a lower case string (http://en.wikipedia.org/wiki/Printf_format_string).
As LiveConnect provides "no guarantee" as to number formatting (https://jdk6.java.net/plugin2/liveconnect/#JS_NUMBER_VALUE) it seems best to just relax these tests.
BUG=346626, 354405
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272229
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|