| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index 0f1d00780f4045b898ab93a7a82426c2cc09552d..3662d822bee52be14f797023babd5948c73fe459 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -280,6 +280,9 @@
|
|
|
| DOMString serializeNavigationMarkup();
|
| void hideAllTransitionElements();
|
| + void showAllTransitionElements();
|
| + void enableExitTransitionStylesheets();
|
| + void disableExitTransitionStylesheets();
|
|
|
| [RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLElement plugin, DocumentFragment fragment);
|
| [RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLElement plugin, Dictionary options);
|
|
|