Index: Source/modules/presentation/NavigatorPresentation.idl |
diff --git a/Source/bindings/tests/idls/TestInterfaceDocument.idl b/Source/modules/presentation/NavigatorPresentation.idl |
similarity index 90% |
copy from Source/bindings/tests/idls/TestInterfaceDocument.idl |
copy to Source/modules/presentation/NavigatorPresentation.idl |
index 2a687e871a44bace871a2d7b65243bbbdedc7339..f2ec4aa7fad9b459a17440f58bb107b6c25978a9 100644 |
--- a/Source/bindings/tests/idls/TestInterfaceDocument.idl |
+++ b/Source/modules/presentation/NavigatorPresentation.idl |
@@ -28,5 +28,8 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-interface TestInterfaceDocument : Document { |
+// http://webscreens.github.io/presentation-api/#presentation-extension-to-navigator |
+ |
+partial interface Navigator { |
+ readonly attribute Presentation presentation; |
}; |