Skip to content

Commit d695516

Browse files
committed
[test]add some website for test
1 parent a490a61 commit d695516

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

tests/app_tests/external/index.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<html>
2+
<head>
3+
</head>
4+
<body>
5+
<script>
6+
var gui = require('nw.gui');
7+
8+
</script>
9+
10+
<div>
11+
<a href="http://html5test.com">WebGL</a>
12+
</div>
13+
14+
<div>
15+
<a href="http://get.webgl.org">WebGL</a>
16+
</div>
17+
18+
<div>
19+
<a href="https://apprtc.appspot.com">WebRTC</a>
20+
</div>
21+
22+
<div>
23+
<a href="mailto:owenc4a4@gmail.com?subject=new work&body=Hello I am cloud.">mailto</a>
24+
</div>
25+
</body>
26+
</html>

tests/app_tests/external/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "nw-demo",
3+
"main": "index.html"
4+
}

0 commit comments

Comments
 (0)