Skip to content

Commit c89e09f

Browse files
committed
Merge branch 'master' of https://github.com/cocos2d/cocos2d-js-tests into Cocostudio
2 parents 7b61ea5 + 1264140 commit c89e09f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

tests/mobilePage.html

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE HTML>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Cocos2d-HTML5 Test Cases</title>
6+
<link rel="icon"
7+
type="image/GIF"
8+
href="res/Images/favicon.ico"/>
9+
<meta name="viewport" id="viewport" content="width=480,user-scalable=no" />
10+
11+
<style>
12+
body, canvas, div {
13+
-moz-user-select: none;
14+
-webkit-user-select: none;
15+
-ms-user-select: none;
16+
-khtml-user-select: none;
17+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
18+
}
19+
</style>
20+
</head>
21+
<body style="padding:0; margin: 0; background: #fff;">
22+
<canvas id="gameCanvas" width="480" height="320"></canvas>
23+
<script src="tests-boot-html5.js"></script>
24+
</body>
25+
</html>

0 commit comments

Comments
 (0)