| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index 78b486c520e192adbe3e14e2f3629124958c852d..0ad5a9098dfe28b1e27b4ed69639779d7f6fa7f6 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -286,6 +286,8 @@
|
| ClientRectList getTransitionElementRects();
|
| void hideAllTransitionElements();
|
| void showAllTransitionElements();
|
| + void enableExitTransitionStylesheets();
|
| + void disableExitTransitionStylesheets();
|
|
|
| [RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLElement plugin, DocumentFragment fragment);
|
| [RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLElement plugin, PluginPlaceholderOptions options);
|
|
|