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

Unified Diff: ppapi/native_client/tests/nacl_browser/browser_startup_time/browser_startup_time.html

Issue 10914053: Relocating files in the nacl repo that belong in chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 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 side-by-side diff with in-line comments
Download patch
Index: ppapi/native_client/tests/nacl_browser/browser_startup_time/browser_startup_time.html
diff --git a/ppapi/native_client/tests/nacl_browser/browser_startup_time/browser_startup_time.html b/ppapi/native_client/tests/nacl_browser/browser_startup_time/browser_startup_time.html
new file mode 100644
index 0000000000000000000000000000000000000000..bec7cfe493d91252fe012f19b4e869e5523129f3
--- /dev/null
+++ b/ppapi/native_client/tests/nacl_browser/browser_startup_time/browser_startup_time.html
@@ -0,0 +1,23 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+ <!-- Copyright (c) 2011 The Chromium Authors. All rights reserved. -->
+ <!-- Measures startup time for ppapi_test_example (a dependency). -->
+ <head>
+ <title> Startup Timing Test </title>
+ <script type="text/javascript" src="nacltest.js"></script>
+ <script type="text/javascript" src="browser_startup_time.js"></script>
+ </head>
+ <body>
+ <h1>Startup Timing Test</h1>
+ <embed type="application/x-nacl" id="nacl_server"
+ name="nacl_module" width="0" height="0"
+ src="browser_startup_time.nmf" />
+ <script type="text/javascript">
+ //<![CDATA[
+ var loadingTester = new LoadingTester($('nacl_server'));
+ loadingTester.setupLoad();
+ //]]>
+ </script>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698