| 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="/"> | 
|  |