CSS Transitions Module Level 1 CR Test Suite

Starting of transitions (4 tests)

Test Refs Flags Info
+ 3 Starting of transitions
changing-while-transition DOM/JSScript behavior when transition parameters change while transitioning
  • Test checks that all transitions run properly when property or duration is changed mid-run
properties-value-inherit-001 DOM/JSScript transitioning inherited property values
  • Test checks that inherited property values that are transitioned on a parent element don't start a transition
properties-value-inherit-002 DOM/JSScript transitioning inherited property values
  • Test checks that inherited property values that are not transitioned on a parent element start a transition
properties-value-inherit-003 DOM/JSScript transitioning implicitly inherited property values
  • Test checks that implicitly inherited property values that are transitioned on a parent element don't start a transition
+ 3.1 Automatically reversing interrupted transitions