| Index: tests/ruby/ruby.html
|
| ===================================================================
|
| --- tests/ruby/ruby.html (revision 0)
|
| +++ tests/ruby/ruby.html (revision 0)
|
| @@ -0,0 +1,26 @@
|
| +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
| +<html>
|
| +<head>
|
| + <title>Native Client Ruby demo</title>
|
| +
|
| +<script type="text/javascript" src="ruby.js">
|
| +</script>
|
| +
|
| +</head>
|
| +<body id="bodyId" onload="start()" onunload="doUnload()">
|
| +
|
| +<h1>Native Client Ruby demo</h1>
|
| +
|
| +<embed id="client" type="application/x-nacl-srpc"
|
| + width="0" height="0" src="ruby.nexe" />
|
| +
|
| +<br>
|
| +<form onsubmit='doExecute(); return false;' action="/">
|
| +<input id='rubyCode' type='text' size='100' value='puts "hi! I am Ruby."'>
|
| +<input id='execute' type='submit' value='execute'>
|
| +</form>
|
| +<div id='output'>
|
| +</div>
|
| +
|
| +</body>
|
| +</html>
|
|
|
| Property changes on: tests/ruby/ruby.html
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|