diff options
Diffstat (limited to 'StoneIsland/plugins/cordova-plugin-inappbrowser/tests/resources/video.html')
| -rw-r--r--[-rwxr-xr-x] | StoneIsland/plugins/cordova-plugin-inappbrowser/tests/resources/video.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/StoneIsland/plugins/cordova-plugin-inappbrowser/tests/resources/video.html b/StoneIsland/plugins/cordova-plugin-inappbrowser/tests/resources/video.html index 64ea3d11..4f167f8c 100755..100644 --- a/StoneIsland/plugins/cordova-plugin-inappbrowser/tests/resources/video.html +++ b/StoneIsland/plugins/cordova-plugin-inappbrowser/tests/resources/video.html @@ -38,5 +38,8 @@ <button onclick="document.getElementById('player').play()"> play </button> <button onclick="document.getElementById('player').pause()"> pause </button> </div> + <script> + document.getElementById('player').play(); + </script> </body> </html> |
