Changeset 278173 in webkit


Ignore:
Timestamp:
May 27, 2021 12:51:10 PM (14 months ago)
Author:
commit-queue@webkit.org
Message:

[css-grid] Add discrete animation support for grid-template-columns|rows
https://bugs.webkit.org/show_bug.cgi?id=226174

LayoutTests/imported/w3c:

Patch by Ziran Sun <Ziran Sun> on 2021-05-27
Reviewed by Antoine Quint.

  • web-platform-tests/css/css-grid/animation/grid-template-columns-interpolation-expected.txt:
  • web-platform-tests/css/css-grid/animation/grid-template-rows-interpolation-expected.txt:

Source/WebCore:

For CSSGridTemplateTemplate|Row, the animation wrapper setter needs to check a few style
settings such as gridColumns|gridRows, gridAutoRepeatColumns|gridAutoRepeatRows etc. to be
inline with the style specified. So does the getter.

Patch by Ziran Sun <Ziran Sun> on 2021-05-27
Reviewed by Antoine Quint.

This change has improved the two exising animation related grid-template-* tests.

  • animation/CSSPropertyAnimation.cpp:

(WebCore::CSSPropertyAnimationWrapperMap::CSSPropertyAnimationWrapperMap):

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r278091 r278173  
     12021-05-27  Ziran Sun  <zsun@igalia.com>
     2
     3        [css-grid] Add discrete animation support for grid-template-columns|rows
     4        https://bugs.webkit.org/show_bug.cgi?id=226174
     5
     6        Reviewed by Antoine Quint.
     7
     8        * web-platform-tests/css/css-grid/animation/grid-template-columns-interpolation-expected.txt:
     9        * web-platform-tests/css/css-grid/animation/grid-template-rows-interpolation-expected.txt:
     10
    1112021-05-26  Alex Christensen  <achristensen@webkit.org>
    212
  • trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-grid/animation/grid-template-columns-interpolation-expected.txt

    r267650 r278173  
    1414PASS CSS Transitions with transition: all: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr 2fr] at (1) should be [2fr 2fr]
    1515PASS CSS Transitions with transition: all: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr 2fr] at (1.5) should be [2fr 2fr]
    16 FAIL CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr 2fr] at (-0.3) should be [1fr 1fr 1fr] assert_equals: expected "1fr 1fr 1fr " but got "none "
    17 FAIL CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr 2fr] at (0) should be [1fr 1fr 1fr] assert_equals: expected "1fr 1fr 1fr " but got "none "
    18 FAIL CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr 2fr] at (0.3) should be [1fr 1fr 1fr] assert_equals: expected "1fr 1fr 1fr " but got "none "
    19 FAIL CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr 2fr] at (0.5) should be [2fr 2fr] assert_equals: expected "2fr 2fr " but got "none "
    20 FAIL CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr 2fr] at (0.6) should be [2fr 2fr] assert_equals: expected "2fr 2fr " but got "none "
    21 FAIL CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr 2fr] at (1) should be [2fr 2fr] assert_equals: expected "2fr 2fr " but got "none "
    22 FAIL CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr 2fr] at (1.5) should be [2fr 2fr] assert_equals: expected "2fr 2fr " but got "none "
    23 FAIL Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr 2fr] at (-0.3) should be [1fr 1fr 1fr] assert_equals: expected "1fr 1fr 1fr " but got "none "
    24 FAIL Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr 2fr] at (0) should be [1fr 1fr 1fr] assert_equals: expected "1fr 1fr 1fr " but got "none "
    25 FAIL Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr 2fr] at (0.3) should be [1fr 1fr 1fr] assert_equals: expected "1fr 1fr 1fr " but got "none "
    26 FAIL Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr 2fr] at (0.5) should be [2fr 2fr] assert_equals: expected "2fr 2fr " but got "none "
    27 FAIL Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr 2fr] at (0.6) should be [2fr 2fr] assert_equals: expected "2fr 2fr " but got "none "
    28 FAIL Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr 2fr] at (1) should be [2fr 2fr] assert_equals: expected "2fr 2fr " but got "none "
    29 FAIL Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr 2fr] at (1.5) should be [2fr 2fr] assert_equals: expected "2fr 2fr " but got "none "
     16PASS CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr 2fr] at (-0.3) should be [1fr 1fr 1fr]
     17PASS CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr 2fr] at (0) should be [1fr 1fr 1fr]
     18PASS CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr 2fr] at (0.3) should be [1fr 1fr 1fr]
     19PASS CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr 2fr] at (0.5) should be [2fr 2fr]
     20PASS CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr 2fr] at (0.6) should be [2fr 2fr]
     21PASS CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr 2fr] at (1) should be [2fr 2fr]
     22PASS CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr 2fr] at (1.5) should be [2fr 2fr]
     23PASS Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr 2fr] at (-0.3) should be [1fr 1fr 1fr]
     24PASS Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr 2fr] at (0) should be [1fr 1fr 1fr]
     25PASS Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr 2fr] at (0.3) should be [1fr 1fr 1fr]
     26PASS Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr 2fr] at (0.5) should be [2fr 2fr]
     27PASS Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr 2fr] at (0.6) should be [2fr 2fr]
     28PASS Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr 2fr] at (1) should be [2fr 2fr]
     29PASS Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr 2fr] at (1.5) should be [2fr 2fr]
    3030PASS CSS Transitions: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (-0.3) should be [20px 30px]
    3131PASS CSS Transitions: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (0) should be [20px 30px]
     
    4242PASS CSS Transitions with transition: all: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (1) should be [20px 30px]
    4343PASS CSS Transitions with transition: all: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (1.5) should be [20px 30px]
    44 FAIL CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (-0.3) should be [10px 20px 30px] assert_equals: expected "10px 20px 30px " but got "none "
    45 FAIL CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (0) should be [10px 20px 30px] assert_equals: expected "10px 20px 30px " but got "none "
    46 FAIL CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (0.3) should be [10px 20px 30px] assert_equals: expected "10px 20px 30px " but got "none "
    47 FAIL CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (0.5) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
    48 FAIL CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (0.6) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
    49 FAIL CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (1) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
    50 FAIL CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (1.5) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
    51 FAIL Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (-0.3) should be [10px 20px 30px] assert_equals: expected "10px 20px 30px " but got "none "
    52 FAIL Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (0) should be [10px 20px 30px] assert_equals: expected "10px 20px 30px " but got "none "
    53 FAIL Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (0.3) should be [10px 20px 30px] assert_equals: expected "10px 20px 30px " but got "none "
    54 FAIL Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (0.5) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
    55 FAIL Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (0.6) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
    56 FAIL Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (1) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
    57 FAIL Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (1.5) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
     44PASS CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (-0.3) should be [10px 20px 30px]
     45PASS CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (0) should be [10px 20px 30px]
     46PASS CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (0.3) should be [10px 20px 30px]
     47PASS CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (0.5) should be [20px 30px]
     48PASS CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (0.6) should be [20px 30px]
     49PASS CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (1) should be [20px 30px]
     50PASS CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (1.5) should be [20px 30px]
     51PASS Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (-0.3) should be [10px 20px 30px]
     52PASS Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (0) should be [10px 20px 30px]
     53PASS Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (0.3) should be [10px 20px 30px]
     54PASS Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (0.5) should be [20px 30px]
     55PASS Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (0.6) should be [20px 30px]
     56PASS Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (1) should be [20px 30px]
     57PASS Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px] at (1.5) should be [20px 30px]
    5858PASS CSS Transitions: property <grid-template-columns> from [1fr 1fr 1fr] to [none] at (-0.3) should be [none]
    5959PASS CSS Transitions: property <grid-template-columns> from [1fr 1fr 1fr] to [none] at (0) should be [none]
     
    7070PASS CSS Transitions with transition: all: property <grid-template-columns> from [1fr 1fr 1fr] to [none] at (1) should be [none]
    7171PASS CSS Transitions with transition: all: property <grid-template-columns> from [1fr 1fr 1fr] to [none] at (1.5) should be [none]
    72 FAIL CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [none] at (-0.3) should be [1fr 1fr 1fr] assert_equals: expected "1fr 1fr 1fr " but got "none "
    73 FAIL CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [none] at (0) should be [1fr 1fr 1fr] assert_equals: expected "1fr 1fr 1fr " but got "none "
    74 FAIL CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [none] at (0.3) should be [1fr 1fr 1fr] assert_equals: expected "1fr 1fr 1fr " but got "none "
     72PASS CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [none] at (-0.3) should be [1fr 1fr 1fr]
     73PASS CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [none] at (0) should be [1fr 1fr 1fr]
     74PASS CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [none] at (0.3) should be [1fr 1fr 1fr]
    7575PASS CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [none] at (0.5) should be [none]
    7676PASS CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [none] at (0.6) should be [none]
    7777PASS CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [none] at (1) should be [none]
    7878PASS CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [none] at (1.5) should be [none]
    79 FAIL Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [none] at (-0.3) should be [1fr 1fr 1fr] assert_equals: expected "1fr 1fr 1fr " but got "none "
    80 FAIL Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [none] at (0) should be [1fr 1fr 1fr] assert_equals: expected "1fr 1fr 1fr " but got "none "
    81 FAIL Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [none] at (0.3) should be [1fr 1fr 1fr] assert_equals: expected "1fr 1fr 1fr " but got "none "
     79PASS Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [none] at (-0.3) should be [1fr 1fr 1fr]
     80PASS Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [none] at (0) should be [1fr 1fr 1fr]
     81PASS Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [none] at (0.3) should be [1fr 1fr 1fr]
    8282PASS Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [none] at (0.5) should be [none]
    8383PASS Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [none] at (0.6) should be [none]
     
    101101PASS CSS Animations: property <grid-template-columns> from [none] to [20px 30px] at (0) should be [none]
    102102PASS CSS Animations: property <grid-template-columns> from [none] to [20px 30px] at (0.3) should be [none]
    103 FAIL CSS Animations: property <grid-template-columns> from [none] to [20px 30px] at (0.5) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
    104 FAIL CSS Animations: property <grid-template-columns> from [none] to [20px 30px] at (0.6) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
    105 FAIL CSS Animations: property <grid-template-columns> from [none] to [20px 30px] at (1) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
    106 FAIL CSS Animations: property <grid-template-columns> from [none] to [20px 30px] at (1.5) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
     103PASS CSS Animations: property <grid-template-columns> from [none] to [20px 30px] at (0.5) should be [20px 30px]
     104PASS CSS Animations: property <grid-template-columns> from [none] to [20px 30px] at (0.6) should be [20px 30px]
     105PASS CSS Animations: property <grid-template-columns> from [none] to [20px 30px] at (1) should be [20px 30px]
     106PASS CSS Animations: property <grid-template-columns> from [none] to [20px 30px] at (1.5) should be [20px 30px]
    107107PASS Web Animations: property <grid-template-columns> from [none] to [20px 30px] at (-0.3) should be [none]
    108108PASS Web Animations: property <grid-template-columns> from [none] to [20px 30px] at (0) should be [none]
    109109PASS Web Animations: property <grid-template-columns> from [none] to [20px 30px] at (0.3) should be [none]
    110 FAIL Web Animations: property <grid-template-columns> from [none] to [20px 30px] at (0.5) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
    111 FAIL Web Animations: property <grid-template-columns> from [none] to [20px 30px] at (0.6) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
    112 FAIL Web Animations: property <grid-template-columns> from [none] to [20px 30px] at (1) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
    113 FAIL Web Animations: property <grid-template-columns> from [none] to [20px 30px] at (1.5) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
     110PASS Web Animations: property <grid-template-columns> from [none] to [20px 30px] at (0.5) should be [20px 30px]
     111PASS Web Animations: property <grid-template-columns> from [none] to [20px 30px] at (0.6) should be [20px 30px]
     112PASS Web Animations: property <grid-template-columns> from [none] to [20px 30px] at (1) should be [20px 30px]
     113PASS Web Animations: property <grid-template-columns> from [none] to [20px 30px] at (1.5) should be [20px 30px]
    114114FAIL CSS Transitions: property <grid-template-columns> from [10px 20px 30px] to [20px 30px 40px] at (-1) should be [0px 10px 20px] assert_equals: expected "0px 10px 20px " but got "20px 30px 40px "
    115115FAIL CSS Transitions: property <grid-template-columns> from [10px 20px 30px] to [20px 30px 40px] at (0) should be [10px 20px 30px] assert_equals: expected "10px 20px 30px " but got "20px 30px 40px "
     
    124124PASS CSS Transitions with transition: all: property <grid-template-columns> from [10px 20px 30px] to [20px 30px 40px] at (1) should be [20px 30px 40px]
    125125FAIL CSS Transitions with transition: all: property <grid-template-columns> from [10px 20px 30px] to [20px 30px 40px] at (2) should be [30px 40px 50px] assert_equals: expected "30px 40px 50px " but got "20px 30px 40px "
    126 FAIL CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px 40px] at (-1) should be [0px 10px 20px] assert_equals: expected "0px 10px 20px " but got "none "
    127 FAIL CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px 40px] at (0) should be [10px 20px 30px] assert_equals: expected "10px 20px 30px " but got "none "
    128 FAIL CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px 40px] at (0.4) should be [14px 24px 34px] assert_equals: expected "14px 24px 34px " but got "none "
    129 FAIL CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px 40px] at (0.6) should be [16px 26px 36px] assert_equals: expected "16px 26px 36px " but got "none "
    130 FAIL CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px 40px] at (1) should be [20px 30px 40px] assert_equals: expected "20px 30px 40px " but got "none "
    131 FAIL CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px 40px] at (2) should be [30px 40px 50px] assert_equals: expected "30px 40px 50px " but got "none "
    132 FAIL Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px 40px] at (-1) should be [0px 10px 20px] assert_equals: expected "0px 10px 20px " but got "none "
    133 FAIL Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px 40px] at (0) should be [10px 20px 30px] assert_equals: expected "10px 20px 30px " but got "none "
    134 FAIL Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px 40px] at (0.4) should be [14px 24px 34px] assert_equals: expected "14px 24px 34px " but got "none "
    135 FAIL Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px 40px] at (0.6) should be [16px 26px 36px] assert_equals: expected "16px 26px 36px " but got "none "
    136 FAIL Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px 40px] at (1) should be [20px 30px 40px] assert_equals: expected "20px 30px 40px " but got "none "
    137 FAIL Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px 40px] at (2) should be [30px 40px 50px] assert_equals: expected "30px 40px 50px " but got "none "
     126FAIL CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px 40px] at (-1) should be [0px 10px 20px] assert_equals: expected "0px 10px 20px " but got "10px 20px 30px "
     127PASS CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px 40px] at (0) should be [10px 20px 30px]
     128FAIL CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px 40px] at (0.4) should be [14px 24px 34px] assert_equals: expected "14px 24px 34px " but got "10px 20px 30px "
     129FAIL CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px 40px] at (0.6) should be [16px 26px 36px] assert_equals: expected "16px 26px 36px " but got "20px 30px 40px "
     130PASS CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px 40px] at (1) should be [20px 30px 40px]
     131FAIL CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px 40px] at (2) should be [30px 40px 50px] assert_equals: expected "30px 40px 50px " but got "20px 30px 40px "
     132FAIL Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px 40px] at (-1) should be [0px 10px 20px] assert_equals: expected "0px 10px 20px " but got "10px 20px 30px "
     133PASS Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px 40px] at (0) should be [10px 20px 30px]
     134FAIL Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px 40px] at (0.4) should be [14px 24px 34px] assert_equals: expected "14px 24px 34px " but got "10px 20px 30px "
     135FAIL Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px 40px] at (0.6) should be [16px 26px 36px] assert_equals: expected "16px 26px 36px " but got "20px 30px 40px "
     136PASS Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px 40px] at (1) should be [20px 30px 40px]
     137FAIL Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20px 30px 40px] at (2) should be [30px 40px 50px] assert_equals: expected "30px 40px 50px " but got "20px 30px 40px "
    138138FAIL CSS Transitions: property <grid-template-columns> from [10px 20px 30px] to [20% 30% 40px] at (-1) should be [calc(20px + -20%) calc(40px + -30%) 20px] assert_equals: expected "calc ( - 20 % + 20px ) calc ( - 30 % + 40px ) 20px " but got "20 % 30 % 40px "
    139139FAIL CSS Transitions: property <grid-template-columns> from [10px 20px 30px] to [20% 30% 40px] at (0) should be [calc(10px + 0%) calc(20px + 0%) 30px] assert_equals: expected "calc ( 0 % + 10px ) calc ( 0 % + 20px ) 30px " but got "20 % 30 % 40px "
     
    148148PASS CSS Transitions with transition: all: property <grid-template-columns> from [10px 20px 30px] to [20% 30% 40px] at (1) should be [20% 30% 40px]
    149149FAIL CSS Transitions with transition: all: property <grid-template-columns> from [10px 20px 30px] to [20% 30% 40px] at (2) should be [calc(-10px + 40%) calc(-20px + 60%) 50px] assert_equals: expected "calc ( 40 % - 10px ) calc ( 60 % - 20px ) 50px " but got "20 % 30 % 40px "
    150 FAIL CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20% 30% 40px] at (-1) should be [calc(20px + -20%) calc(40px + -30%) 20px] assert_equals: expected "calc ( - 20 % + 20px ) calc ( - 30 % + 40px ) 20px " but got "none "
    151 FAIL CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20% 30% 40px] at (0) should be [calc(10px + 0%) calc(20px + 0%) 30px] assert_equals: expected "calc ( 0 % + 10px ) calc ( 0 % + 20px ) 30px " but got "none "
    152 FAIL CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20% 30% 40px] at (0.4) should be [calc(6px + 8%) calc(12px + 12%) 34px] assert_equals: expected "calc ( 8 % + 6px ) calc ( 12 % + 12px ) 34px " but got "none "
    153 FAIL CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20% 30% 40px] at (0.6) should be [calc(4px + 12%) calc(8px + 18%) 36px] assert_equals: expected "calc ( 12 % + 4px ) calc ( 18 % + 8px ) 36px " but got "none "
    154 FAIL CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20% 30% 40px] at (1) should be [20% 30% 40px] assert_equals: expected "20 % 30 % 40px " but got "none "
    155 FAIL CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20% 30% 40px] at (2) should be [calc(-10px + 40%) calc(-20px + 60%) 50px] assert_equals: expected "calc ( 40 % - 10px ) calc ( 60 % - 20px ) 50px " but got "none "
    156 FAIL Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20% 30% 40px] at (-1) should be [calc(20px + -20%) calc(40px + -30%) 20px] assert_equals: expected "calc ( - 20 % + 20px ) calc ( - 30 % + 40px ) 20px " but got "none "
    157 FAIL Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20% 30% 40px] at (0) should be [calc(10px + 0%) calc(20px + 0%) 30px] assert_equals: expected "calc ( 0 % + 10px ) calc ( 0 % + 20px ) 30px " but got "none "
    158 FAIL Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20% 30% 40px] at (0.4) should be [calc(6px + 8%) calc(12px + 12%) 34px] assert_equals: expected "calc ( 8 % + 6px ) calc ( 12 % + 12px ) 34px " but got "none "
    159 FAIL Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20% 30% 40px] at (0.6) should be [calc(4px + 12%) calc(8px + 18%) 36px] assert_equals: expected "calc ( 12 % + 4px ) calc ( 18 % + 8px ) 36px " but got "none "
    160 FAIL Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20% 30% 40px] at (1) should be [20% 30% 40px] assert_equals: expected "20 % 30 % 40px " but got "none "
    161 FAIL Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20% 30% 40px] at (2) should be [calc(-10px + 40%) calc(-20px + 60%) 50px] assert_equals: expected "calc ( 40 % - 10px ) calc ( 60 % - 20px ) 50px " but got "none "
     150FAIL CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20% 30% 40px] at (-1) should be [calc(20px + -20%) calc(40px + -30%) 20px] assert_equals: expected "calc ( - 20 % + 20px ) calc ( - 30 % + 40px ) 20px " but got "10px 20px 30px "
     151FAIL CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20% 30% 40px] at (0) should be [calc(10px + 0%) calc(20px + 0%) 30px] assert_equals: expected "calc ( 0 % + 10px ) calc ( 0 % + 20px ) 30px " but got "10px 20px 30px "
     152FAIL CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20% 30% 40px] at (0.4) should be [calc(6px + 8%) calc(12px + 12%) 34px] assert_equals: expected "calc ( 8 % + 6px ) calc ( 12 % + 12px ) 34px " but got "10px 20px 30px "
     153FAIL CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20% 30% 40px] at (0.6) should be [calc(4px + 12%) calc(8px + 18%) 36px] assert_equals: expected "calc ( 12 % + 4px ) calc ( 18 % + 8px ) 36px " but got "20 % 30 % 40px "
     154PASS CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20% 30% 40px] at (1) should be [20% 30% 40px]
     155FAIL CSS Animations: property <grid-template-columns> from [10px 20px 30px] to [20% 30% 40px] at (2) should be [calc(-10px + 40%) calc(-20px + 60%) 50px] assert_equals: expected "calc ( 40 % - 10px ) calc ( 60 % - 20px ) 50px " but got "20 % 30 % 40px "
     156FAIL Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20% 30% 40px] at (-1) should be [calc(20px + -20%) calc(40px + -30%) 20px] assert_equals: expected "calc ( - 20 % + 20px ) calc ( - 30 % + 40px ) 20px " but got "10px 20px 30px "
     157FAIL Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20% 30% 40px] at (0) should be [calc(10px + 0%) calc(20px + 0%) 30px] assert_equals: expected "calc ( 0 % + 10px ) calc ( 0 % + 20px ) 30px " but got "10px 20px 30px "
     158FAIL Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20% 30% 40px] at (0.4) should be [calc(6px + 8%) calc(12px + 12%) 34px] assert_equals: expected "calc ( 8 % + 6px ) calc ( 12 % + 12px ) 34px " but got "10px 20px 30px "
     159FAIL Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20% 30% 40px] at (0.6) should be [calc(4px + 12%) calc(8px + 18%) 36px] assert_equals: expected "calc ( 12 % + 4px ) calc ( 18 % + 8px ) 36px " but got "20 % 30 % 40px "
     160PASS Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20% 30% 40px] at (1) should be [20% 30% 40px]
     161FAIL Web Animations: property <grid-template-columns> from [10px 20px 30px] to [20% 30% 40px] at (2) should be [calc(-10px + 40%) calc(-20px + 60%) 50px] assert_equals: expected "calc ( 40 % - 10px ) calc ( 60 % - 20px ) 50px " but got "20 % 30 % 40px "
    162162FAIL CSS Transitions: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr auto 2fr] at (-1) should be [0fr 1fr 0fr] assert_equals: expected "0fr 1fr 0fr " but got "2fr auto 2fr "
    163163FAIL CSS Transitions: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr auto 2fr] at (0) should be [1fr 1fr 1fr] assert_equals: expected "1fr 1fr 1fr " but got "2fr auto 2fr "
     
    172172PASS CSS Transitions with transition: all: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr auto 2fr] at (1) should be [2fr auto 2fr]
    173173FAIL CSS Transitions with transition: all: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr auto 2fr] at (2) should be [3fr auto 3fr] assert_equals: expected "3fr auto 3fr " but got "2fr auto 2fr "
    174 FAIL CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr auto 2fr] at (-1) should be [0fr 1fr 0fr] assert_equals: expected "0fr 1fr 0fr " but got "none "
    175 FAIL CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr auto 2fr] at (0) should be [1fr 1fr 1fr] assert_equals: expected "1fr 1fr 1fr " but got "none "
    176 FAIL CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr auto 2fr] at (0.4) should be [1.4fr 1fr 1.4fr] assert_equals: expected "1.4fr 1fr 1.4fr " but got "none "
    177 FAIL CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr auto 2fr] at (0.6) should be [1.6fr auto 1.6fr] assert_equals: expected "1.6fr auto 1.6fr " but got "none "
    178 FAIL CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr auto 2fr] at (1) should be [2fr auto 2fr] assert_equals: expected "2fr auto 2fr " but got "none "
    179 FAIL CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr auto 2fr] at (2) should be [3fr auto 3fr] assert_equals: expected "3fr auto 3fr " but got "none "
    180 FAIL Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr auto 2fr] at (-1) should be [0fr 1fr 0fr] assert_equals: expected "0fr 1fr 0fr " but got "none "
    181 FAIL Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr auto 2fr] at (0) should be [1fr 1fr 1fr] assert_equals: expected "1fr 1fr 1fr " but got "none "
    182 FAIL Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr auto 2fr] at (0.4) should be [1.4fr 1fr 1.4fr] assert_equals: expected "1.4fr 1fr 1.4fr " but got "none "
    183 FAIL Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr auto 2fr] at (0.6) should be [1.6fr auto 1.6fr] assert_equals: expected "1.6fr auto 1.6fr " but got "none "
    184 FAIL Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr auto 2fr] at (1) should be [2fr auto 2fr] assert_equals: expected "2fr auto 2fr " but got "none "
    185 FAIL Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr auto 2fr] at (2) should be [3fr auto 3fr] assert_equals: expected "3fr auto 3fr " but got "none "
     174FAIL CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr auto 2fr] at (-1) should be [0fr 1fr 0fr] assert_equals: expected "0fr 1fr 0fr " but got "1fr 1fr 1fr "
     175PASS CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr auto 2fr] at (0) should be [1fr 1fr 1fr]
     176FAIL CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr auto 2fr] at (0.4) should be [1.4fr 1fr 1.4fr] assert_equals: expected "1.4fr 1fr 1.4fr " but got "1fr 1fr 1fr "
     177FAIL CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr auto 2fr] at (0.6) should be [1.6fr auto 1.6fr] assert_equals: expected "1.6fr auto 1.6fr " but got "2fr auto 2fr "
     178PASS CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr auto 2fr] at (1) should be [2fr auto 2fr]
     179FAIL CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr auto 2fr] at (2) should be [3fr auto 3fr] assert_equals: expected "3fr auto 3fr " but got "2fr auto 2fr "
     180FAIL Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr auto 2fr] at (-1) should be [0fr 1fr 0fr] assert_equals: expected "0fr 1fr 0fr " but got "1fr 1fr 1fr "
     181PASS Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr auto 2fr] at (0) should be [1fr 1fr 1fr]
     182FAIL Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr auto 2fr] at (0.4) should be [1.4fr 1fr 1.4fr] assert_equals: expected "1.4fr 1fr 1.4fr " but got "1fr 1fr 1fr "
     183FAIL Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr auto 2fr] at (0.6) should be [1.6fr auto 1.6fr] assert_equals: expected "1.6fr auto 1.6fr " but got "2fr auto 2fr "
     184PASS Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr auto 2fr] at (1) should be [2fr auto 2fr]
     185FAIL Web Animations: property <grid-template-columns> from [1fr 1fr 1fr] to [2fr auto 2fr] at (2) should be [3fr auto 3fr] assert_equals: expected "3fr auto 3fr " but got "2fr auto 2fr "
    186186FAIL CSS Transitions: property <grid-template-columns> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (-1) should be [0fr [a b] 1fr [d] 0fr] assert_equals: expected "0fr [ a b ] 1fr [ d ] 0fr " but got "2fr [ c ] auto 2fr "
    187187FAIL CSS Transitions: property <grid-template-columns> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (0) should be [1fr [a b] 1fr [d] 1fr] assert_equals: expected "1fr [ a b ] 1fr [ d ] 1fr " but got "2fr [ c ] auto 2fr "
     
    196196PASS CSS Transitions with transition: all: property <grid-template-columns> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (1) should be [2fr [c] auto 2fr]
    197197FAIL CSS Transitions with transition: all: property <grid-template-columns> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (2) should be [3fr [c] auto 3fr] assert_equals: expected "3fr [ c ] auto 3fr " but got "2fr [ c ] auto 2fr "
    198 FAIL CSS Animations: property <grid-template-columns> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (-1) should be [0fr [a b] 1fr [d] 0fr] assert_equals: expected "0fr [ a b ] 1fr [ d ] 0fr " but got "none "
    199 FAIL CSS Animations: property <grid-template-columns> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (0) should be [1fr [a b] 1fr [d] 1fr] assert_equals: expected "1fr [ a b ] 1fr [ d ] 1fr " but got "none "
    200 FAIL CSS Animations: property <grid-template-columns> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (0.4) should be [1.4fr [a b] 1fr [d] 1.4fr] assert_equals: expected "1.4fr [ a b ] 1fr [ d ] 1.4fr " but got "none "
    201 FAIL CSS Animations: property <grid-template-columns> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (0.6) should be [1.6fr [c] auto 1.6fr] assert_equals: expected "1.6fr [ c ] auto 1.6fr " but got "none "
    202 FAIL CSS Animations: property <grid-template-columns> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (1) should be [2fr [c] auto 2fr] assert_equals: expected "2fr [ c ] auto 2fr " but got "none "
    203 FAIL CSS Animations: property <grid-template-columns> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (2) should be [3fr [c] auto 3fr] assert_equals: expected "3fr [ c ] auto 3fr " but got "none "
    204 FAIL Web Animations: property <grid-template-columns> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (-1) should be [0fr [a b] 1fr [d] 0fr] assert_equals: expected "0fr [ a b ] 1fr [ d ] 0fr " but got "none "
    205 FAIL Web Animations: property <grid-template-columns> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (0) should be [1fr [a b] 1fr [d] 1fr] assert_equals: expected "1fr [ a b ] 1fr [ d ] 1fr " but got "none "
    206 FAIL Web Animations: property <grid-template-columns> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (0.4) should be [1.4fr [a b] 1fr [d] 1.4fr] assert_equals: expected "1.4fr [ a b ] 1fr [ d ] 1.4fr " but got "none "
    207 FAIL Web Animations: property <grid-template-columns> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (0.6) should be [1.6fr [c] auto 1.6fr] assert_equals: expected "1.6fr [ c ] auto 1.6fr " but got "none "
    208 FAIL Web Animations: property <grid-template-columns> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (1) should be [2fr [c] auto 2fr] assert_equals: expected "2fr [ c ] auto 2fr " but got "none "
    209 FAIL Web Animations: property <grid-template-columns> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (2) should be [3fr [c] auto 3fr] assert_equals: expected "3fr [ c ] auto 3fr " but got "none "
     198FAIL CSS Animations: property <grid-template-columns> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (-1) should be [0fr [a b] 1fr [d] 0fr] assert_equals: expected "0fr [ a b ] 1fr [ d ] 0fr " but got "1fr [ a b ] 1fr [ d ] 1fr "
     199PASS CSS Animations: property <grid-template-columns> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (0) should be [1fr [a b] 1fr [d] 1fr]
     200FAIL CSS Animations: property <grid-template-columns> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (0.4) should be [1.4fr [a b] 1fr [d] 1.4fr] assert_equals: expected "1.4fr [ a b ] 1fr [ d ] 1.4fr " but got "1fr [ a b ] 1fr [ d ] 1fr "
     201FAIL CSS Animations: property <grid-template-columns> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (0.6) should be [1.6fr [c] auto 1.6fr] assert_equals: expected "1.6fr [ c ] auto 1.6fr " but got "2fr [ c ] auto 2fr "
     202PASS CSS Animations: property <grid-template-columns> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (1) should be [2fr [c] auto 2fr]
     203FAIL CSS Animations: property <grid-template-columns> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (2) should be [3fr [c] auto 3fr] assert_equals: expected "3fr [ c ] auto 3fr " but got "2fr [ c ] auto 2fr "
     204FAIL Web Animations: property <grid-template-columns> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (-1) should be [0fr [a b] 1fr [d] 0fr] assert_equals: expected "0fr [ a b ] 1fr [ d ] 0fr " but got "1fr [ a b ] 1fr [ d ] 1fr "
     205PASS Web Animations: property <grid-template-columns> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (0) should be [1fr [a b] 1fr [d] 1fr]
     206FAIL Web Animations: property <grid-template-columns> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (0.4) should be [1.4fr [a b] 1fr [d] 1.4fr] assert_equals: expected "1.4fr [ a b ] 1fr [ d ] 1.4fr " but got "1fr [ a b ] 1fr [ d ] 1fr "
     207FAIL Web Animations: property <grid-template-columns> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (0.6) should be [1.6fr [c] auto 1.6fr] assert_equals: expected "1.6fr [ c ] auto 1.6fr " but got "2fr [ c ] auto 2fr "
     208PASS Web Animations: property <grid-template-columns> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (1) should be [2fr [c] auto 2fr]
     209FAIL Web Animations: property <grid-template-columns> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (2) should be [3fr [c] auto 3fr] assert_equals: expected "3fr [ c ] auto 3fr " but got "2fr [ c ] auto 2fr "
    210210FAIL CSS Transitions: property <grid-template-columns> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (-1) should be [fit-content(0px) fit-content(20px)] assert_equals: expected "fit - content ( 0px ) fit - content ( 20px ) " but got "fit - content ( 20px ) max - content "
    211211FAIL CSS Transitions: property <grid-template-columns> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (0) should be [fit-content(10px) fit-content(20px)] assert_equals: expected "fit - content ( 10px ) fit - content ( 20px ) " but got "fit - content ( 20px ) max - content "
     
    220220PASS CSS Transitions with transition: all: property <grid-template-columns> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (1) should be [fit-content(20px) max-content]
    221221FAIL CSS Transitions with transition: all: property <grid-template-columns> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (2) should be [fit-content(30px) max-content] assert_equals: expected "fit - content ( 30px ) max - content " but got "fit - content ( 20px ) max - content "
    222 FAIL CSS Animations: property <grid-template-columns> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (-1) should be [fit-content(0px) fit-content(20px)] assert_equals: expected "fit - content ( 0px ) fit - content ( 20px ) " but got "none "
    223 FAIL CSS Animations: property <grid-template-columns> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (0) should be [fit-content(10px) fit-content(20px)] assert_equals: expected "fit - content ( 10px ) fit - content ( 20px ) " but got "none "
    224 FAIL CSS Animations: property <grid-template-columns> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (0.4) should be [fit-content(14px) fit-content(20px)] assert_equals: expected "fit - content ( 14px ) fit - content ( 20px ) " but got "none "
    225 FAIL CSS Animations: property <grid-template-columns> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (0.6) should be [fit-content(16px) max-content] assert_equals: expected "fit - content ( 16px ) max - content " but got "none "
    226 FAIL CSS Animations: property <grid-template-columns> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (1) should be [fit-content(20px) max-content] assert_equals: expected "fit - content ( 20px ) max - content " but got "none "
    227 FAIL CSS Animations: property <grid-template-columns> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (2) should be [fit-content(30px) max-content] assert_equals: expected "fit - content ( 30px ) max - content " but got "none "
    228 FAIL Web Animations: property <grid-template-columns> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (-1) should be [fit-content(0px) fit-content(20px)] assert_equals: expected "fit - content ( 0px ) fit - content ( 20px ) " but got "none "
    229 FAIL Web Animations: property <grid-template-columns> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (0) should be [fit-content(10px) fit-content(20px)] assert_equals: expected "fit - content ( 10px ) fit - content ( 20px ) " but got "none "
    230 FAIL Web Animations: property <grid-template-columns> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (0.4) should be [fit-content(14px) fit-content(20px)] assert_equals: expected "fit - content ( 14px ) fit - content ( 20px ) " but got "none "
    231 FAIL Web Animations: property <grid-template-columns> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (0.6) should be [fit-content(16px) max-content] assert_equals: expected "fit - content ( 16px ) max - content " but got "none "
    232 FAIL Web Animations: property <grid-template-columns> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (1) should be [fit-content(20px) max-content] assert_equals: expected "fit - content ( 20px ) max - content " but got "none "
    233 FAIL Web Animations: property <grid-template-columns> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (2) should be [fit-content(30px) max-content] assert_equals: expected "fit - content ( 30px ) max - content " but got "none "
     222FAIL CSS Animations: property <grid-template-columns> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (-1) should be [fit-content(0px) fit-content(20px)] assert_equals: expected "fit - content ( 0px ) fit - content ( 20px ) " but got "fit - content ( 10px ) fit - content ( 20px ) "
     223PASS CSS Animations: property <grid-template-columns> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (0) should be [fit-content(10px) fit-content(20px)]
     224FAIL CSS Animations: property <grid-template-columns> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (0.4) should be [fit-content(14px) fit-content(20px)] assert_equals: expected "fit - content ( 14px ) fit - content ( 20px ) " but got "fit - content ( 10px ) fit - content ( 20px ) "
     225FAIL CSS Animations: property <grid-template-columns> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (0.6) should be [fit-content(16px) max-content] assert_equals: expected "fit - content ( 16px ) max - content " but got "fit - content ( 20px ) max - content "
     226PASS CSS Animations: property <grid-template-columns> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (1) should be [fit-content(20px) max-content]
     227FAIL CSS Animations: property <grid-template-columns> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (2) should be [fit-content(30px) max-content] assert_equals: expected "fit - content ( 30px ) max - content " but got "fit - content ( 20px ) max - content "
     228FAIL Web Animations: property <grid-template-columns> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (-1) should be [fit-content(0px) fit-content(20px)] assert_equals: expected "fit - content ( 0px ) fit - content ( 20px ) " but got "fit - content ( 10px ) fit - content ( 20px ) "
     229PASS Web Animations: property <grid-template-columns> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (0) should be [fit-content(10px) fit-content(20px)]
     230FAIL Web Animations: property <grid-template-columns> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (0.4) should be [fit-content(14px) fit-content(20px)] assert_equals: expected "fit - content ( 14px ) fit - content ( 20px ) " but got "fit - content ( 10px ) fit - content ( 20px ) "
     231FAIL Web Animations: property <grid-template-columns> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (0.6) should be [fit-content(16px) max-content] assert_equals: expected "fit - content ( 16px ) max - content " but got "fit - content ( 20px ) max - content "
     232PASS Web Animations: property <grid-template-columns> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (1) should be [fit-content(20px) max-content]
     233FAIL Web Animations: property <grid-template-columns> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (2) should be [fit-content(30px) max-content] assert_equals: expected "fit - content ( 30px ) max - content " but got "fit - content ( 20px ) max - content "
    234234FAIL CSS Transitions: property <grid-template-columns> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (-1) should be [minmax(0px, 0fr) minmax(10px, 2fr)] assert_equals: expected "minmax ( 0px , 0fr ) minmax ( 10px , 2fr ) " but got "minmax ( 20px , 2fr ) minmax ( 30px , auto ) "
    235235FAIL CSS Transitions: property <grid-template-columns> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (0) should be [minmax(10px, 1fr) minmax(20px, 2fr)] assert_equals: expected "minmax ( 10px , 1fr ) minmax ( 20px , 2fr ) " but got "minmax ( 20px , 2fr ) minmax ( 30px , auto ) "
     
    244244PASS CSS Transitions with transition: all: property <grid-template-columns> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (1) should be [minmax(20px, 2fr) minmax(30px, auto)]
    245245FAIL CSS Transitions with transition: all: property <grid-template-columns> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (2) should be [minmax(30px, 3fr) minmax(40px, auto)] assert_equals: expected "minmax ( 30px , 3fr ) minmax ( 40px , auto ) " but got "minmax ( 20px , 2fr ) minmax ( 30px , auto ) "
    246 FAIL CSS Animations: property <grid-template-columns> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (-1) should be [minmax(0px, 0fr) minmax(10px, 2fr)] assert_equals: expected "minmax ( 0px , 0fr ) minmax ( 10px , 2fr ) " but got "none "
    247 FAIL CSS Animations: property <grid-template-columns> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (0) should be [minmax(10px, 1fr) minmax(20px, 2fr)] assert_equals: expected "minmax ( 10px , 1fr ) minmax ( 20px , 2fr ) " but got "none "
    248 FAIL CSS Animations: property <grid-template-columns> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (0.4) should be [minmax(14px, 1.4fr) minmax(24px, 2fr)] assert_equals: expected "minmax ( 14px , 1.4fr ) minmax ( 24px , 2fr ) " but got "none "
    249 FAIL CSS Animations: property <grid-template-columns> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (0.6) should be [minmax(16px, 1.6fr) minmax(26px, auto)] assert_equals: expected "minmax ( 16px , 1.6fr ) minmax ( 26px , auto ) " but got "none "
    250 FAIL CSS Animations: property <grid-template-columns> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (1) should be [minmax(20px, 2fr) minmax(30px, auto)] assert_equals: expected "minmax ( 20px , 2fr ) minmax ( 30px , auto ) " but got "none "
    251 FAIL CSS Animations: property <grid-template-columns> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (2) should be [minmax(30px, 3fr) minmax(40px, auto)] assert_equals: expected "minmax ( 30px , 3fr ) minmax ( 40px , auto ) " but got "none "
    252 FAIL Web Animations: property <grid-template-columns> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (-1) should be [minmax(0px, 0fr) minmax(10px, 2fr)] assert_equals: expected "minmax ( 0px , 0fr ) minmax ( 10px , 2fr ) " but got "none "
    253 FAIL Web Animations: property <grid-template-columns> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (0) should be [minmax(10px, 1fr) minmax(20px, 2fr)] assert_equals: expected "minmax ( 10px , 1fr ) minmax ( 20px , 2fr ) " but got "none "
    254 FAIL Web Animations: property <grid-template-columns> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (0.4) should be [minmax(14px, 1.4fr) minmax(24px, 2fr)] assert_equals: expected "minmax ( 14px , 1.4fr ) minmax ( 24px , 2fr ) " but got "none "
    255 FAIL Web Animations: property <grid-template-columns> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (0.6) should be [minmax(16px, 1.6fr) minmax(26px, auto)] assert_equals: expected "minmax ( 16px , 1.6fr ) minmax ( 26px , auto ) " but got "none "
    256 FAIL Web Animations: property <grid-template-columns> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (1) should be [minmax(20px, 2fr) minmax(30px, auto)] assert_equals: expected "minmax ( 20px , 2fr ) minmax ( 30px , auto ) " but got "none "
    257 FAIL Web Animations: property <grid-template-columns> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (2) should be [minmax(30px, 3fr) minmax(40px, auto)] assert_equals: expected "minmax ( 30px , 3fr ) minmax ( 40px , auto ) " but got "none "
     246FAIL CSS Animations: property <grid-template-columns> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (-1) should be [minmax(0px, 0fr) minmax(10px, 2fr)] assert_equals: expected "minmax ( 0px , 0fr ) minmax ( 10px , 2fr ) " but got "minmax ( 10px , 1fr ) minmax ( 20px , 2fr ) "
     247PASS CSS Animations: property <grid-template-columns> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (0) should be [minmax(10px, 1fr) minmax(20px, 2fr)]
     248FAIL CSS Animations: property <grid-template-columns> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (0.4) should be [minmax(14px, 1.4fr) minmax(24px, 2fr)] assert_equals: expected "minmax ( 14px , 1.4fr ) minmax ( 24px , 2fr ) " but got "minmax ( 10px , 1fr ) minmax ( 20px , 2fr ) "
     249FAIL CSS Animations: property <grid-template-columns> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (0.6) should be [minmax(16px, 1.6fr) minmax(26px, auto)] assert_equals: expected "minmax ( 16px , 1.6fr ) minmax ( 26px , auto ) " but got "minmax ( 20px , 2fr ) minmax ( 30px , auto ) "
     250PASS CSS Animations: property <grid-template-columns> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (1) should be [minmax(20px, 2fr) minmax(30px, auto)]
     251FAIL CSS Animations: property <grid-template-columns> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (2) should be [minmax(30px, 3fr) minmax(40px, auto)] assert_equals: expected "minmax ( 30px , 3fr ) minmax ( 40px , auto ) " but got "minmax ( 20px , 2fr ) minmax ( 30px , auto ) "
     252FAIL Web Animations: property <grid-template-columns> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (-1) should be [minmax(0px, 0fr) minmax(10px, 2fr)] assert_equals: expected "minmax ( 0px , 0fr ) minmax ( 10px , 2fr ) " but got "minmax ( 10px , 1fr ) minmax ( 20px , 2fr ) "
     253PASS Web Animations: property <grid-template-columns> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (0) should be [minmax(10px, 1fr) minmax(20px, 2fr)]
     254FAIL Web Animations: property <grid-template-columns> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (0.4) should be [minmax(14px, 1.4fr) minmax(24px, 2fr)] assert_equals: expected "minmax ( 14px , 1.4fr ) minmax ( 24px , 2fr ) " but got "minmax ( 10px , 1fr ) minmax ( 20px , 2fr ) "
     255FAIL Web Animations: property <grid-template-columns> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (0.6) should be [minmax(16px, 1.6fr) minmax(26px, auto)] assert_equals: expected "minmax ( 16px , 1.6fr ) minmax ( 26px , auto ) " but got "minmax ( 20px , 2fr ) minmax ( 30px , auto ) "
     256PASS Web Animations: property <grid-template-columns> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (1) should be [minmax(20px, 2fr) minmax(30px, auto)]
     257FAIL Web Animations: property <grid-template-columns> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (2) should be [minmax(30px, 3fr) minmax(40px, auto)] assert_equals: expected "minmax ( 30px , 3fr ) minmax ( 40px , auto ) " but got "minmax ( 20px , 2fr ) minmax ( 30px , auto ) "
    258258PASS CSS Transitions: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (-0.3) should be [2fr repeat(2, 3fr 40px 50px) 2fr]
    259259PASS CSS Transitions: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0) should be [2fr repeat(2, 3fr 40px 50px) 2fr]
     
    270270PASS CSS Transitions with transition: all: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (1) should be [2fr repeat(2, 3fr 40px 50px) 2fr]
    271271PASS CSS Transitions with transition: all: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (1.5) should be [2fr repeat(2, 3fr 40px 50px) 2fr]
    272 FAIL CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr] assert_equals: expected "1fr 2fr 30px 2fr 30px 1fr " but got "none "
    273 FAIL CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0) should be [1fr repeat(2, 2fr 30px) 1fr] assert_equals: expected "1fr 2fr 30px 2fr 30px 1fr " but got "none "
    274 FAIL CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0.3) should be [1fr repeat(2, 2fr 30px) 1fr] assert_equals: expected "1fr 2fr 30px 2fr 30px 1fr " but got "none "
    275 FAIL CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0.5) should be [2fr repeat(2, 3fr 40px 50px) 2fr] assert_equals: expected "2fr 3fr 40px 50px 3fr 40px 50px 2fr " but got "none "
    276 FAIL CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0.6) should be [2fr repeat(2, 3fr 40px 50px) 2fr] assert_equals: expected "2fr 3fr 40px 50px 3fr 40px 50px 2fr " but got "none "
    277 FAIL CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (1) should be [2fr repeat(2, 3fr 40px 50px) 2fr] assert_equals: expected "2fr 3fr 40px 50px 3fr 40px 50px 2fr " but got "none "
    278 FAIL CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (1.5) should be [2fr repeat(2, 3fr 40px 50px) 2fr] assert_equals: expected "2fr 3fr 40px 50px 3fr 40px 50px 2fr " but got "none "
    279 FAIL Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr] assert_equals: expected "1fr 2fr 30px 2fr 30px 1fr " but got "none "
    280 FAIL Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0) should be [1fr repeat(2, 2fr 30px) 1fr] assert_equals: expected "1fr 2fr 30px 2fr 30px 1fr " but got "none "
    281 FAIL Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0.3) should be [1fr repeat(2, 2fr 30px) 1fr] assert_equals: expected "1fr 2fr 30px 2fr 30px 1fr " but got "none "
    282 FAIL Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0.5) should be [2fr repeat(2, 3fr 40px 50px) 2fr] assert_equals: expected "2fr 3fr 40px 50px 3fr 40px 50px 2fr " but got "none "
    283 FAIL Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0.6) should be [2fr repeat(2, 3fr 40px 50px) 2fr] assert_equals: expected "2fr 3fr 40px 50px 3fr 40px 50px 2fr " but got "none "
    284 FAIL Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (1) should be [2fr repeat(2, 3fr 40px 50px) 2fr] assert_equals: expected "2fr 3fr 40px 50px 3fr 40px 50px 2fr " but got "none "
    285 FAIL Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (1.5) should be [2fr repeat(2, 3fr 40px 50px) 2fr] assert_equals: expected "2fr 3fr 40px 50px 3fr 40px 50px 2fr " but got "none "
     272PASS CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr]
     273PASS CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0) should be [1fr repeat(2, 2fr 30px) 1fr]
     274PASS CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0.3) should be [1fr repeat(2, 2fr 30px) 1fr]
     275PASS CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0.5) should be [2fr repeat(2, 3fr 40px 50px) 2fr]
     276PASS CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0.6) should be [2fr repeat(2, 3fr 40px 50px) 2fr]
     277PASS CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (1) should be [2fr repeat(2, 3fr 40px 50px) 2fr]
     278PASS CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (1.5) should be [2fr repeat(2, 3fr 40px 50px) 2fr]
     279PASS Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr]
     280PASS Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0) should be [1fr repeat(2, 2fr 30px) 1fr]
     281PASS Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0.3) should be [1fr repeat(2, 2fr 30px) 1fr]
     282PASS Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0.5) should be [2fr repeat(2, 3fr 40px 50px) 2fr]
     283PASS Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0.6) should be [2fr repeat(2, 3fr 40px 50px) 2fr]
     284PASS Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (1) should be [2fr repeat(2, 3fr 40px 50px) 2fr]
     285PASS Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (1.5) should be [2fr repeat(2, 3fr 40px 50px) 2fr]
    286286PASS CSS Transitions: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (-0.3) should be [2fr repeat(3, 3fr 40px) 2fr]
    287287PASS CSS Transitions: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0) should be [2fr repeat(3, 3fr 40px) 2fr]
     
    298298PASS CSS Transitions with transition: all: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (1) should be [2fr repeat(3, 3fr 40px) 2fr]
    299299PASS CSS Transitions with transition: all: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (1.5) should be [2fr repeat(3, 3fr 40px) 2fr]
    300 FAIL CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr] assert_equals: expected "1fr 2fr 30px 2fr 30px 1fr " but got "none "
    301 FAIL CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0) should be [1fr repeat(2, 2fr 30px) 1fr] assert_equals: expected "1fr 2fr 30px 2fr 30px 1fr " but got "none "
    302 FAIL CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0.3) should be [1fr repeat(2, 2fr 30px) 1fr] assert_equals: expected "1fr 2fr 30px 2fr 30px 1fr " but got "none "
    303 FAIL CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0.5) should be [2fr repeat(3, 3fr 40px) 2fr] assert_equals: expected "2fr 3fr 40px 3fr 40px 3fr 40px 2fr " but got "none "
    304 FAIL CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0.6) should be [2fr repeat(3, 3fr 40px) 2fr] assert_equals: expected "2fr 3fr 40px 3fr 40px 3fr 40px 2fr " but got "none "
    305 FAIL CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (1) should be [2fr repeat(3, 3fr 40px) 2fr] assert_equals: expected "2fr 3fr 40px 3fr 40px 3fr 40px 2fr " but got "none "
    306 FAIL CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (1.5) should be [2fr repeat(3, 3fr 40px) 2fr] assert_equals: expected "2fr 3fr 40px 3fr 40px 3fr 40px 2fr " but got "none "
    307 FAIL Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr] assert_equals: expected "1fr 2fr 30px 2fr 30px 1fr " but got "none "
    308 FAIL Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0) should be [1fr repeat(2, 2fr 30px) 1fr] assert_equals: expected "1fr 2fr 30px 2fr 30px 1fr " but got "none "
    309 FAIL Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0.3) should be [1fr repeat(2, 2fr 30px) 1fr] assert_equals: expected "1fr 2fr 30px 2fr 30px 1fr " but got "none "
    310 FAIL Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0.5) should be [2fr repeat(3, 3fr 40px) 2fr] assert_equals: expected "2fr 3fr 40px 3fr 40px 3fr 40px 2fr " but got "none "
    311 FAIL Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0.6) should be [2fr repeat(3, 3fr 40px) 2fr] assert_equals: expected "2fr 3fr 40px 3fr 40px 3fr 40px 2fr " but got "none "
    312 FAIL Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (1) should be [2fr repeat(3, 3fr 40px) 2fr] assert_equals: expected "2fr 3fr 40px 3fr 40px 3fr 40px 2fr " but got "none "
    313 FAIL Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (1.5) should be [2fr repeat(3, 3fr 40px) 2fr] assert_equals: expected "2fr 3fr 40px 3fr 40px 3fr 40px 2fr " but got "none "
     300PASS CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr]
     301PASS CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0) should be [1fr repeat(2, 2fr 30px) 1fr]
     302PASS CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0.3) should be [1fr repeat(2, 2fr 30px) 1fr]
     303PASS CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0.5) should be [2fr repeat(3, 3fr 40px) 2fr]
     304PASS CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0.6) should be [2fr repeat(3, 3fr 40px) 2fr]
     305PASS CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (1) should be [2fr repeat(3, 3fr 40px) 2fr]
     306PASS CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (1.5) should be [2fr repeat(3, 3fr 40px) 2fr]
     307PASS Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr]
     308PASS Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0) should be [1fr repeat(2, 2fr 30px) 1fr]
     309PASS Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0.3) should be [1fr repeat(2, 2fr 30px) 1fr]
     310PASS Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0.5) should be [2fr repeat(3, 3fr 40px) 2fr]
     311PASS Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0.6) should be [2fr repeat(3, 3fr 40px) 2fr]
     312PASS Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (1) should be [2fr repeat(3, 3fr 40px) 2fr]
     313PASS Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (1.5) should be [2fr repeat(3, 3fr 40px) 2fr]
    314314PASS CSS Transitions: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (-0.3) should be [repeat(4, 40px)]
    315315PASS CSS Transitions: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0) should be [repeat(4, 40px)]
     
    326326PASS CSS Transitions with transition: all: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (1) should be [repeat(4, 40px)]
    327327PASS CSS Transitions with transition: all: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (1.5) should be [repeat(4, 40px)]
    328 FAIL CSS Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (-0.3) should be [repeat(2, 2fr 30px)] assert_equals: expected "2fr 30px 2fr 30px " but got "none "
    329 FAIL CSS Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0) should be [repeat(2, 2fr 30px)] assert_equals: expected "2fr 30px 2fr 30px " but got "none "
    330 FAIL CSS Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0.3) should be [repeat(2, 2fr 30px)] assert_equals: expected "2fr 30px 2fr 30px " but got "none "
    331 FAIL CSS Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0.5) should be [repeat(4, 40px)] assert_equals: expected "40px 40px 40px 40px " but got "none "
    332 FAIL CSS Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0.6) should be [repeat(4, 40px)] assert_equals: expected "40px 40px 40px 40px " but got "none "
    333 FAIL CSS Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (1) should be [repeat(4, 40px)] assert_equals: expected "40px 40px 40px 40px " but got "none "
    334 FAIL CSS Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (1.5) should be [repeat(4, 40px)] assert_equals: expected "40px 40px 40px 40px " but got "none "
    335 FAIL Web Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (-0.3) should be [repeat(2, 2fr 30px)] assert_equals: expected "2fr 30px 2fr 30px " but got "none "
    336 FAIL Web Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0) should be [repeat(2, 2fr 30px)] assert_equals: expected "2fr 30px 2fr 30px " but got "none "
    337 FAIL Web Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0.3) should be [repeat(2, 2fr 30px)] assert_equals: expected "2fr 30px 2fr 30px " but got "none "
    338 FAIL Web Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0.5) should be [repeat(4, 40px)] assert_equals: expected "40px 40px 40px 40px " but got "none "
    339 FAIL Web Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0.6) should be [repeat(4, 40px)] assert_equals: expected "40px 40px 40px 40px " but got "none "
    340 FAIL Web Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (1) should be [repeat(4, 40px)] assert_equals: expected "40px 40px 40px 40px " but got "none "
    341 FAIL Web Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (1.5) should be [repeat(4, 40px)] assert_equals: expected "40px 40px 40px 40px " but got "none "
     328PASS CSS Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (-0.3) should be [repeat(2, 2fr 30px)]
     329PASS CSS Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0) should be [repeat(2, 2fr 30px)]
     330PASS CSS Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0.3) should be [repeat(2, 2fr 30px)]
     331PASS CSS Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0.5) should be [repeat(4, 40px)]
     332PASS CSS Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0.6) should be [repeat(4, 40px)]
     333PASS CSS Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (1) should be [repeat(4, 40px)]
     334PASS CSS Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (1.5) should be [repeat(4, 40px)]
     335PASS Web Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (-0.3) should be [repeat(2, 2fr 30px)]
     336PASS Web Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0) should be [repeat(2, 2fr 30px)]
     337PASS Web Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0.3) should be [repeat(2, 2fr 30px)]
     338PASS Web Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0.5) should be [repeat(4, 40px)]
     339PASS Web Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0.6) should be [repeat(4, 40px)]
     340PASS Web Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (1) should be [repeat(4, 40px)]
     341PASS Web Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (1.5) should be [repeat(4, 40px)]
    342342FAIL CSS Transitions: property <grid-template-columns> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (-1) should be [0fr repeat(2, 1fr auto 20px) 0fr] assert_equals: expected "0fr 1fr auto 20px 1fr auto 20px 0fr " but got "2fr 3fr 30px 40px 3fr 30px 40px 2fr "
    343343FAIL CSS Transitions: property <grid-template-columns> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (0) should be [1fr repeat(2, 2fr auto 30px) 1fr] assert_equals: expected "1fr 2fr auto 30px 2fr auto 30px 1fr " but got "2fr 3fr 30px 40px 3fr 30px 40px 2fr "
     
    352352PASS CSS Transitions with transition: all: property <grid-template-columns> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (1) should be [2fr repeat(2, 3fr 30px 40px) 2fr]
    353353FAIL CSS Transitions with transition: all: property <grid-template-columns> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (2) should be [3fr repeat(2, 4fr 30px 50px) 3fr] assert_equals: expected "3fr 4fr 30px 50px 4fr 30px 50px 3fr " but got "2fr 3fr 30px 40px 3fr 30px 40px 2fr "
    354 FAIL CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (-1) should be [0fr repeat(2, 1fr auto 20px) 0fr] assert_equals: expected "0fr 1fr auto 20px 1fr auto 20px 0fr " but got "none "
    355 FAIL CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (0) should be [1fr repeat(2, 2fr auto 30px) 1fr] assert_equals: expected "1fr 2fr auto 30px 2fr auto 30px 1fr " but got "none "
    356 FAIL CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (0.4) should be [1.4fr repeat(2, 2.4fr auto 34px) 1.4fr] assert_equals: expected "1.4fr 2.4fr auto 34px 2.4fr auto 34px 1.4fr " but got "none "
    357 FAIL CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (0.6) should be [1.6fr repeat(2, 2.6fr 30px 36px) 1.6fr] assert_equals: expected "1.6fr 2.6fr 30px 36px 2.6fr 30px 36px 1.6fr " but got "none "
    358 FAIL CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (1) should be [2fr repeat(2, 3fr 30px 40px) 2fr] assert_equals: expected "2fr 3fr 30px 40px 3fr 30px 40px 2fr " but got "none "
    359 FAIL CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (2) should be [3fr repeat(2, 4fr 30px 50px) 3fr] assert_equals: expected "3fr 4fr 30px 50px 4fr 30px 50px 3fr " but got "none "
    360 FAIL Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (-1) should be [0fr repeat(2, 1fr auto 20px) 0fr] assert_equals: expected "0fr 1fr auto 20px 1fr auto 20px 0fr " but got "none "
    361 FAIL Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (0) should be [1fr repeat(2, 2fr auto 30px) 1fr] assert_equals: expected "1fr 2fr auto 30px 2fr auto 30px 1fr " but got "none "
    362 FAIL Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (0.4) should be [1.4fr repeat(2, 2.4fr auto 34px) 1.4fr] assert_equals: expected "1.4fr 2.4fr auto 34px 2.4fr auto 34px 1.4fr " but got "none "
    363 FAIL Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (0.6) should be [1.6fr repeat(2, 2.6fr 30px 36px) 1.6fr] assert_equals: expected "1.6fr 2.6fr 30px 36px 2.6fr 30px 36px 1.6fr " but got "none "
    364 FAIL Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (1) should be [2fr repeat(2, 3fr 30px 40px) 2fr] assert_equals: expected "2fr 3fr 30px 40px 3fr 30px 40px 2fr " but got "none "
    365 FAIL Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (2) should be [3fr repeat(2, 4fr 30px 50px) 3fr] assert_equals: expected "3fr 4fr 30px 50px 4fr 30px 50px 3fr " but got "none "
     354FAIL CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (-1) should be [0fr repeat(2, 1fr auto 20px) 0fr] assert_equals: expected "0fr 1fr auto 20px 1fr auto 20px 0fr " but got "1fr 2fr auto 30px 2fr auto 30px 1fr "
     355PASS CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (0) should be [1fr repeat(2, 2fr auto 30px) 1fr]
     356FAIL CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (0.4) should be [1.4fr repeat(2, 2.4fr auto 34px) 1.4fr] assert_equals: expected "1.4fr 2.4fr auto 34px 2.4fr auto 34px 1.4fr " but got "1fr 2fr auto 30px 2fr auto 30px 1fr "
     357FAIL CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (0.6) should be [1.6fr repeat(2, 2.6fr 30px 36px) 1.6fr] assert_equals: expected "1.6fr 2.6fr 30px 36px 2.6fr 30px 36px 1.6fr " but got "2fr 3fr 30px 40px 3fr 30px 40px 2fr "
     358PASS CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (1) should be [2fr repeat(2, 3fr 30px 40px) 2fr]
     359FAIL CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (2) should be [3fr repeat(2, 4fr 30px 50px) 3fr] assert_equals: expected "3fr 4fr 30px 50px 4fr 30px 50px 3fr " but got "2fr 3fr 30px 40px 3fr 30px 40px 2fr "
     360FAIL Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (-1) should be [0fr repeat(2, 1fr auto 20px) 0fr] assert_equals: expected "0fr 1fr auto 20px 1fr auto 20px 0fr " but got "1fr 2fr auto 30px 2fr auto 30px 1fr "
     361PASS Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (0) should be [1fr repeat(2, 2fr auto 30px) 1fr]
     362FAIL Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (0.4) should be [1.4fr repeat(2, 2.4fr auto 34px) 1.4fr] assert_equals: expected "1.4fr 2.4fr auto 34px 2.4fr auto 34px 1.4fr " but got "1fr 2fr auto 30px 2fr auto 30px 1fr "
     363FAIL Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (0.6) should be [1.6fr repeat(2, 2.6fr 30px 36px) 1.6fr] assert_equals: expected "1.6fr 2.6fr 30px 36px 2.6fr 30px 36px 1.6fr " but got "2fr 3fr 30px 40px 3fr 30px 40px 2fr "
     364PASS Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (1) should be [2fr repeat(2, 3fr 30px 40px) 2fr]
     365FAIL Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (2) should be [3fr repeat(2, 4fr 30px 50px) 3fr] assert_equals: expected "3fr 4fr 30px 50px 4fr 30px 50px 3fr " but got "2fr 3fr 30px 40px 3fr 30px 40px 2fr "
    366366PASS CSS Transitions: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (-0.3) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))]
    367367PASS CSS Transitions: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))]
     
    378378PASS CSS Transitions with transition: all: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (1) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))]
    379379PASS CSS Transitions with transition: all: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (1.5) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))]
    380 FAIL CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    381 FAIL CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    382 FAIL CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    383 FAIL CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0.5) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))] assert_equals: expected "20px 20px repeat ( auto - fill , minmax ( 30px , 1fr ) ) " but got "none "
    384 FAIL CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0.6) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))] assert_equals: expected "20px 20px repeat ( auto - fill , minmax ( 30px , 1fr ) ) " but got "none "
    385 FAIL CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (1) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))] assert_equals: expected "20px 20px repeat ( auto - fill , minmax ( 30px , 1fr ) ) " but got "none "
    386 FAIL CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (1.5) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))] assert_equals: expected "20px 20px repeat ( auto - fill , minmax ( 30px , 1fr ) ) " but got "none "
    387 FAIL Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    388 FAIL Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    389 FAIL Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    390 FAIL Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0.5) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))] assert_equals: expected "20px 20px repeat ( auto - fill , minmax ( 30px , 1fr ) ) " but got "none "
    391 FAIL Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0.6) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))] assert_equals: expected "20px 20px repeat ( auto - fill , minmax ( 30px , 1fr ) ) " but got "none "
    392 FAIL Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (1) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))] assert_equals: expected "20px 20px repeat ( auto - fill , minmax ( 30px , 1fr ) ) " but got "none "
    393 FAIL Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (1.5) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))] assert_equals: expected "20px 20px repeat ( auto - fill , minmax ( 30px , 1fr ) ) " but got "none "
     380PASS CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     381PASS CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     382PASS CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     383PASS CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0.5) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))]
     384PASS CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0.6) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))]
     385PASS CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (1) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))]
     386PASS CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (1.5) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))]
     387PASS Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     388PASS Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     389PASS Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     390PASS Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0.5) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))]
     391PASS Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0.6) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))]
     392PASS Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (1) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))]
     393PASS Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (1.5) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))]
    394394PASS CSS Transitions: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (-0.3) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px]
    395395PASS CSS Transitions: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px]
     
    406406PASS CSS Transitions with transition: all: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (1) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px]
    407407PASS CSS Transitions with transition: all: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (1.5) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px]
    408 FAIL CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    409 FAIL CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    410 FAIL CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    411 FAIL CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0.5) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] assert_equals: expected "20px repeat ( auto - fit , minmax ( 30px , 1fr ) ) 20px " but got "none "
    412 FAIL CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0.6) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] assert_equals: expected "20px repeat ( auto - fit , minmax ( 30px , 1fr ) ) 20px " but got "none "
    413 FAIL CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (1) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] assert_equals: expected "20px repeat ( auto - fit , minmax ( 30px , 1fr ) ) 20px " but got "none "
    414 FAIL CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (1.5) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] assert_equals: expected "20px repeat ( auto - fit , minmax ( 30px , 1fr ) ) 20px " but got "none "
    415 FAIL Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    416 FAIL Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    417 FAIL Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    418 FAIL Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0.5) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] assert_equals: expected "20px repeat ( auto - fit , minmax ( 30px , 1fr ) ) 20px " but got "none "
    419 FAIL Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0.6) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] assert_equals: expected "20px repeat ( auto - fit , minmax ( 30px , 1fr ) ) 20px " but got "none "
    420 FAIL Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (1) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] assert_equals: expected "20px repeat ( auto - fit , minmax ( 30px , 1fr ) ) 20px " but got "none "
    421 FAIL Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (1.5) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] assert_equals: expected "20px repeat ( auto - fit , minmax ( 30px , 1fr ) ) 20px " but got "none "
     408PASS CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     409PASS CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     410PASS CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     411PASS CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0.5) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px]
     412PASS CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0.6) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px]
     413PASS CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (1) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px]
     414PASS CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (1.5) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px]
     415PASS Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     416PASS Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     417PASS Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     418PASS Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0.5) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px]
     419PASS Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0.6) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px]
     420PASS Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (1) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px]
     421PASS Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (1.5) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px]
    422422PASS CSS Transitions: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (-0.3) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px]
    423423PASS CSS Transitions: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px]
     
    434434PASS CSS Transitions with transition: all: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (1) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px]
    435435PASS CSS Transitions with transition: all: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (1.5) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px]
    436 FAIL CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    437 FAIL CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    438 FAIL CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    439 FAIL CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0.5) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px] assert_equals: expected "20px repeat ( auto - fill , minmax ( 35px , auto ) ) 20px " but got "none "
    440 FAIL CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0.6) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px] assert_equals: expected "20px repeat ( auto - fill , minmax ( 35px , auto ) ) 20px " but got "none "
    441 FAIL CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (1) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px] assert_equals: expected "20px repeat ( auto - fill , minmax ( 35px , auto ) ) 20px " but got "none "
    442 FAIL CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (1.5) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px] assert_equals: expected "20px repeat ( auto - fill , minmax ( 35px , auto ) ) 20px " but got "none "
    443 FAIL Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    444 FAIL Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    445 FAIL Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    446 FAIL Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0.5) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px] assert_equals: expected "20px repeat ( auto - fill , minmax ( 35px , auto ) ) 20px " but got "none "
    447 FAIL Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0.6) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px] assert_equals: expected "20px repeat ( auto - fill , minmax ( 35px , auto ) ) 20px " but got "none "
    448 FAIL Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (1) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px] assert_equals: expected "20px repeat ( auto - fill , minmax ( 35px , auto ) ) 20px " but got "none "
    449 FAIL Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (1.5) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px] assert_equals: expected "20px repeat ( auto - fill , minmax ( 35px , auto ) ) 20px " but got "none "
     436PASS CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     437PASS CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     438PASS CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     439PASS CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0.5) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px]
     440PASS CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0.6) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px]
     441PASS CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (1) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px]
     442PASS CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (1.5) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px]
     443PASS Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     444PASS Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     445PASS Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     446PASS Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0.5) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px]
     447PASS Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0.6) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px]
     448PASS Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (1) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px]
     449PASS Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (1.5) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px]
    450450
  • trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-grid/animation/grid-template-rows-interpolation-expected.txt

    r267650 r278173  
    1414PASS CSS Transitions with transition: all: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr 2fr] at (1) should be [2fr 2fr]
    1515PASS CSS Transitions with transition: all: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr 2fr] at (1.5) should be [2fr 2fr]
    16 FAIL CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr 2fr] at (-0.3) should be [1fr 1fr 1fr] assert_equals: expected "1fr 1fr 1fr " but got "none "
    17 FAIL CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr 2fr] at (0) should be [1fr 1fr 1fr] assert_equals: expected "1fr 1fr 1fr " but got "none "
    18 FAIL CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr 2fr] at (0.3) should be [1fr 1fr 1fr] assert_equals: expected "1fr 1fr 1fr " but got "none "
    19 FAIL CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr 2fr] at (0.5) should be [2fr 2fr] assert_equals: expected "2fr 2fr " but got "none "
    20 FAIL CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr 2fr] at (0.6) should be [2fr 2fr] assert_equals: expected "2fr 2fr " but got "none "
    21 FAIL CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr 2fr] at (1) should be [2fr 2fr] assert_equals: expected "2fr 2fr " but got "none "
    22 FAIL CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr 2fr] at (1.5) should be [2fr 2fr] assert_equals: expected "2fr 2fr " but got "none "
    23 FAIL Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr 2fr] at (-0.3) should be [1fr 1fr 1fr] assert_equals: expected "1fr 1fr 1fr " but got "none "
    24 FAIL Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr 2fr] at (0) should be [1fr 1fr 1fr] assert_equals: expected "1fr 1fr 1fr " but got "none "
    25 FAIL Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr 2fr] at (0.3) should be [1fr 1fr 1fr] assert_equals: expected "1fr 1fr 1fr " but got "none "
    26 FAIL Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr 2fr] at (0.5) should be [2fr 2fr] assert_equals: expected "2fr 2fr " but got "none "
    27 FAIL Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr 2fr] at (0.6) should be [2fr 2fr] assert_equals: expected "2fr 2fr " but got "none "
    28 FAIL Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr 2fr] at (1) should be [2fr 2fr] assert_equals: expected "2fr 2fr " but got "none "
    29 FAIL Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr 2fr] at (1.5) should be [2fr 2fr] assert_equals: expected "2fr 2fr " but got "none "
     16PASS CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr 2fr] at (-0.3) should be [1fr 1fr 1fr]
     17PASS CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr 2fr] at (0) should be [1fr 1fr 1fr]
     18PASS CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr 2fr] at (0.3) should be [1fr 1fr 1fr]
     19PASS CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr 2fr] at (0.5) should be [2fr 2fr]
     20PASS CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr 2fr] at (0.6) should be [2fr 2fr]
     21PASS CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr 2fr] at (1) should be [2fr 2fr]
     22PASS CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr 2fr] at (1.5) should be [2fr 2fr]
     23PASS Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr 2fr] at (-0.3) should be [1fr 1fr 1fr]
     24PASS Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr 2fr] at (0) should be [1fr 1fr 1fr]
     25PASS Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr 2fr] at (0.3) should be [1fr 1fr 1fr]
     26PASS Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr 2fr] at (0.5) should be [2fr 2fr]
     27PASS Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr 2fr] at (0.6) should be [2fr 2fr]
     28PASS Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr 2fr] at (1) should be [2fr 2fr]
     29PASS Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr 2fr] at (1.5) should be [2fr 2fr]
    3030PASS CSS Transitions: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (-0.3) should be [20px 30px]
    3131PASS CSS Transitions: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (0) should be [20px 30px]
     
    4242PASS CSS Transitions with transition: all: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (1) should be [20px 30px]
    4343PASS CSS Transitions with transition: all: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (1.5) should be [20px 30px]
    44 FAIL CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (-0.3) should be [10px 20px 30px] assert_equals: expected "10px 20px 30px " but got "none "
    45 FAIL CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (0) should be [10px 20px 30px] assert_equals: expected "10px 20px 30px " but got "none "
    46 FAIL CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (0.3) should be [10px 20px 30px] assert_equals: expected "10px 20px 30px " but got "none "
    47 FAIL CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (0.5) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
    48 FAIL CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (0.6) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
    49 FAIL CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (1) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
    50 FAIL CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (1.5) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
    51 FAIL Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (-0.3) should be [10px 20px 30px] assert_equals: expected "10px 20px 30px " but got "none "
    52 FAIL Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (0) should be [10px 20px 30px] assert_equals: expected "10px 20px 30px " but got "none "
    53 FAIL Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (0.3) should be [10px 20px 30px] assert_equals: expected "10px 20px 30px " but got "none "
    54 FAIL Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (0.5) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
    55 FAIL Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (0.6) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
    56 FAIL Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (1) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
    57 FAIL Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (1.5) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
     44PASS CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (-0.3) should be [10px 20px 30px]
     45PASS CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (0) should be [10px 20px 30px]
     46PASS CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (0.3) should be [10px 20px 30px]
     47PASS CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (0.5) should be [20px 30px]
     48PASS CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (0.6) should be [20px 30px]
     49PASS CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (1) should be [20px 30px]
     50PASS CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (1.5) should be [20px 30px]
     51PASS Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (-0.3) should be [10px 20px 30px]
     52PASS Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (0) should be [10px 20px 30px]
     53PASS Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (0.3) should be [10px 20px 30px]
     54PASS Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (0.5) should be [20px 30px]
     55PASS Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (0.6) should be [20px 30px]
     56PASS Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (1) should be [20px 30px]
     57PASS Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px] at (1.5) should be [20px 30px]
    5858PASS CSS Transitions: property <grid-template-rows> from [1fr 1fr 1fr] to [none] at (-0.3) should be [none]
    5959PASS CSS Transitions: property <grid-template-rows> from [1fr 1fr 1fr] to [none] at (0) should be [none]
     
    7070PASS CSS Transitions with transition: all: property <grid-template-rows> from [1fr 1fr 1fr] to [none] at (1) should be [none]
    7171PASS CSS Transitions with transition: all: property <grid-template-rows> from [1fr 1fr 1fr] to [none] at (1.5) should be [none]
    72 FAIL CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [none] at (-0.3) should be [1fr 1fr 1fr] assert_equals: expected "1fr 1fr 1fr " but got "none "
    73 FAIL CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [none] at (0) should be [1fr 1fr 1fr] assert_equals: expected "1fr 1fr 1fr " but got "none "
    74 FAIL CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [none] at (0.3) should be [1fr 1fr 1fr] assert_equals: expected "1fr 1fr 1fr " but got "none "
     72PASS CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [none] at (-0.3) should be [1fr 1fr 1fr]
     73PASS CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [none] at (0) should be [1fr 1fr 1fr]
     74PASS CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [none] at (0.3) should be [1fr 1fr 1fr]
    7575PASS CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [none] at (0.5) should be [none]
    7676PASS CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [none] at (0.6) should be [none]
    7777PASS CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [none] at (1) should be [none]
    7878PASS CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [none] at (1.5) should be [none]
    79 FAIL Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [none] at (-0.3) should be [1fr 1fr 1fr] assert_equals: expected "1fr 1fr 1fr " but got "none "
    80 FAIL Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [none] at (0) should be [1fr 1fr 1fr] assert_equals: expected "1fr 1fr 1fr " but got "none "
    81 FAIL Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [none] at (0.3) should be [1fr 1fr 1fr] assert_equals: expected "1fr 1fr 1fr " but got "none "
     79PASS Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [none] at (-0.3) should be [1fr 1fr 1fr]
     80PASS Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [none] at (0) should be [1fr 1fr 1fr]
     81PASS Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [none] at (0.3) should be [1fr 1fr 1fr]
    8282PASS Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [none] at (0.5) should be [none]
    8383PASS Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [none] at (0.6) should be [none]
     
    101101PASS CSS Animations: property <grid-template-rows> from [none] to [20px 30px] at (0) should be [none]
    102102PASS CSS Animations: property <grid-template-rows> from [none] to [20px 30px] at (0.3) should be [none]
    103 FAIL CSS Animations: property <grid-template-rows> from [none] to [20px 30px] at (0.5) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
    104 FAIL CSS Animations: property <grid-template-rows> from [none] to [20px 30px] at (0.6) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
    105 FAIL CSS Animations: property <grid-template-rows> from [none] to [20px 30px] at (1) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
    106 FAIL CSS Animations: property <grid-template-rows> from [none] to [20px 30px] at (1.5) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
     103PASS CSS Animations: property <grid-template-rows> from [none] to [20px 30px] at (0.5) should be [20px 30px]
     104PASS CSS Animations: property <grid-template-rows> from [none] to [20px 30px] at (0.6) should be [20px 30px]
     105PASS CSS Animations: property <grid-template-rows> from [none] to [20px 30px] at (1) should be [20px 30px]
     106PASS CSS Animations: property <grid-template-rows> from [none] to [20px 30px] at (1.5) should be [20px 30px]
    107107PASS Web Animations: property <grid-template-rows> from [none] to [20px 30px] at (-0.3) should be [none]
    108108PASS Web Animations: property <grid-template-rows> from [none] to [20px 30px] at (0) should be [none]
    109109PASS Web Animations: property <grid-template-rows> from [none] to [20px 30px] at (0.3) should be [none]
    110 FAIL Web Animations: property <grid-template-rows> from [none] to [20px 30px] at (0.5) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
    111 FAIL Web Animations: property <grid-template-rows> from [none] to [20px 30px] at (0.6) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
    112 FAIL Web Animations: property <grid-template-rows> from [none] to [20px 30px] at (1) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
    113 FAIL Web Animations: property <grid-template-rows> from [none] to [20px 30px] at (1.5) should be [20px 30px] assert_equals: expected "20px 30px " but got "none "
     110PASS Web Animations: property <grid-template-rows> from [none] to [20px 30px] at (0.5) should be [20px 30px]
     111PASS Web Animations: property <grid-template-rows> from [none] to [20px 30px] at (0.6) should be [20px 30px]
     112PASS Web Animations: property <grid-template-rows> from [none] to [20px 30px] at (1) should be [20px 30px]
     113PASS Web Animations: property <grid-template-rows> from [none] to [20px 30px] at (1.5) should be [20px 30px]
    114114FAIL CSS Transitions: property <grid-template-rows> from [10px 20px 30px] to [20px 30px 40px] at (-1) should be [0px 10px 20px] assert_equals: expected "0px 10px 20px " but got "20px 30px 40px "
    115115FAIL CSS Transitions: property <grid-template-rows> from [10px 20px 30px] to [20px 30px 40px] at (0) should be [10px 20px 30px] assert_equals: expected "10px 20px 30px " but got "20px 30px 40px "
     
    124124PASS CSS Transitions with transition: all: property <grid-template-rows> from [10px 20px 30px] to [20px 30px 40px] at (1) should be [20px 30px 40px]
    125125FAIL CSS Transitions with transition: all: property <grid-template-rows> from [10px 20px 30px] to [20px 30px 40px] at (2) should be [30px 40px 50px] assert_equals: expected "30px 40px 50px " but got "20px 30px 40px "
    126 FAIL CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px 40px] at (-1) should be [0px 10px 20px] assert_equals: expected "0px 10px 20px " but got "none "
    127 FAIL CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px 40px] at (0) should be [10px 20px 30px] assert_equals: expected "10px 20px 30px " but got "none "
    128 FAIL CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px 40px] at (0.4) should be [14px 24px 34px] assert_equals: expected "14px 24px 34px " but got "none "
    129 FAIL CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px 40px] at (0.6) should be [16px 26px 36px] assert_equals: expected "16px 26px 36px " but got "none "
    130 FAIL CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px 40px] at (1) should be [20px 30px 40px] assert_equals: expected "20px 30px 40px " but got "none "
    131 FAIL CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px 40px] at (2) should be [30px 40px 50px] assert_equals: expected "30px 40px 50px " but got "none "
    132 FAIL Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px 40px] at (-1) should be [0px 10px 20px] assert_equals: expected "0px 10px 20px " but got "none "
    133 FAIL Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px 40px] at (0) should be [10px 20px 30px] assert_equals: expected "10px 20px 30px " but got "none "
    134 FAIL Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px 40px] at (0.4) should be [14px 24px 34px] assert_equals: expected "14px 24px 34px " but got "none "
    135 FAIL Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px 40px] at (0.6) should be [16px 26px 36px] assert_equals: expected "16px 26px 36px " but got "none "
    136 FAIL Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px 40px] at (1) should be [20px 30px 40px] assert_equals: expected "20px 30px 40px " but got "none "
    137 FAIL Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px 40px] at (2) should be [30px 40px 50px] assert_equals: expected "30px 40px 50px " but got "none "
     126FAIL CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px 40px] at (-1) should be [0px 10px 20px] assert_equals: expected "0px 10px 20px " but got "10px 20px 30px "
     127PASS CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px 40px] at (0) should be [10px 20px 30px]
     128FAIL CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px 40px] at (0.4) should be [14px 24px 34px] assert_equals: expected "14px 24px 34px " but got "10px 20px 30px "
     129FAIL CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px 40px] at (0.6) should be [16px 26px 36px] assert_equals: expected "16px 26px 36px " but got "20px 30px 40px "
     130PASS CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px 40px] at (1) should be [20px 30px 40px]
     131FAIL CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px 40px] at (2) should be [30px 40px 50px] assert_equals: expected "30px 40px 50px " but got "20px 30px 40px "
     132FAIL Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px 40px] at (-1) should be [0px 10px 20px] assert_equals: expected "0px 10px 20px " but got "10px 20px 30px "
     133PASS Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px 40px] at (0) should be [10px 20px 30px]
     134FAIL Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px 40px] at (0.4) should be [14px 24px 34px] assert_equals: expected "14px 24px 34px " but got "10px 20px 30px "
     135FAIL Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px 40px] at (0.6) should be [16px 26px 36px] assert_equals: expected "16px 26px 36px " but got "20px 30px 40px "
     136PASS Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px 40px] at (1) should be [20px 30px 40px]
     137FAIL Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20px 30px 40px] at (2) should be [30px 40px 50px] assert_equals: expected "30px 40px 50px " but got "20px 30px 40px "
    138138FAIL CSS Transitions: property <grid-template-rows> from [10px 20px 30px] to [20% 30% 40px] at (-1) should be [calc(20px + -20%) calc(40px + -30%) 20px] assert_equals: expected "calc ( - 20 % + 20px ) calc ( - 30 % + 40px ) 20px " but got "20 % 30 % 40px "
    139139FAIL CSS Transitions: property <grid-template-rows> from [10px 20px 30px] to [20% 30% 40px] at (0) should be [calc(10px + 0%) calc(20px + 0%) 30px] assert_equals: expected "calc ( 0 % + 10px ) calc ( 0 % + 20px ) 30px " but got "20 % 30 % 40px "
     
    148148PASS CSS Transitions with transition: all: property <grid-template-rows> from [10px 20px 30px] to [20% 30% 40px] at (1) should be [20% 30% 40px]
    149149FAIL CSS Transitions with transition: all: property <grid-template-rows> from [10px 20px 30px] to [20% 30% 40px] at (2) should be [calc(-10px + 40%) calc(-20px + 60%) 50px] assert_equals: expected "calc ( 40 % - 10px ) calc ( 60 % - 20px ) 50px " but got "20 % 30 % 40px "
    150 FAIL CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20% 30% 40px] at (-1) should be [calc(20px + -20%) calc(40px + -30%) 20px] assert_equals: expected "calc ( - 20 % + 20px ) calc ( - 30 % + 40px ) 20px " but got "none "
    151 FAIL CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20% 30% 40px] at (0) should be [calc(10px + 0%) calc(20px + 0%) 30px] assert_equals: expected "calc ( 0 % + 10px ) calc ( 0 % + 20px ) 30px " but got "none "
    152 FAIL CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20% 30% 40px] at (0.4) should be [calc(6px + 8%) calc(12px + 12%) 34px] assert_equals: expected "calc ( 8 % + 6px ) calc ( 12 % + 12px ) 34px " but got "none "
    153 FAIL CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20% 30% 40px] at (0.6) should be [calc(4px + 12%) calc(8px + 18%) 36px] assert_equals: expected "calc ( 12 % + 4px ) calc ( 18 % + 8px ) 36px " but got "none "
    154 FAIL CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20% 30% 40px] at (1) should be [20% 30% 40px] assert_equals: expected "20 % 30 % 40px " but got "none "
    155 FAIL CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20% 30% 40px] at (2) should be [calc(-10px + 40%) calc(-20px + 60%) 50px] assert_equals: expected "calc ( 40 % - 10px ) calc ( 60 % - 20px ) 50px " but got "none "
    156 FAIL Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20% 30% 40px] at (-1) should be [calc(20px + -20%) calc(40px + -30%) 20px] assert_equals: expected "calc ( - 20 % + 20px ) calc ( - 30 % + 40px ) 20px " but got "none "
    157 FAIL Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20% 30% 40px] at (0) should be [calc(10px + 0%) calc(20px + 0%) 30px] assert_equals: expected "calc ( 0 % + 10px ) calc ( 0 % + 20px ) 30px " but got "none "
    158 FAIL Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20% 30% 40px] at (0.4) should be [calc(6px + 8%) calc(12px + 12%) 34px] assert_equals: expected "calc ( 8 % + 6px ) calc ( 12 % + 12px ) 34px " but got "none "
    159 FAIL Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20% 30% 40px] at (0.6) should be [calc(4px + 12%) calc(8px + 18%) 36px] assert_equals: expected "calc ( 12 % + 4px ) calc ( 18 % + 8px ) 36px " but got "none "
    160 FAIL Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20% 30% 40px] at (1) should be [20% 30% 40px] assert_equals: expected "20 % 30 % 40px " but got "none "
    161 FAIL Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20% 30% 40px] at (2) should be [calc(-10px + 40%) calc(-20px + 60%) 50px] assert_equals: expected "calc ( 40 % - 10px ) calc ( 60 % - 20px ) 50px " but got "none "
     150FAIL CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20% 30% 40px] at (-1) should be [calc(20px + -20%) calc(40px + -30%) 20px] assert_equals: expected "calc ( - 20 % + 20px ) calc ( - 30 % + 40px ) 20px " but got "10px 20px 30px "
     151FAIL CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20% 30% 40px] at (0) should be [calc(10px + 0%) calc(20px + 0%) 30px] assert_equals: expected "calc ( 0 % + 10px ) calc ( 0 % + 20px ) 30px " but got "10px 20px 30px "
     152FAIL CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20% 30% 40px] at (0.4) should be [calc(6px + 8%) calc(12px + 12%) 34px] assert_equals: expected "calc ( 8 % + 6px ) calc ( 12 % + 12px ) 34px " but got "10px 20px 30px "
     153FAIL CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20% 30% 40px] at (0.6) should be [calc(4px + 12%) calc(8px + 18%) 36px] assert_equals: expected "calc ( 12 % + 4px ) calc ( 18 % + 8px ) 36px " but got "20 % 30 % 40px "
     154PASS CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20% 30% 40px] at (1) should be [20% 30% 40px]
     155FAIL CSS Animations: property <grid-template-rows> from [10px 20px 30px] to [20% 30% 40px] at (2) should be [calc(-10px + 40%) calc(-20px + 60%) 50px] assert_equals: expected "calc ( 40 % - 10px ) calc ( 60 % - 20px ) 50px " but got "20 % 30 % 40px "
     156FAIL Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20% 30% 40px] at (-1) should be [calc(20px + -20%) calc(40px + -30%) 20px] assert_equals: expected "calc ( - 20 % + 20px ) calc ( - 30 % + 40px ) 20px " but got "10px 20px 30px "
     157FAIL Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20% 30% 40px] at (0) should be [calc(10px + 0%) calc(20px + 0%) 30px] assert_equals: expected "calc ( 0 % + 10px ) calc ( 0 % + 20px ) 30px " but got "10px 20px 30px "
     158FAIL Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20% 30% 40px] at (0.4) should be [calc(6px + 8%) calc(12px + 12%) 34px] assert_equals: expected "calc ( 8 % + 6px ) calc ( 12 % + 12px ) 34px " but got "10px 20px 30px "
     159FAIL Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20% 30% 40px] at (0.6) should be [calc(4px + 12%) calc(8px + 18%) 36px] assert_equals: expected "calc ( 12 % + 4px ) calc ( 18 % + 8px ) 36px " but got "20 % 30 % 40px "
     160PASS Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20% 30% 40px] at (1) should be [20% 30% 40px]
     161FAIL Web Animations: property <grid-template-rows> from [10px 20px 30px] to [20% 30% 40px] at (2) should be [calc(-10px + 40%) calc(-20px + 60%) 50px] assert_equals: expected "calc ( 40 % - 10px ) calc ( 60 % - 20px ) 50px " but got "20 % 30 % 40px "
    162162FAIL CSS Transitions: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr auto 2fr] at (-1) should be [0fr 1fr 0fr] assert_equals: expected "0fr 1fr 0fr " but got "2fr auto 2fr "
    163163FAIL CSS Transitions: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr auto 2fr] at (0) should be [1fr 1fr 1fr] assert_equals: expected "1fr 1fr 1fr " but got "2fr auto 2fr "
     
    172172PASS CSS Transitions with transition: all: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr auto 2fr] at (1) should be [2fr auto 2fr]
    173173FAIL CSS Transitions with transition: all: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr auto 2fr] at (2) should be [3fr auto 3fr] assert_equals: expected "3fr auto 3fr " but got "2fr auto 2fr "
    174 FAIL CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr auto 2fr] at (-1) should be [0fr 1fr 0fr] assert_equals: expected "0fr 1fr 0fr " but got "none "
    175 FAIL CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr auto 2fr] at (0) should be [1fr 1fr 1fr] assert_equals: expected "1fr 1fr 1fr " but got "none "
    176 FAIL CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr auto 2fr] at (0.4) should be [1.4fr 1fr 1.4fr] assert_equals: expected "1.4fr 1fr 1.4fr " but got "none "
    177 FAIL CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr auto 2fr] at (0.6) should be [1.6fr auto 1.6fr] assert_equals: expected "1.6fr auto 1.6fr " but got "none "
    178 FAIL CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr auto 2fr] at (1) should be [2fr auto 2fr] assert_equals: expected "2fr auto 2fr " but got "none "
    179 FAIL CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr auto 2fr] at (2) should be [3fr auto 3fr] assert_equals: expected "3fr auto 3fr " but got "none "
    180 FAIL Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr auto 2fr] at (-1) should be [0fr 1fr 0fr] assert_equals: expected "0fr 1fr 0fr " but got "none "
    181 FAIL Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr auto 2fr] at (0) should be [1fr 1fr 1fr] assert_equals: expected "1fr 1fr 1fr " but got "none "
    182 FAIL Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr auto 2fr] at (0.4) should be [1.4fr 1fr 1.4fr] assert_equals: expected "1.4fr 1fr 1.4fr " but got "none "
    183 FAIL Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr auto 2fr] at (0.6) should be [1.6fr auto 1.6fr] assert_equals: expected "1.6fr auto 1.6fr " but got "none "
    184 FAIL Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr auto 2fr] at (1) should be [2fr auto 2fr] assert_equals: expected "2fr auto 2fr " but got "none "
    185 FAIL Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr auto 2fr] at (2) should be [3fr auto 3fr] assert_equals: expected "3fr auto 3fr " but got "none "
     174FAIL CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr auto 2fr] at (-1) should be [0fr 1fr 0fr] assert_equals: expected "0fr 1fr 0fr " but got "1fr 1fr 1fr "
     175PASS CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr auto 2fr] at (0) should be [1fr 1fr 1fr]
     176FAIL CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr auto 2fr] at (0.4) should be [1.4fr 1fr 1.4fr] assert_equals: expected "1.4fr 1fr 1.4fr " but got "1fr 1fr 1fr "
     177FAIL CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr auto 2fr] at (0.6) should be [1.6fr auto 1.6fr] assert_equals: expected "1.6fr auto 1.6fr " but got "2fr auto 2fr "
     178PASS CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr auto 2fr] at (1) should be [2fr auto 2fr]
     179FAIL CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr auto 2fr] at (2) should be [3fr auto 3fr] assert_equals: expected "3fr auto 3fr " but got "2fr auto 2fr "
     180FAIL Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr auto 2fr] at (-1) should be [0fr 1fr 0fr] assert_equals: expected "0fr 1fr 0fr " but got "1fr 1fr 1fr "
     181PASS Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr auto 2fr] at (0) should be [1fr 1fr 1fr]
     182FAIL Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr auto 2fr] at (0.4) should be [1.4fr 1fr 1.4fr] assert_equals: expected "1.4fr 1fr 1.4fr " but got "1fr 1fr 1fr "
     183FAIL Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr auto 2fr] at (0.6) should be [1.6fr auto 1.6fr] assert_equals: expected "1.6fr auto 1.6fr " but got "2fr auto 2fr "
     184PASS Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr auto 2fr] at (1) should be [2fr auto 2fr]
     185FAIL Web Animations: property <grid-template-rows> from [1fr 1fr 1fr] to [2fr auto 2fr] at (2) should be [3fr auto 3fr] assert_equals: expected "3fr auto 3fr " but got "2fr auto 2fr "
    186186FAIL CSS Transitions: property <grid-template-rows> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (-1) should be [0fr [a b] 1fr [d] 0fr] assert_equals: expected "0fr [ a b ] 1fr [ d ] 0fr " but got "2fr [ c ] auto 2fr "
    187187FAIL CSS Transitions: property <grid-template-rows> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (0) should be [1fr [a b] 1fr [d] 1fr] assert_equals: expected "1fr [ a b ] 1fr [ d ] 1fr " but got "2fr [ c ] auto 2fr "
     
    196196PASS CSS Transitions with transition: all: property <grid-template-rows> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (1) should be [2fr [c] auto 2fr]
    197197FAIL CSS Transitions with transition: all: property <grid-template-rows> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (2) should be [3fr [c] auto 3fr] assert_equals: expected "3fr [ c ] auto 3fr " but got "2fr [ c ] auto 2fr "
    198 FAIL CSS Animations: property <grid-template-rows> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (-1) should be [0fr [a b] 1fr [d] 0fr] assert_equals: expected "0fr [ a b ] 1fr [ d ] 0fr " but got "none "
    199 FAIL CSS Animations: property <grid-template-rows> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (0) should be [1fr [a b] 1fr [d] 1fr] assert_equals: expected "1fr [ a b ] 1fr [ d ] 1fr " but got "none "
    200 FAIL CSS Animations: property <grid-template-rows> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (0.4) should be [1.4fr [a b] 1fr [d] 1.4fr] assert_equals: expected "1.4fr [ a b ] 1fr [ d ] 1.4fr " but got "none "
    201 FAIL CSS Animations: property <grid-template-rows> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (0.6) should be [1.6fr [c] auto 1.6fr] assert_equals: expected "1.6fr [ c ] auto 1.6fr " but got "none "
    202 FAIL CSS Animations: property <grid-template-rows> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (1) should be [2fr [c] auto 2fr] assert_equals: expected "2fr [ c ] auto 2fr " but got "none "
    203 FAIL CSS Animations: property <grid-template-rows> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (2) should be [3fr [c] auto 3fr] assert_equals: expected "3fr [ c ] auto 3fr " but got "none "
    204 FAIL Web Animations: property <grid-template-rows> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (-1) should be [0fr [a b] 1fr [d] 0fr] assert_equals: expected "0fr [ a b ] 1fr [ d ] 0fr " but got "none "
    205 FAIL Web Animations: property <grid-template-rows> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (0) should be [1fr [a b] 1fr [d] 1fr] assert_equals: expected "1fr [ a b ] 1fr [ d ] 1fr " but got "none "
    206 FAIL Web Animations: property <grid-template-rows> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (0.4) should be [1.4fr [a b] 1fr [d] 1.4fr] assert_equals: expected "1.4fr [ a b ] 1fr [ d ] 1.4fr " but got "none "
    207 FAIL Web Animations: property <grid-template-rows> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (0.6) should be [1.6fr [c] auto 1.6fr] assert_equals: expected "1.6fr [ c ] auto 1.6fr " but got "none "
    208 FAIL Web Animations: property <grid-template-rows> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (1) should be [2fr [c] auto 2fr] assert_equals: expected "2fr [ c ] auto 2fr " but got "none "
    209 FAIL Web Animations: property <grid-template-rows> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (2) should be [3fr [c] auto 3fr] assert_equals: expected "3fr [ c ] auto 3fr " but got "none "
     198FAIL CSS Animations: property <grid-template-rows> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (-1) should be [0fr [a b] 1fr [d] 0fr] assert_equals: expected "0fr [ a b ] 1fr [ d ] 0fr " but got "1fr [ a b ] 1fr [ d ] 1fr "
     199PASS CSS Animations: property <grid-template-rows> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (0) should be [1fr [a b] 1fr [d] 1fr]
     200FAIL CSS Animations: property <grid-template-rows> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (0.4) should be [1.4fr [a b] 1fr [d] 1.4fr] assert_equals: expected "1.4fr [ a b ] 1fr [ d ] 1.4fr " but got "1fr [ a b ] 1fr [ d ] 1fr "
     201FAIL CSS Animations: property <grid-template-rows> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (0.6) should be [1.6fr [c] auto 1.6fr] assert_equals: expected "1.6fr [ c ] auto 1.6fr " but got "2fr [ c ] auto 2fr "
     202PASS CSS Animations: property <grid-template-rows> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (1) should be [2fr [c] auto 2fr]
     203FAIL CSS Animations: property <grid-template-rows> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (2) should be [3fr [c] auto 3fr] assert_equals: expected "3fr [ c ] auto 3fr " but got "2fr [ c ] auto 2fr "
     204FAIL Web Animations: property <grid-template-rows> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (-1) should be [0fr [a b] 1fr [d] 0fr] assert_equals: expected "0fr [ a b ] 1fr [ d ] 0fr " but got "1fr [ a b ] 1fr [ d ] 1fr "
     205PASS Web Animations: property <grid-template-rows> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (0) should be [1fr [a b] 1fr [d] 1fr]
     206FAIL Web Animations: property <grid-template-rows> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (0.4) should be [1.4fr [a b] 1fr [d] 1.4fr] assert_equals: expected "1.4fr [ a b ] 1fr [ d ] 1.4fr " but got "1fr [ a b ] 1fr [ d ] 1fr "
     207FAIL Web Animations: property <grid-template-rows> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (0.6) should be [1.6fr [c] auto 1.6fr] assert_equals: expected "1.6fr [ c ] auto 1.6fr " but got "2fr [ c ] auto 2fr "
     208PASS Web Animations: property <grid-template-rows> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (1) should be [2fr [c] auto 2fr]
     209FAIL Web Animations: property <grid-template-rows> from [1fr [a b] 1fr [d] 1fr] to [2fr [c] auto 2fr] at (2) should be [3fr [c] auto 3fr] assert_equals: expected "3fr [ c ] auto 3fr " but got "2fr [ c ] auto 2fr "
    210210FAIL CSS Transitions: property <grid-template-rows> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (-1) should be [fit-content(0px) fit-content(20px)] assert_equals: expected "fit - content ( 0px ) fit - content ( 20px ) " but got "fit - content ( 20px ) max - content "
    211211FAIL CSS Transitions: property <grid-template-rows> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (0) should be [fit-content(10px) fit-content(20px)] assert_equals: expected "fit - content ( 10px ) fit - content ( 20px ) " but got "fit - content ( 20px ) max - content "
     
    220220PASS CSS Transitions with transition: all: property <grid-template-rows> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (1) should be [fit-content(20px) max-content]
    221221FAIL CSS Transitions with transition: all: property <grid-template-rows> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (2) should be [fit-content(30px) max-content] assert_equals: expected "fit - content ( 30px ) max - content " but got "fit - content ( 20px ) max - content "
    222 FAIL CSS Animations: property <grid-template-rows> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (-1) should be [fit-content(0px) fit-content(20px)] assert_equals: expected "fit - content ( 0px ) fit - content ( 20px ) " but got "none "
    223 FAIL CSS Animations: property <grid-template-rows> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (0) should be [fit-content(10px) fit-content(20px)] assert_equals: expected "fit - content ( 10px ) fit - content ( 20px ) " but got "none "
    224 FAIL CSS Animations: property <grid-template-rows> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (0.4) should be [fit-content(14px) fit-content(20px)] assert_equals: expected "fit - content ( 14px ) fit - content ( 20px ) " but got "none "
    225 FAIL CSS Animations: property <grid-template-rows> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (0.6) should be [fit-content(16px) max-content] assert_equals: expected "fit - content ( 16px ) max - content " but got "none "
    226 FAIL CSS Animations: property <grid-template-rows> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (1) should be [fit-content(20px) max-content] assert_equals: expected "fit - content ( 20px ) max - content " but got "none "
    227 FAIL CSS Animations: property <grid-template-rows> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (2) should be [fit-content(30px) max-content] assert_equals: expected "fit - content ( 30px ) max - content " but got "none "
    228 FAIL Web Animations: property <grid-template-rows> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (-1) should be [fit-content(0px) fit-content(20px)] assert_equals: expected "fit - content ( 0px ) fit - content ( 20px ) " but got "none "
    229 FAIL Web Animations: property <grid-template-rows> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (0) should be [fit-content(10px) fit-content(20px)] assert_equals: expected "fit - content ( 10px ) fit - content ( 20px ) " but got "none "
    230 FAIL Web Animations: property <grid-template-rows> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (0.4) should be [fit-content(14px) fit-content(20px)] assert_equals: expected "fit - content ( 14px ) fit - content ( 20px ) " but got "none "
    231 FAIL Web Animations: property <grid-template-rows> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (0.6) should be [fit-content(16px) max-content] assert_equals: expected "fit - content ( 16px ) max - content " but got "none "
    232 FAIL Web Animations: property <grid-template-rows> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (1) should be [fit-content(20px) max-content] assert_equals: expected "fit - content ( 20px ) max - content " but got "none "
    233 FAIL Web Animations: property <grid-template-rows> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (2) should be [fit-content(30px) max-content] assert_equals: expected "fit - content ( 30px ) max - content " but got "none "
     222FAIL CSS Animations: property <grid-template-rows> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (-1) should be [fit-content(0px) fit-content(20px)] assert_equals: expected "fit - content ( 0px ) fit - content ( 20px ) " but got "fit - content ( 10px ) fit - content ( 20px ) "
     223PASS CSS Animations: property <grid-template-rows> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (0) should be [fit-content(10px) fit-content(20px)]
     224FAIL CSS Animations: property <grid-template-rows> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (0.4) should be [fit-content(14px) fit-content(20px)] assert_equals: expected "fit - content ( 14px ) fit - content ( 20px ) " but got "fit - content ( 10px ) fit - content ( 20px ) "
     225FAIL CSS Animations: property <grid-template-rows> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (0.6) should be [fit-content(16px) max-content] assert_equals: expected "fit - content ( 16px ) max - content " but got "fit - content ( 20px ) max - content "
     226PASS CSS Animations: property <grid-template-rows> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (1) should be [fit-content(20px) max-content]
     227FAIL CSS Animations: property <grid-template-rows> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (2) should be [fit-content(30px) max-content] assert_equals: expected "fit - content ( 30px ) max - content " but got "fit - content ( 20px ) max - content "
     228FAIL Web Animations: property <grid-template-rows> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (-1) should be [fit-content(0px) fit-content(20px)] assert_equals: expected "fit - content ( 0px ) fit - content ( 20px ) " but got "fit - content ( 10px ) fit - content ( 20px ) "
     229PASS Web Animations: property <grid-template-rows> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (0) should be [fit-content(10px) fit-content(20px)]
     230FAIL Web Animations: property <grid-template-rows> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (0.4) should be [fit-content(14px) fit-content(20px)] assert_equals: expected "fit - content ( 14px ) fit - content ( 20px ) " but got "fit - content ( 10px ) fit - content ( 20px ) "
     231FAIL Web Animations: property <grid-template-rows> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (0.6) should be [fit-content(16px) max-content] assert_equals: expected "fit - content ( 16px ) max - content " but got "fit - content ( 20px ) max - content "
     232PASS Web Animations: property <grid-template-rows> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (1) should be [fit-content(20px) max-content]
     233FAIL Web Animations: property <grid-template-rows> from [fit-content(10px) fit-content(20px)] to [fit-content(20px) max-content] at (2) should be [fit-content(30px) max-content] assert_equals: expected "fit - content ( 30px ) max - content " but got "fit - content ( 20px ) max - content "
    234234FAIL CSS Transitions: property <grid-template-rows> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (-1) should be [minmax(0px, 0fr) minmax(10px, 2fr)] assert_equals: expected "minmax ( 0px , 0fr ) minmax ( 10px , 2fr ) " but got "minmax ( 20px , 2fr ) minmax ( 30px , auto ) "
    235235FAIL CSS Transitions: property <grid-template-rows> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (0) should be [minmax(10px, 1fr) minmax(20px, 2fr)] assert_equals: expected "minmax ( 10px , 1fr ) minmax ( 20px , 2fr ) " but got "minmax ( 20px , 2fr ) minmax ( 30px , auto ) "
     
    244244PASS CSS Transitions with transition: all: property <grid-template-rows> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (1) should be [minmax(20px, 2fr) minmax(30px, auto)]
    245245FAIL CSS Transitions with transition: all: property <grid-template-rows> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (2) should be [minmax(30px, 3fr) minmax(40px, auto)] assert_equals: expected "minmax ( 30px , 3fr ) minmax ( 40px , auto ) " but got "minmax ( 20px , 2fr ) minmax ( 30px , auto ) "
    246 FAIL CSS Animations: property <grid-template-rows> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (-1) should be [minmax(0px, 0fr) minmax(10px, 2fr)] assert_equals: expected "minmax ( 0px , 0fr ) minmax ( 10px , 2fr ) " but got "none "
    247 FAIL CSS Animations: property <grid-template-rows> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (0) should be [minmax(10px, 1fr) minmax(20px, 2fr)] assert_equals: expected "minmax ( 10px , 1fr ) minmax ( 20px , 2fr ) " but got "none "
    248 FAIL CSS Animations: property <grid-template-rows> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (0.4) should be [minmax(14px, 1.4fr) minmax(24px, 2fr)] assert_equals: expected "minmax ( 14px , 1.4fr ) minmax ( 24px , 2fr ) " but got "none "
    249 FAIL CSS Animations: property <grid-template-rows> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (0.6) should be [minmax(16px, 1.6fr) minmax(26px, auto)] assert_equals: expected "minmax ( 16px , 1.6fr ) minmax ( 26px , auto ) " but got "none "
    250 FAIL CSS Animations: property <grid-template-rows> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (1) should be [minmax(20px, 2fr) minmax(30px, auto)] assert_equals: expected "minmax ( 20px , 2fr ) minmax ( 30px , auto ) " but got "none "
    251 FAIL CSS Animations: property <grid-template-rows> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (2) should be [minmax(30px, 3fr) minmax(40px, auto)] assert_equals: expected "minmax ( 30px , 3fr ) minmax ( 40px , auto ) " but got "none "
    252 FAIL Web Animations: property <grid-template-rows> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (-1) should be [minmax(0px, 0fr) minmax(10px, 2fr)] assert_equals: expected "minmax ( 0px , 0fr ) minmax ( 10px , 2fr ) " but got "none "
    253 FAIL Web Animations: property <grid-template-rows> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (0) should be [minmax(10px, 1fr) minmax(20px, 2fr)] assert_equals: expected "minmax ( 10px , 1fr ) minmax ( 20px , 2fr ) " but got "none "
    254 FAIL Web Animations: property <grid-template-rows> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (0.4) should be [minmax(14px, 1.4fr) minmax(24px, 2fr)] assert_equals: expected "minmax ( 14px , 1.4fr ) minmax ( 24px , 2fr ) " but got "none "
    255 FAIL Web Animations: property <grid-template-rows> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (0.6) should be [minmax(16px, 1.6fr) minmax(26px, auto)] assert_equals: expected "minmax ( 16px , 1.6fr ) minmax ( 26px , auto ) " but got "none "
    256 FAIL Web Animations: property <grid-template-rows> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (1) should be [minmax(20px, 2fr) minmax(30px, auto)] assert_equals: expected "minmax ( 20px , 2fr ) minmax ( 30px , auto ) " but got "none "
    257 FAIL Web Animations: property <grid-template-rows> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (2) should be [minmax(30px, 3fr) minmax(40px, auto)] assert_equals: expected "minmax ( 30px , 3fr ) minmax ( 40px , auto ) " but got "none "
     246FAIL CSS Animations: property <grid-template-rows> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (-1) should be [minmax(0px, 0fr) minmax(10px, 2fr)] assert_equals: expected "minmax ( 0px , 0fr ) minmax ( 10px , 2fr ) " but got "minmax ( 10px , 1fr ) minmax ( 20px , 2fr ) "
     247PASS CSS Animations: property <grid-template-rows> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (0) should be [minmax(10px, 1fr) minmax(20px, 2fr)]
     248FAIL CSS Animations: property <grid-template-rows> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (0.4) should be [minmax(14px, 1.4fr) minmax(24px, 2fr)] assert_equals: expected "minmax ( 14px , 1.4fr ) minmax ( 24px , 2fr ) " but got "minmax ( 10px , 1fr ) minmax ( 20px , 2fr ) "
     249FAIL CSS Animations: property <grid-template-rows> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (0.6) should be [minmax(16px, 1.6fr) minmax(26px, auto)] assert_equals: expected "minmax ( 16px , 1.6fr ) minmax ( 26px , auto ) " but got "minmax ( 20px , 2fr ) minmax ( 30px , auto ) "
     250PASS CSS Animations: property <grid-template-rows> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (1) should be [minmax(20px, 2fr) minmax(30px, auto)]
     251FAIL CSS Animations: property <grid-template-rows> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (2) should be [minmax(30px, 3fr) minmax(40px, auto)] assert_equals: expected "minmax ( 30px , 3fr ) minmax ( 40px , auto ) " but got "minmax ( 20px , 2fr ) minmax ( 30px , auto ) "
     252FAIL Web Animations: property <grid-template-rows> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (-1) should be [minmax(0px, 0fr) minmax(10px, 2fr)] assert_equals: expected "minmax ( 0px , 0fr ) minmax ( 10px , 2fr ) " but got "minmax ( 10px , 1fr ) minmax ( 20px , 2fr ) "
     253PASS Web Animations: property <grid-template-rows> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (0) should be [minmax(10px, 1fr) minmax(20px, 2fr)]
     254FAIL Web Animations: property <grid-template-rows> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (0.4) should be [minmax(14px, 1.4fr) minmax(24px, 2fr)] assert_equals: expected "minmax ( 14px , 1.4fr ) minmax ( 24px , 2fr ) " but got "minmax ( 10px , 1fr ) minmax ( 20px , 2fr ) "
     255FAIL Web Animations: property <grid-template-rows> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (0.6) should be [minmax(16px, 1.6fr) minmax(26px, auto)] assert_equals: expected "minmax ( 16px , 1.6fr ) minmax ( 26px , auto ) " but got "minmax ( 20px , 2fr ) minmax ( 30px , auto ) "
     256PASS Web Animations: property <grid-template-rows> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (1) should be [minmax(20px, 2fr) minmax(30px, auto)]
     257FAIL Web Animations: property <grid-template-rows> from [minmax(10px, 1fr) minmax(20px, 2fr)] to [minmax(20px, 2fr) minmax(30px, auto)] at (2) should be [minmax(30px, 3fr) minmax(40px, auto)] assert_equals: expected "minmax ( 30px , 3fr ) minmax ( 40px , auto ) " but got "minmax ( 20px , 2fr ) minmax ( 30px , auto ) "
    258258PASS CSS Transitions: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (-0.3) should be [2fr repeat(2, 3fr 40px 50px) 2fr]
    259259PASS CSS Transitions: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0) should be [2fr repeat(2, 3fr 40px 50px) 2fr]
     
    270270PASS CSS Transitions with transition: all: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (1) should be [2fr repeat(2, 3fr 40px 50px) 2fr]
    271271PASS CSS Transitions with transition: all: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (1.5) should be [2fr repeat(2, 3fr 40px 50px) 2fr]
    272 FAIL CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr] assert_equals: expected "1fr 2fr 30px 2fr 30px 1fr " but got "none "
    273 FAIL CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0) should be [1fr repeat(2, 2fr 30px) 1fr] assert_equals: expected "1fr 2fr 30px 2fr 30px 1fr " but got "none "
    274 FAIL CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0.3) should be [1fr repeat(2, 2fr 30px) 1fr] assert_equals: expected "1fr 2fr 30px 2fr 30px 1fr " but got "none "
    275 FAIL CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0.5) should be [2fr repeat(2, 3fr 40px 50px) 2fr] assert_equals: expected "2fr 3fr 40px 50px 3fr 40px 50px 2fr " but got "none "
    276 FAIL CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0.6) should be [2fr repeat(2, 3fr 40px 50px) 2fr] assert_equals: expected "2fr 3fr 40px 50px 3fr 40px 50px 2fr " but got "none "
    277 FAIL CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (1) should be [2fr repeat(2, 3fr 40px 50px) 2fr] assert_equals: expected "2fr 3fr 40px 50px 3fr 40px 50px 2fr " but got "none "
    278 FAIL CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (1.5) should be [2fr repeat(2, 3fr 40px 50px) 2fr] assert_equals: expected "2fr 3fr 40px 50px 3fr 40px 50px 2fr " but got "none "
    279 FAIL Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr] assert_equals: expected "1fr 2fr 30px 2fr 30px 1fr " but got "none "
    280 FAIL Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0) should be [1fr repeat(2, 2fr 30px) 1fr] assert_equals: expected "1fr 2fr 30px 2fr 30px 1fr " but got "none "
    281 FAIL Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0.3) should be [1fr repeat(2, 2fr 30px) 1fr] assert_equals: expected "1fr 2fr 30px 2fr 30px 1fr " but got "none "
    282 FAIL Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0.5) should be [2fr repeat(2, 3fr 40px 50px) 2fr] assert_equals: expected "2fr 3fr 40px 50px 3fr 40px 50px 2fr " but got "none "
    283 FAIL Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0.6) should be [2fr repeat(2, 3fr 40px 50px) 2fr] assert_equals: expected "2fr 3fr 40px 50px 3fr 40px 50px 2fr " but got "none "
    284 FAIL Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (1) should be [2fr repeat(2, 3fr 40px 50px) 2fr] assert_equals: expected "2fr 3fr 40px 50px 3fr 40px 50px 2fr " but got "none "
    285 FAIL Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (1.5) should be [2fr repeat(2, 3fr 40px 50px) 2fr] assert_equals: expected "2fr 3fr 40px 50px 3fr 40px 50px 2fr " but got "none "
     272PASS CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr]
     273PASS CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0) should be [1fr repeat(2, 2fr 30px) 1fr]
     274PASS CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0.3) should be [1fr repeat(2, 2fr 30px) 1fr]
     275PASS CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0.5) should be [2fr repeat(2, 3fr 40px 50px) 2fr]
     276PASS CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0.6) should be [2fr repeat(2, 3fr 40px 50px) 2fr]
     277PASS CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (1) should be [2fr repeat(2, 3fr 40px 50px) 2fr]
     278PASS CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (1.5) should be [2fr repeat(2, 3fr 40px 50px) 2fr]
     279PASS Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr]
     280PASS Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0) should be [1fr repeat(2, 2fr 30px) 1fr]
     281PASS Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0.3) should be [1fr repeat(2, 2fr 30px) 1fr]
     282PASS Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0.5) should be [2fr repeat(2, 3fr 40px 50px) 2fr]
     283PASS Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (0.6) should be [2fr repeat(2, 3fr 40px 50px) 2fr]
     284PASS Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (1) should be [2fr repeat(2, 3fr 40px 50px) 2fr]
     285PASS Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(2, 3fr 40px 50px) 2fr] at (1.5) should be [2fr repeat(2, 3fr 40px 50px) 2fr]
    286286PASS CSS Transitions: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (-0.3) should be [2fr repeat(3, 3fr 40px) 2fr]
    287287PASS CSS Transitions: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0) should be [2fr repeat(3, 3fr 40px) 2fr]
     
    298298PASS CSS Transitions with transition: all: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (1) should be [2fr repeat(3, 3fr 40px) 2fr]
    299299PASS CSS Transitions with transition: all: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (1.5) should be [2fr repeat(3, 3fr 40px) 2fr]
    300 FAIL CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr] assert_equals: expected "1fr 2fr 30px 2fr 30px 1fr " but got "none "
    301 FAIL CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0) should be [1fr repeat(2, 2fr 30px) 1fr] assert_equals: expected "1fr 2fr 30px 2fr 30px 1fr " but got "none "
    302 FAIL CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0.3) should be [1fr repeat(2, 2fr 30px) 1fr] assert_equals: expected "1fr 2fr 30px 2fr 30px 1fr " but got "none "
    303 FAIL CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0.5) should be [2fr repeat(3, 3fr 40px) 2fr] assert_equals: expected "2fr 3fr 40px 3fr 40px 3fr 40px 2fr " but got "none "
    304 FAIL CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0.6) should be [2fr repeat(3, 3fr 40px) 2fr] assert_equals: expected "2fr 3fr 40px 3fr 40px 3fr 40px 2fr " but got "none "
    305 FAIL CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (1) should be [2fr repeat(3, 3fr 40px) 2fr] assert_equals: expected "2fr 3fr 40px 3fr 40px 3fr 40px 2fr " but got "none "
    306 FAIL CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (1.5) should be [2fr repeat(3, 3fr 40px) 2fr] assert_equals: expected "2fr 3fr 40px 3fr 40px 3fr 40px 2fr " but got "none "
    307 FAIL Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr] assert_equals: expected "1fr 2fr 30px 2fr 30px 1fr " but got "none "
    308 FAIL Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0) should be [1fr repeat(2, 2fr 30px) 1fr] assert_equals: expected "1fr 2fr 30px 2fr 30px 1fr " but got "none "
    309 FAIL Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0.3) should be [1fr repeat(2, 2fr 30px) 1fr] assert_equals: expected "1fr 2fr 30px 2fr 30px 1fr " but got "none "
    310 FAIL Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0.5) should be [2fr repeat(3, 3fr 40px) 2fr] assert_equals: expected "2fr 3fr 40px 3fr 40px 3fr 40px 2fr " but got "none "
    311 FAIL Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0.6) should be [2fr repeat(3, 3fr 40px) 2fr] assert_equals: expected "2fr 3fr 40px 3fr 40px 3fr 40px 2fr " but got "none "
    312 FAIL Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (1) should be [2fr repeat(3, 3fr 40px) 2fr] assert_equals: expected "2fr 3fr 40px 3fr 40px 3fr 40px 2fr " but got "none "
    313 FAIL Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (1.5) should be [2fr repeat(3, 3fr 40px) 2fr] assert_equals: expected "2fr 3fr 40px 3fr 40px 3fr 40px 2fr " but got "none "
     300PASS CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr]
     301PASS CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0) should be [1fr repeat(2, 2fr 30px) 1fr]
     302PASS CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0.3) should be [1fr repeat(2, 2fr 30px) 1fr]
     303PASS CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0.5) should be [2fr repeat(3, 3fr 40px) 2fr]
     304PASS CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0.6) should be [2fr repeat(3, 3fr 40px) 2fr]
     305PASS CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (1) should be [2fr repeat(3, 3fr 40px) 2fr]
     306PASS CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (1.5) should be [2fr repeat(3, 3fr 40px) 2fr]
     307PASS Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr]
     308PASS Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0) should be [1fr repeat(2, 2fr 30px) 1fr]
     309PASS Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0.3) should be [1fr repeat(2, 2fr 30px) 1fr]
     310PASS Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0.5) should be [2fr repeat(3, 3fr 40px) 2fr]
     311PASS Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (0.6) should be [2fr repeat(3, 3fr 40px) 2fr]
     312PASS Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (1) should be [2fr repeat(3, 3fr 40px) 2fr]
     313PASS Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr] to [2fr repeat(3, 3fr 40px) 2fr] at (1.5) should be [2fr repeat(3, 3fr 40px) 2fr]
    314314PASS CSS Transitions: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (-0.3) should be [repeat(4, 40px)]
    315315PASS CSS Transitions: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0) should be [repeat(4, 40px)]
     
    326326PASS CSS Transitions with transition: all: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (1) should be [repeat(4, 40px)]
    327327PASS CSS Transitions with transition: all: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (1.5) should be [repeat(4, 40px)]
    328 FAIL CSS Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (-0.3) should be [repeat(2, 2fr 30px)] assert_equals: expected "2fr 30px 2fr 30px " but got "none "
    329 FAIL CSS Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0) should be [repeat(2, 2fr 30px)] assert_equals: expected "2fr 30px 2fr 30px " but got "none "
    330 FAIL CSS Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0.3) should be [repeat(2, 2fr 30px)] assert_equals: expected "2fr 30px 2fr 30px " but got "none "
    331 FAIL CSS Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0.5) should be [repeat(4, 40px)] assert_equals: expected "40px 40px 40px 40px " but got "none "
    332 FAIL CSS Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0.6) should be [repeat(4, 40px)] assert_equals: expected "40px 40px 40px 40px " but got "none "
    333 FAIL CSS Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (1) should be [repeat(4, 40px)] assert_equals: expected "40px 40px 40px 40px " but got "none "
    334 FAIL CSS Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (1.5) should be [repeat(4, 40px)] assert_equals: expected "40px 40px 40px 40px " but got "none "
    335 FAIL Web Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (-0.3) should be [repeat(2, 2fr 30px)] assert_equals: expected "2fr 30px 2fr 30px " but got "none "
    336 FAIL Web Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0) should be [repeat(2, 2fr 30px)] assert_equals: expected "2fr 30px 2fr 30px " but got "none "
    337 FAIL Web Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0.3) should be [repeat(2, 2fr 30px)] assert_equals: expected "2fr 30px 2fr 30px " but got "none "
    338 FAIL Web Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0.5) should be [repeat(4, 40px)] assert_equals: expected "40px 40px 40px 40px " but got "none "
    339 FAIL Web Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0.6) should be [repeat(4, 40px)] assert_equals: expected "40px 40px 40px 40px " but got "none "
    340 FAIL Web Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (1) should be [repeat(4, 40px)] assert_equals: expected "40px 40px 40px 40px " but got "none "
    341 FAIL Web Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (1.5) should be [repeat(4, 40px)] assert_equals: expected "40px 40px 40px 40px " but got "none "
     328PASS CSS Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (-0.3) should be [repeat(2, 2fr 30px)]
     329PASS CSS Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0) should be [repeat(2, 2fr 30px)]
     330PASS CSS Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0.3) should be [repeat(2, 2fr 30px)]
     331PASS CSS Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0.5) should be [repeat(4, 40px)]
     332PASS CSS Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0.6) should be [repeat(4, 40px)]
     333PASS CSS Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (1) should be [repeat(4, 40px)]
     334PASS CSS Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (1.5) should be [repeat(4, 40px)]
     335PASS Web Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (-0.3) should be [repeat(2, 2fr 30px)]
     336PASS Web Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0) should be [repeat(2, 2fr 30px)]
     337PASS Web Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0.3) should be [repeat(2, 2fr 30px)]
     338PASS Web Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0.5) should be [repeat(4, 40px)]
     339PASS Web Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (0.6) should be [repeat(4, 40px)]
     340PASS Web Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (1) should be [repeat(4, 40px)]
     341PASS Web Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)] to [repeat(4, 40px)] at (1.5) should be [repeat(4, 40px)]
    342342FAIL CSS Transitions: property <grid-template-rows> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (-1) should be [0fr repeat(2, 1fr auto 20px) 0fr] assert_equals: expected "0fr 1fr auto 20px 1fr auto 20px 0fr " but got "2fr 3fr 30px 40px 3fr 30px 40px 2fr "
    343343FAIL CSS Transitions: property <grid-template-rows> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (0) should be [1fr repeat(2, 2fr auto 30px) 1fr] assert_equals: expected "1fr 2fr auto 30px 2fr auto 30px 1fr " but got "2fr 3fr 30px 40px 3fr 30px 40px 2fr "
     
    352352PASS CSS Transitions with transition: all: property <grid-template-rows> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (1) should be [2fr repeat(2, 3fr 30px 40px) 2fr]
    353353FAIL CSS Transitions with transition: all: property <grid-template-rows> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (2) should be [3fr repeat(2, 4fr 30px 50px) 3fr] assert_equals: expected "3fr 4fr 30px 50px 4fr 30px 50px 3fr " but got "2fr 3fr 30px 40px 3fr 30px 40px 2fr "
    354 FAIL CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (-1) should be [0fr repeat(2, 1fr auto 20px) 0fr] assert_equals: expected "0fr 1fr auto 20px 1fr auto 20px 0fr " but got "none "
    355 FAIL CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (0) should be [1fr repeat(2, 2fr auto 30px) 1fr] assert_equals: expected "1fr 2fr auto 30px 2fr auto 30px 1fr " but got "none "
    356 FAIL CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (0.4) should be [1.4fr repeat(2, 2.4fr auto 34px) 1.4fr] assert_equals: expected "1.4fr 2.4fr auto 34px 2.4fr auto 34px 1.4fr " but got "none "
    357 FAIL CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (0.6) should be [1.6fr repeat(2, 2.6fr 30px 36px) 1.6fr] assert_equals: expected "1.6fr 2.6fr 30px 36px 2.6fr 30px 36px 1.6fr " but got "none "
    358 FAIL CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (1) should be [2fr repeat(2, 3fr 30px 40px) 2fr] assert_equals: expected "2fr 3fr 30px 40px 3fr 30px 40px 2fr " but got "none "
    359 FAIL CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (2) should be [3fr repeat(2, 4fr 30px 50px) 3fr] assert_equals: expected "3fr 4fr 30px 50px 4fr 30px 50px 3fr " but got "none "
    360 FAIL Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (-1) should be [0fr repeat(2, 1fr auto 20px) 0fr] assert_equals: expected "0fr 1fr auto 20px 1fr auto 20px 0fr " but got "none "
    361 FAIL Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (0) should be [1fr repeat(2, 2fr auto 30px) 1fr] assert_equals: expected "1fr 2fr auto 30px 2fr auto 30px 1fr " but got "none "
    362 FAIL Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (0.4) should be [1.4fr repeat(2, 2.4fr auto 34px) 1.4fr] assert_equals: expected "1.4fr 2.4fr auto 34px 2.4fr auto 34px 1.4fr " but got "none "
    363 FAIL Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (0.6) should be [1.6fr repeat(2, 2.6fr 30px 36px) 1.6fr] assert_equals: expected "1.6fr 2.6fr 30px 36px 2.6fr 30px 36px 1.6fr " but got "none "
    364 FAIL Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (1) should be [2fr repeat(2, 3fr 30px 40px) 2fr] assert_equals: expected "2fr 3fr 30px 40px 3fr 30px 40px 2fr " but got "none "
    365 FAIL Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (2) should be [3fr repeat(2, 4fr 30px 50px) 3fr] assert_equals: expected "3fr 4fr 30px 50px 4fr 30px 50px 3fr " but got "none "
     354FAIL CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (-1) should be [0fr repeat(2, 1fr auto 20px) 0fr] assert_equals: expected "0fr 1fr auto 20px 1fr auto 20px 0fr " but got "1fr 2fr auto 30px 2fr auto 30px 1fr "
     355PASS CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (0) should be [1fr repeat(2, 2fr auto 30px) 1fr]
     356FAIL CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (0.4) should be [1.4fr repeat(2, 2.4fr auto 34px) 1.4fr] assert_equals: expected "1.4fr 2.4fr auto 34px 2.4fr auto 34px 1.4fr " but got "1fr 2fr auto 30px 2fr auto 30px 1fr "
     357FAIL CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (0.6) should be [1.6fr repeat(2, 2.6fr 30px 36px) 1.6fr] assert_equals: expected "1.6fr 2.6fr 30px 36px 2.6fr 30px 36px 1.6fr " but got "2fr 3fr 30px 40px 3fr 30px 40px 2fr "
     358PASS CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (1) should be [2fr repeat(2, 3fr 30px 40px) 2fr]
     359FAIL CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (2) should be [3fr repeat(2, 4fr 30px 50px) 3fr] assert_equals: expected "3fr 4fr 30px 50px 4fr 30px 50px 3fr " but got "2fr 3fr 30px 40px 3fr 30px 40px 2fr "
     360FAIL Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (-1) should be [0fr repeat(2, 1fr auto 20px) 0fr] assert_equals: expected "0fr 1fr auto 20px 1fr auto 20px 0fr " but got "1fr 2fr auto 30px 2fr auto 30px 1fr "
     361PASS Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (0) should be [1fr repeat(2, 2fr auto 30px) 1fr]
     362FAIL Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (0.4) should be [1.4fr repeat(2, 2.4fr auto 34px) 1.4fr] assert_equals: expected "1.4fr 2.4fr auto 34px 2.4fr auto 34px 1.4fr " but got "1fr 2fr auto 30px 2fr auto 30px 1fr "
     363FAIL Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (0.6) should be [1.6fr repeat(2, 2.6fr 30px 36px) 1.6fr] assert_equals: expected "1.6fr 2.6fr 30px 36px 2.6fr 30px 36px 1.6fr " but got "2fr 3fr 30px 40px 3fr 30px 40px 2fr "
     364PASS Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (1) should be [2fr repeat(2, 3fr 30px 40px) 2fr]
     365FAIL Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr auto 30px) 1fr] to [2fr repeat(2, 3fr 30px 40px) 2fr] at (2) should be [3fr repeat(2, 4fr 30px 50px) 3fr] assert_equals: expected "3fr 4fr 30px 50px 4fr 30px 50px 3fr " but got "2fr 3fr 30px 40px 3fr 30px 40px 2fr "
    366366PASS CSS Transitions: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (-0.3) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))]
    367367PASS CSS Transitions: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))]
     
    378378PASS CSS Transitions with transition: all: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (1) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))]
    379379PASS CSS Transitions with transition: all: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (1.5) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))]
    380 FAIL CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    381 FAIL CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    382 FAIL CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    383 FAIL CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0.5) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))] assert_equals: expected "20px 20px repeat ( auto - fill , minmax ( 30px , 1fr ) ) " but got "none "
    384 FAIL CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0.6) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))] assert_equals: expected "20px 20px repeat ( auto - fill , minmax ( 30px , 1fr ) ) " but got "none "
    385 FAIL CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (1) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))] assert_equals: expected "20px 20px repeat ( auto - fill , minmax ( 30px , 1fr ) ) " but got "none "
    386 FAIL CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (1.5) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))] assert_equals: expected "20px 20px repeat ( auto - fill , minmax ( 30px , 1fr ) ) " but got "none "
    387 FAIL Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    388 FAIL Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    389 FAIL Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    390 FAIL Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0.5) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))] assert_equals: expected "20px 20px repeat ( auto - fill , minmax ( 30px , 1fr ) ) " but got "none "
    391 FAIL Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0.6) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))] assert_equals: expected "20px 20px repeat ( auto - fill , minmax ( 30px , 1fr ) ) " but got "none "
    392 FAIL Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (1) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))] assert_equals: expected "20px 20px repeat ( auto - fill , minmax ( 30px , 1fr ) ) " but got "none "
    393 FAIL Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (1.5) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))] assert_equals: expected "20px 20px repeat ( auto - fill , minmax ( 30px , 1fr ) ) " but got "none "
     380PASS CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     381PASS CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     382PASS CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     383PASS CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0.5) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))]
     384PASS CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0.6) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))]
     385PASS CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (1) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))]
     386PASS CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (1.5) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))]
     387PASS Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     388PASS Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     389PASS Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     390PASS Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0.5) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))]
     391PASS Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (0.6) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))]
     392PASS Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (1) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))]
     393PASS Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))] at (1.5) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))]
    394394PASS CSS Transitions: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (-0.3) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px]
    395395PASS CSS Transitions: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px]
     
    406406PASS CSS Transitions with transition: all: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (1) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px]
    407407PASS CSS Transitions with transition: all: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (1.5) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px]
    408 FAIL CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    409 FAIL CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    410 FAIL CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    411 FAIL CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0.5) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] assert_equals: expected "20px repeat ( auto - fit , minmax ( 30px , 1fr ) ) 20px " but got "none "
    412 FAIL CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0.6) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] assert_equals: expected "20px repeat ( auto - fit , minmax ( 30px , 1fr ) ) 20px " but got "none "
    413 FAIL CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (1) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] assert_equals: expected "20px repeat ( auto - fit , minmax ( 30px , 1fr ) ) 20px " but got "none "
    414 FAIL CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (1.5) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] assert_equals: expected "20px repeat ( auto - fit , minmax ( 30px , 1fr ) ) 20px " but got "none "
    415 FAIL Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    416 FAIL Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    417 FAIL Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    418 FAIL Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0.5) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] assert_equals: expected "20px repeat ( auto - fit , minmax ( 30px , 1fr ) ) 20px " but got "none "
    419 FAIL Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0.6) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] assert_equals: expected "20px repeat ( auto - fit , minmax ( 30px , 1fr ) ) 20px " but got "none "
    420 FAIL Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (1) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] assert_equals: expected "20px repeat ( auto - fit , minmax ( 30px , 1fr ) ) 20px " but got "none "
    421 FAIL Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (1.5) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] assert_equals: expected "20px repeat ( auto - fit , minmax ( 30px , 1fr ) ) 20px " but got "none "
     408PASS CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     409PASS CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     410PASS CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     411PASS CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0.5) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px]
     412PASS CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0.6) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px]
     413PASS CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (1) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px]
     414PASS CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (1.5) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px]
     415PASS Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     416PASS Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     417PASS Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     418PASS Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0.5) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px]
     419PASS Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (0.6) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px]
     420PASS Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (1) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px]
     421PASS Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px] at (1.5) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px]
    422422PASS CSS Transitions: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (-0.3) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px]
    423423PASS CSS Transitions: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px]
     
    434434PASS CSS Transitions with transition: all: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (1) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px]
    435435PASS CSS Transitions with transition: all: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (1.5) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px]
    436 FAIL CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    437 FAIL CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    438 FAIL CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    439 FAIL CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0.5) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px] assert_equals: expected "20px repeat ( auto - fill , minmax ( 35px , auto ) ) 20px " but got "none "
    440 FAIL CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0.6) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px] assert_equals: expected "20px repeat ( auto - fill , minmax ( 35px , auto ) ) 20px " but got "none "
    441 FAIL CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (1) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px] assert_equals: expected "20px repeat ( auto - fill , minmax ( 35px , auto ) ) 20px " but got "none "
    442 FAIL CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (1.5) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px] assert_equals: expected "20px repeat ( auto - fill , minmax ( 35px , auto ) ) 20px " but got "none "
    443 FAIL Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    444 FAIL Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    445 FAIL Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] assert_equals: expected "10px repeat ( auto - fill , minmax ( 25px , 1fr ) ) 10px " but got "none "
    446 FAIL Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0.5) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px] assert_equals: expected "20px repeat ( auto - fill , minmax ( 35px , auto ) ) 20px " but got "none "
    447 FAIL Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0.6) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px] assert_equals: expected "20px repeat ( auto - fill , minmax ( 35px , auto ) ) 20px " but got "none "
    448 FAIL Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (1) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px] assert_equals: expected "20px repeat ( auto - fill , minmax ( 35px , auto ) ) 20px " but got "none "
    449 FAIL Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (1.5) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px] assert_equals: expected "20px repeat ( auto - fill , minmax ( 35px , auto ) ) 20px " but got "none "
     436PASS CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     437PASS CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     438PASS CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     439PASS CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0.5) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px]
     440PASS CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0.6) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px]
     441PASS CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (1) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px]
     442PASS CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (1.5) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px]
     443PASS Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     444PASS Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     445PASS Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px]
     446PASS Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0.5) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px]
     447PASS Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (0.6) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px]
     448PASS Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (1) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px]
     449PASS Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px] to [20px repeat(auto-fill, minmax(35px, auto)) 20px] at (1.5) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px]
    450450
  • trunk/Source/WebCore/ChangeLog

    r278172 r278173  
     12021-05-27  Ziran Sun  <zsun@igalia.com>
     2
     3        [css-grid] Add discrete animation support for grid-template-columns|rows
     4        https://bugs.webkit.org/show_bug.cgi?id=226174
     5
     6        For CSSGridTemplateTemplate|Row, the animation wrapper setter needs to check a few style
     7        settings such as gridColumns|gridRows, gridAutoRepeatColumns|gridAutoRepeatRows etc. to be
     8        inline with the style specified. So does the getter.
     9
     10        Reviewed by Antoine Quint.
     11
     12        This change has improved the two exising animation related grid-template-* tests.
     13
     14        * animation/CSSPropertyAnimation.cpp:
     15        (WebCore::CSSPropertyAnimationWrapperMap::CSSPropertyAnimationWrapperMap):
     16
    1172021-05-27  Tim Horton  <timothy_horton@apple.com>
    218
  • trunk/Source/WebCore/animation/CSSPropertyAnimation.cpp

    r276643 r278173  
    4949#include "FontTaggedSettings.h"
    5050#include "GapLength.h"
     51#include "GridPositionsResolver.h"
    5152#include "IdentityTransformOperation.h"
    5253#include "LengthPoint.h"
     
    697698    void (RenderStyle::*m_setter)(T);
    698699};
     700
     701template <GridTrackSizingDirection>
     702class GridTemplateTracksWrapper : public AnimationPropertyWrapperBase {
     703    WTF_MAKE_FAST_ALLOCATED;
     704public:
     705    GridTemplateTracksWrapper();
     706
     707private:
     708    bool canInterpolate(const RenderStyle&, const RenderStyle&) const final { return false; }
     709
     710    bool equals(const RenderStyle& a, const RenderStyle& b) const override
     711    {
     712        return m_gridTracksWrapper.equals(a, b) && m_autoRepeatTracksWrapper.equals(a, b) && m_gridAutoRepeatTypeTracksWrapper.equals(a, b) && m_gridAutoRepeatInsertionPointTracksWrapper.equals(a, b) && m_orderedNamedGridLinesTracksWrapper.equals(a, b) && m_autoRepeatOrderedNamedGridLinesTracksWrapper.equals(a, b);
     713    }
     714
     715    void blend(RenderStyle& destination, const RenderStyle& from, const RenderStyle& to, const CSSPropertyBlendingContext& context) const final
     716    {
     717        m_gridTracksWrapper.blend(destination, from, to, context);
     718        m_autoRepeatTracksWrapper.blend(destination, from, to, context);
     719        m_gridAutoRepeatTypeTracksWrapper.blend(destination, from, to, context);
     720        m_gridAutoRepeatInsertionPointTracksWrapper.blend(destination, from, to, context);
     721        m_orderedNamedGridLinesTracksWrapper.blend(destination, from, to, context);
     722        m_autoRepeatOrderedNamedGridLinesTracksWrapper.blend(destination, from, to, context);
     723    }
     724
     725#if !LOG_DISABLED
     726    void logBlend(const RenderStyle& from, const RenderStyle& to, const RenderStyle& destination, double progress) const final
     727    {
     728        m_gridTracksWrapper.logBlend(from, to, destination, progress);
     729        m_autoRepeatTracksWrapper.logBlend(from, to, destination, progress);
     730        m_gridAutoRepeatTypeTracksWrapper.logBlend(from, to, destination, progress);
     731        m_gridAutoRepeatInsertionPointTracksWrapper.logBlend(from, to, destination, progress);
     732        m_orderedNamedGridLinesTracksWrapper.logBlend(from, to, destination, progress);
     733        m_autoRepeatOrderedNamedGridLinesTracksWrapper.logBlend(from, to, destination, progress);
     734    }
     735#endif
     736
     737    DiscretePropertyWrapper<const Vector<GridTrackSize>&> m_gridTracksWrapper;
     738    DiscretePropertyWrapper<const Vector<GridTrackSize>&> m_autoRepeatTracksWrapper;
     739    DiscretePropertyWrapper<AutoRepeatType> m_gridAutoRepeatTypeTracksWrapper;
     740    DiscretePropertyWrapper<unsigned> m_gridAutoRepeatInsertionPointTracksWrapper;
     741    DiscretePropertyWrapper<const OrderedNamedGridLinesMap&> m_orderedNamedGridLinesTracksWrapper;
     742    DiscretePropertyWrapper<const OrderedNamedGridLinesMap&> m_autoRepeatOrderedNamedGridLinesTracksWrapper;
     743};
     744
     745template <>
     746GridTemplateTracksWrapper<ForColumns>::GridTemplateTracksWrapper()
     747    : AnimationPropertyWrapperBase(CSSPropertyGridTemplateColumns)
     748    , m_gridTracksWrapper(DiscretePropertyWrapper<const Vector<GridTrackSize>&>(CSSPropertyGridTemplateColumns, &RenderStyle::gridColumns, &RenderStyle::setGridColumns))
     749    , m_autoRepeatTracksWrapper(DiscretePropertyWrapper<const Vector<GridTrackSize>&>(CSSPropertyGridTemplateColumns, &RenderStyle::gridAutoRepeatColumns, &RenderStyle::setGridAutoRepeatColumns))
     750    , m_gridAutoRepeatTypeTracksWrapper(DiscretePropertyWrapper<AutoRepeatType>(CSSPropertyGridTemplateColumns, &RenderStyle::gridAutoRepeatColumnsType, &RenderStyle::setGridAutoRepeatColumnsType))
     751    , m_gridAutoRepeatInsertionPointTracksWrapper(DiscretePropertyWrapper<unsigned>(CSSPropertyGridTemplateColumns, &RenderStyle::gridAutoRepeatColumnsInsertionPoint, &RenderStyle::setGridAutoRepeatColumnsInsertionPoint))
     752    , m_orderedNamedGridLinesTracksWrapper(DiscretePropertyWrapper<const OrderedNamedGridLinesMap&>(CSSPropertyGridTemplateColumns, &RenderStyle::orderedNamedGridColumnLines, &RenderStyle::setOrderedNamedGridColumnLines))
     753    , m_autoRepeatOrderedNamedGridLinesTracksWrapper(DiscretePropertyWrapper<const OrderedNamedGridLinesMap&>(CSSPropertyGridTemplateColumns, &RenderStyle::autoRepeatOrderedNamedGridColumnLines, &RenderStyle::setAutoRepeatOrderedNamedGridColumnLines))
     754{
     755}
     756
     757template <>
     758GridTemplateTracksWrapper<ForRows>::GridTemplateTracksWrapper()
     759    : AnimationPropertyWrapperBase(CSSPropertyGridTemplateRows)
     760    , m_gridTracksWrapper(DiscretePropertyWrapper<const Vector<GridTrackSize>&>(CSSPropertyGridTemplateRows, &RenderStyle::gridRows, &RenderStyle::setGridRows))
     761    , m_autoRepeatTracksWrapper(DiscretePropertyWrapper<const Vector<GridTrackSize>&>(CSSPropertyGridTemplateRows, &RenderStyle::gridAutoRepeatRows, &RenderStyle::setGridAutoRepeatRows))
     762    , m_gridAutoRepeatTypeTracksWrapper(DiscretePropertyWrapper<AutoRepeatType>(CSSPropertyGridTemplateRows, &RenderStyle::gridAutoRepeatRowsType, &RenderStyle::setGridAutoRepeatRowsType))
     763    , m_gridAutoRepeatInsertionPointTracksWrapper(DiscretePropertyWrapper<unsigned>(CSSPropertyGridTemplateRows, &RenderStyle::gridAutoRepeatRowsInsertionPoint, &RenderStyle::setGridAutoRepeatRowsInsertionPoint))
     764    , m_orderedNamedGridLinesTracksWrapper(DiscretePropertyWrapper<const OrderedNamedGridLinesMap&>(CSSPropertyGridTemplateRows, &RenderStyle::orderedNamedGridRowLines, &RenderStyle::setOrderedNamedGridRowLines))
     765    , m_autoRepeatOrderedNamedGridLinesTracksWrapper(DiscretePropertyWrapper<const OrderedNamedGridLinesMap&>(CSSPropertyGridTemplateRows, &RenderStyle::autoRepeatOrderedNamedGridRowLines, &RenderStyle::setAutoRepeatOrderedNamedGridRowLines))
     766{
     767}
    699768
    700769class BorderImageRepeatWrapper final : public AnimationPropertyWrapperBase {
     
    24192488        new DiscretePropertyWrapper<GridAutoFlow>(CSSPropertyGridAutoFlow, &RenderStyle::gridAutoFlow, &RenderStyle::setGridAutoFlow),
    24202489        new DiscretePropertyWrapper<const Vector<GridTrackSize>&>(CSSPropertyGridAutoRows, &RenderStyle::gridAutoRows, &RenderStyle::setGridAutoRows),
     2490        new GridTemplateTracksWrapper<ForColumns>,
     2491        new GridTemplateTracksWrapper<ForRows>,
    24212492        new DiscretePropertyWrapper<const GridPosition&>(CSSPropertyGridColumnEnd, &RenderStyle::gridItemColumnEnd, &RenderStyle::setGridItemColumnEnd),
    24222493        new DiscretePropertyWrapper<const GridPosition&>(CSSPropertyGridColumnStart, &RenderStyle::gridItemColumnStart, &RenderStyle::setGridItemColumnStart),
Note: See TracChangeset for help on using the changeset viewer.