| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index 3be4238f12b88fa473b9ea4582ae3e9d9591553e..7dc473af277f594af083ab1afbb218e5b277b62d 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -61,16 +61,11 @@
|
| [RaisesException] boolean hasSelectorForAttributeInShadow(Element host, DOMString attributeName);
|
| [RaisesException] boolean hasSelectorForPseudoClassInShadow(Element host, DOMString pseudoClass);
|
|
|
| - // CSS Animation testing.
|
| + // CSS Animation and Transition testing.
|
| unsigned long numberOfActiveAnimations();
|
| [RaisesException] void suspendAnimations(Document document);
|
| [RaisesException] void resumeAnimations(Document document);
|
| - [RaisesException] boolean pauseAnimationAtTimeOnElement(DOMString animationName, double pauseTime, Element element);
|
| - [RaisesException] boolean pauseAnimationAtTimeOnPseudoElement(DOMString animationName, double pauseTime, Element element, DOMString pseudoId);
|
| -
|
| - // CSS Transition testing.
|
| - [RaisesException] boolean pauseTransitionAtTimeOnElement(DOMString propertyName, double pauseTime, Element element);
|
| - [RaisesException] boolean pauseTransitionAtTimeOnPseudoElement(DOMString property, double pauseTime, Element element, DOMString pseudoId);
|
| + [RaisesException] void pauseAnimations(double pauseTime);
|
|
|
| [RaisesException] Node nextSiblingByWalker(Node node);
|
| [RaisesException] Node firstChildByWalker(Node node);
|
|
|