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

Side by Side Diff: tests/photo/photo.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns= "http://www.w3.org/1999/xhtml"> 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns= "http://www.w3.org/1999/xhtml">
3 <head> 3 <head>
4 <title>Darkroom Demo</title> 4 <title>Darkroom Demo</title>
5 <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> 5 <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
6 <META HTTP-EQUIV="Expires" CONTENT="-1"> 6 <META HTTP-EQUIV="Expires" CONTENT="-1">
7 7
8 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 8 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
9 <meta http-equiv="cache-control" content="no-cache" /> 9 <meta http-equiv="cache-control" content="no-cache" />
10 10
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 <p> 212 <p>
213 </p> 213 </p>
214 <span style="color:lightgray"> 214 <span style="color:lightgray">
215 215
216 216
217 <table> 217 <table>
218 <tr> 218 <tr>
219 <td> 219 <td>
220 <embed name="nacl_module" 220 <embed name="nacl_module"
221 id="pluginobj" 221 id="pluginobj"
222 src="photo.nexe" 222 nexe="photo"
223 type="application/x-nacl-srpc" 223 type="application/x-nacl-srpc"
224 width=620 224 width=620
225 height=420> 225 height=420>
226 <noembed>
227 Your browser does not appear to support Native Client.
228 Visit http://code.google.com/p/nativeclient/ to get started.
229 <noembed/>
230 </embed>
226 </td> 231 </td>
227 232
228 <td valign="top" > 233 <td valign="top" >
229 234
230 235
231 <table width="500px" cellspacing="0px" cellpadding="0px" > 236 <table width="500px" cellspacing="0px" cellpadding="0px" >
232 237
233 <tr> 238 <tr>
234 <td> 239 <td>
235 Exposure 240 Exposure
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 <br> 669 <br>
665 670
666 </span> 671 </span>
667 672
668 <br> 673 <br>
669 674
670 675
671 </body> 676 </body>
672 </html> 677 </html>
673 678
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698