@@ -3185,10 +3185,10 @@ Simplification of <<random-key>></h4>
31853185 so it doesn't evaluate the ''random()'' at all;
31863186 it's left as-is until substitution.
31873187
3188- The 'result' is also registered as a <<length>> .
3188+ The '@function/ result' is also registered as a <<length>> .
31893189 Both the ''random(2px, 3px)'' (from '--local' substitution)
31903190 and ''random(3px, 4px)'' (written literally)
3191- evaluate within 'result' ,
3191+ evaluate within '@function/ result' ,
31923192 getting <<random-ua-ident>> s of ''ua---ex-result-1'' and ''ua---ex-result-2'' .
31933193 </div>
31943194
@@ -3204,7 +3204,7 @@ Simplification of <<random-key>></h4>
32043204 }
32053205 </xmp>
32063206
3207- Neither the '--arg' argument nor the 'result' are typed,
3207+ Neither the '--arg' argument nor the '@function/ result' are typed,
32083208 so their values aren't evaluated within the function.
32093209 The function call substitutes itself with the value ''calc(random(1px, 2px) + random(2px, 3px))'' ,
32103210 which is then evaluated within 'width' ,
@@ -4903,6 +4903,7 @@ calc-catch-divide-by-0.html
49034903calc-ch-ex-lang.html
49044904calc-complex-sign-function-crash.html
49054905calc-complex-unresolved-serialize.html
4906+ calc-dimension-serialization-order.html
49064907calc-height-block-1.html
49074908calc-height-table-1.html
49084909calc-in-calc.html
@@ -4993,6 +4994,8 @@ clamp-integer-invalid.html
49934994clamp-length-computed.html
49944995clamp-length-invalid.html
49954996clamp-length-serialize.html
4997+ clamp-none-whitespace.html
4998+ crashtests/calc-with-percent-and-number-in-line-height.html
49964999crashtests/chrome-405422528-crash.html
49975000crashtests/chrome-bug-492735384.html
49985001crashtests/chrome-bug-493952652.html
0 commit comments