|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
5 | 5 | <meta http-equiv="X-UA-Compatible" value="IE=9"> |
6 | 6 | <link rel="stylesheet" href="../../demo/default.css" /> |
7 | | -<link rel="stylesheet" href="../../build/base.css" /> |
8 | | -<link rel="stylesheet" href="fontalias.css" /> |
| 7 | +<link rel="stylesheet" href="../../build/style.css" /> |
9 | 8 | <!-- Run 'make' to build the file --> |
10 | 9 | <script src="../../build/CommentCoreLibrary.js"></script> |
11 | 10 |
|
|
18 | 17 | <title>Testrun Sandbox For CCL /w Scripting Enabled</title> |
19 | 18 | </head> |
20 | 19 | <body> |
21 | | -<div class="m20 abp" id="player"> |
22 | | - <div id="commentCanvas" class="container"></div> |
23 | | - <video id="abpVideo" autobuffer="true" data-setup="{}" width="100%" height="100%" style="z-index:-1;width:100%;height:100%;top:0;left:0;right:0;bottom:0;" preload="auto"> |
24 | | - </video> |
| 20 | +<div id="player-unit" style="width:540px;"> |
| 21 | + <div class="m20 abp" id="player" style="height:384px;"> |
| 22 | + <div id="commentCanvas" class="container"></div> |
| 23 | + <video id="abpVideo" autobuffer="true" data-setup="{}" width="100%" height="100%" style="z-index:-1;width:100%;height:100%;top:0;left:0;right:0;bottom:0;" preload="auto"> |
| 24 | + </video> |
| 25 | + </div> |
| 26 | + <div class="controls"> |
| 27 | + <a class="button" onclick="stop();" href="javascript:;">Stop</a> |
| 28 | + <a class="button" onclick="resume();" href="javascript:;">Resume</a> |
| 29 | + <div style="clear:both;"></div> |
| 30 | + <div> |
| 31 | + <h2>Tests</h2> |
| 32 | + <div class="controls"> |
| 33 | + <a class="button" onclick="load('../../tests/kanpai.xml');" href="javascript:;">Run Scripting 1 (Pure)</a> |
| 34 | + <a class="button" onclick="load('../../tests/tsubasa.xml');" href="javascript:;">Run Scripting 2 (Mixed)</a> |
| 35 | + <div style="clear:both;"></div> |
| 36 | + </div> |
| 37 | + <div style="clear:both;"></div> |
25 | 38 | </div> |
26 | | -<a onclick="stop();" href="javascript:;">Stop</a> |
27 | | -<a onclick="resume();" href="javascript:;">Resume</a> |
28 | | -<a onclick="load('../../tests/kanpai.xml');" href="javascript:;">Run Scripting 1 (Pure)</a> |
29 | | -<a onclick="load('../../tests/tsubasa.xml');" href="javascript:;">Run Scripting 2 (Mixed)</a> |
30 | | - |
31 | 39 | <p>Scripting: <a href="../../demo/">← Back to main test</a> </p> |
32 | 40 | <script> |
33 | 41 | var isWindowedFullscreen = false; |
|
0 commit comments