Pass | Interpolated value is observable | Asserts runPass | assert_equals("rgb(15, 15, 15)", "rgb(15, 15, 15)")
at Test.<anonymous> ( /css/css-animations/animation-important-001.html:74:3) |
|
Pass | Important rules override animations | Asserts runPass | assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
at Test.<anonymous> ( /css/css-animations/animation-important-001.html:78:3) |
|
Pass | Non-overriden interpolations are observable | Asserts runPass | assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
at Test.<anonymous> ( /css/css-animations/animation-important-001.html:82:3) | Pass | assert_equals("rgb(15, 15, 15)", "rgb(15, 15, 15)")
at Test.<anonymous> ( /css/css-animations/animation-important-001.html:83:3) |
|
Pass | Important rules override animations (::before) | Asserts runPass | assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
at Test.<anonymous> ( /css/css-animations/animation-important-001.html:87:3) | Pass | assert_equals("rgb(15, 15, 15)", "rgb(15, 15, 15)")
at Test.<anonymous> ( /css/css-animations/animation-important-001.html:88:3) |
|
Pass | Important rules do not override animations on :visited as seen from JS | Asserts runPass | assert_equals("rgb(15, 15, 15)", "rgb(15, 15, 15)")
at Test.<anonymous> ( /css/css-animations/animation-important-001.html:92:3) | Pass | assert_equals("rgb(15, 15, 15)", "rgb(15, 15, 15)")
at Test.<anonymous> ( /css/css-animations/animation-important-001.html:93:3) |
|
Pass | Standard property animations appearing via setKeyframes do not override important declarations | Asserts runPass | assert_equals("rgb(15, 15, 15)", "rgb(15, 15, 15)")
at Test.<anonymous> ( /css/css-animations/animation-important-001.html:108:3) | Pass | assert_equals("rgb(255, 255, 255)", "rgb(255, 255, 255)")
at Test.<anonymous> ( /css/css-animations/animation-important-001.html:109:3) | Pass | assert_equals("rgb(255, 255, 255)", "rgb(255, 255, 255)")
at Test.<anonymous> ( /css/css-animations/animation-important-001.html:116:3) | Pass | assert_equals("rgb(255, 255, 255)", "rgb(255, 255, 255)")
at Test.<anonymous> ( /css/css-animations/animation-important-001.html:117:3) |
|
Pass | Custom property animations appearing via setKeyframes do not override important declarations | Asserts runPass | assert_equals("150px", "150px")
at Test.<anonymous> ( /css/css-animations/animation-important-001.html:132:3) | Pass | assert_equals("10px", "10px")
at Test.<anonymous> ( /css/css-animations/animation-important-001.html:133:3) | Pass | assert_equals("10px", "10px")
at Test.<anonymous> ( /css/css-animations/animation-important-001.html:140:3) | Pass | assert_equals("10px", "10px")
at Test.<anonymous> ( /css/css-animations/animation-important-001.html:141:3) |
|