• Root nodes for the duration of their CSS transitions.

    This ensures that we can pass a node address as part of the asynchronous
    transition end notification, making it safe to fire the corresponding
    DOM event on the node from the script thread. Without explicitly rooting
    this node when the transition starts, we risk the node being GCed before
    the transition is complete.
    jdm committed May 15, 2017