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

Side by Side Diff: ppapi/native_client/tests/ppapi_browser/progress_events/ppapi_progress_events.html

Issue 7778046: Update Native Client Authors to be Chromium Authors for the code moved from the (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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 | 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"> 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html> 3 <html>
4 <!-- Copyright (c) 2011 The Native Client Authors. All rights reserved. 4 <!-- Copyright (c) 2011 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. --> 6 found in the LICENSE file. -->
7 <head> 7 <head>
8 <title>PPAPI Runtime Feature Test</title> 8 <title>PPAPI Runtime Feature Test</title>
9 <meta HTTP-EQUIV="Pragma" CONTENT="no-cache" /> 9 <meta HTTP-EQUIV="Pragma" CONTENT="no-cache" />
10 <meta HTTP-EQUIV="Expires" CONTENT="-1" /> 10 <meta HTTP-EQUIV="Expires" CONTENT="-1" />
11 <script type="text/javascript" src="nacltest.js"></script> 11 <script type="text/javascript" src="nacltest.js"></script>
12 <script type="text/javascript" src="ppapi_progress_events.js"></script> 12 <script type="text/javascript" src="ppapi_progress_events.js"></script>
13 </head> 13 </head>
14 14
(...skipping 24 matching lines...) Expand all
39 width=0 height=0 39 width=0 height=0
40 src="ppapi_progress_events.nmf" 40 src="ppapi_progress_events.nmf"
41 type="application/x-nacl" /> 41 type="application/x-nacl" />
42 <script type="text/javascript"> 42 <script type="text/javascript">
43 //<![CDATA[ 43 //<![CDATA[
44 runTests(); 44 runTests();
45 //]]> 45 //]]>
46 </script> 46 </script>
47 </body> 47 </body>
48 </html> 48 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698