Navigation Menu

Skip to content

Commit

Permalink
Added stdlib test for browser
Browse files Browse the repository at this point in the history
  • Loading branch information
chubas committed Jan 12, 2014
1 parent c368038 commit 665d890
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser.html → test/neon_browser.html
Expand Up @@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<title>Neon</title> <title>Neon</title>
<script src="../neon.js" type="text/javascript"></script> <script src="../lib/neon.js" type="text/javascript"></script>
<script src="neon_test.js" type="text/javascript"></script> <script src="neon_test.js" type="text/javascript"></script>
</head> </head>
<body> <body>
Expand Down
15 changes: 15 additions & 0 deletions test/neon_stdlib_browser.html
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>Neon</title>
<script src="../lib/neon.js" type="text/javascript"></script>
<script src="../lib/stdlib/node_support.js" type="text/javascript"></script>
<script src="../lib/stdlib/custom_event.js" type="text/javascript"></script>
<script src="../lib/stdlib/custom_event_support.js" type="text/javascript"></script>
<script src="../lib/stdlib/bubbling_support.js" type="text/javascript"></script>
<script src="neon_stdlib_test.js" type="text/javascript"></script>
</head>
<body>
<h1>Neon</h1>
</body>
</html>

0 comments on commit 665d890

Please sign in to comment.