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

Side by Side Diff: experimental/webgtt/tests/nacltest/webgtt_test.html

Issue 10928195: First round of dead file removal (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: Created 8 years, 3 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html lang="en" il8n-values="dir:textdirection">
3 <head>
4 <meta charset="utf-8" />
5 <title>WebGTT Test</title>
6 <script type="text/javascript" src="nacltest.js"></script>
7 <script type="text/javascript" src="webgtt_test.js"></script>
8 </head>
9 <body onload="main()">
10 <section id="nacltest">
11 <header>
12 <h1>WebGTT Test</h1>
13 </header>
14 <embed type="application/x-nacl" id="webgtt_test"
15 name="nacl_module"
16 src="webgtt.nmf"
17 width=0 height=0 />
18 </section>
19 </body>
20 </html>
OLDNEW
« no previous file with comments | « experimental/webgtt/tests/nacltest/test.scons ('k') | experimental/webgtt/tests/nacltest/webgtt_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698