2018-05-14 Antoine Quint <graouts@apple.com>
+ [Web Animations] Tests using the new animation engine may crash under WebCore::FrameView::didDestroyRenderTree when using internals methods
+ https://bugs.webkit.org/show_bug.cgi?id=185612
+ <rdar://problem/39579344>
+
+ Reviewed by Dean Jackson.
+
+ Add a new internals.pseudoElement() method to obtain a pseudo element matching a given pseudo-id. This is necessary to be able to move off
+ internals.pauseTransitionAtTimeOnPseudoElement() and internals.pauseAnimationAtTimeOnPseudoElement() for Web Animations testing.
+
+ * testing/Internals.cpp:
+ (WebCore::Internals::pseudoElement):
+ * testing/Internals.h:
+ * testing/Internals.idl:
+
+2018-05-14 Antoine Quint <graouts@apple.com>
+
REGRESSION (r230574): Interrupted hardware transitions don't behave correctly
https://bugs.webkit.org/show_bug.cgi?id=185299
<rdar://problem/39630230>