Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: tests/ruby/ruby.html

Issue 440018: Ruby for NaCl. Please assign the appropriate reviewer. (Closed) Base URL: http://nativeclient.googlecode.com/svn/trunk/src/native_client/
Patch Set: '' Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/ruby/main.c ('k') | tests/ruby/ruby.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « tests/ruby/main.c ('k') | tests/ruby/ruby.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698