| Index: tests/cdom_perf/cdom_perf.html | 
| =================================================================== | 
| --- tests/cdom_perf/cdom_perf.html	(revision 1695) | 
| +++ tests/cdom_perf/cdom_perf.html	(working copy) | 
| @@ -142,8 +142,13 @@ | 
| <embed name="nacl_module" | 
| id="embed1" | 
| width=0 height=0 | 
| -         src="cdom_perf.nexe" | 
| -         type="application/x-nacl-srpc" /> | 
| +         nexe="cdom_perf" | 
| +         type="application/x-nacl-srpc"> | 
| +      <noembed> | 
| +        Your browser does not appear to support Native Client. | 
| +        Visit http://code.google.com/p/nativeclient/ to get started. | 
| +      <noembed/> | 
| +    </embed> | 
| <h1>HTML Table Generation: JavaScript versus C </h1> | 
| <table cellpadding=5% summary="Control panel on left, output on right"> | 
| <tr> | 
|  |