We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a490a61 commit d695516Copy full SHA for d695516
tests/app_tests/external/index.html
@@ -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
15
+ <a href="http://get.webgl.org">WebGL</a>
16
17
18
19
+ <a href="https://apprtc.appspot.com">WebRTC</a>
20
21
22
23
+ <a href="mailto:owenc4a4@gmail.com?subject=new work&body=Hello I am cloud.">mailto</a>
24
25
+</body>
26
+</html>
tests/app_tests/external/package.json
@@ -0,0 +1,4 @@
+{
+ "name": "nw-demo",
+ "main": "index.html"
+}
0 commit comments