DescriptionMedia query values should not be 0 when overflowed
roundForImpreciseConversion function for CSSPrimitiveValue makes overflowed value as 0,
but it's not a valid result when the value is used for min/max condition for media query.
So, for media query values, the overflowed value should become the numeric_limits.
TEST=fast/media/media-query-overflow-value.html
BUG=375574
Patch Set 1 #
Total comments: 1
Patch Set 2 : rebase #
Total comments: 3
Patch Set 3 : fix nits #Patch Set 4 : fix nits #
Messages
Total messages: 16 (1 generated)
|