Upstream version 10.38.208.0
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / examples / api / desktopCapture / index.html
index 57b3d37..f8db183 100644 (file)
 </head>
 <body>
   <video id="video" autoplay></video>
-  <p><button id="start">Start</button><button id="cancel">Cancel</button></p>
+  <p>
+    <button id="start">Start</button>
+    <button id="cancel">Cancel</button>
+    <button id="startFromBackgroundPage">Start from background page</button>
+  </p>
   <script src="app.js"></script>
 </body>
 </html>