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

Unified Diff: tests/ruby/ruby.html

Issue 1092005: Issue 1092005 (Closed) Base URL: http://nativeclient.googlecode.com/svn/trunk/src/native_client/
Patch Set: Created 10 years, 9 months 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
Index: tests/ruby/ruby.html
===================================================================
--- tests/ruby/ruby.html (revision 1695)
+++ tests/ruby/ruby.html (working copy)
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
<title>Native Client Ruby demo</title>
@@ -13,7 +12,12 @@
<h1>Native Client Ruby demo</h1>
<embed id="client" type="application/x-nacl-srpc"
- width="0" height="0" src="ruby.nexe" />
+ width="0" height="0" nexe="ruby">
+ <noembed>
+ Your browser does not appear to support Native Client.
+ Visit http://code.google.com/p/nativeclient/ to get started.
+ <noembed/>
+</embed>
<br>
<form onsubmit='doExecute(); return false;' action="/">

Powered by Google App Engine
This is Rietveld 408576698