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

Unified Diff: tests/pnacl_client_translator/pnacl_test_example.html

Issue 9264026: Add support for generating nmfs for pnacl pexes with glibc (vs pnacl nexes). (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: add search path args for psos Created 8 years, 11 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
« no previous file with comments | « site_scons/site_tools/naclsdk.py ('k') | tests/pnacl_client_translator/pnacl_test_example.nmf » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/pnacl_client_translator/pnacl_test_example.html
diff --git a/tests/pnacl_client_translator/pnacl_test_example.html b/tests/pnacl_client_translator/pnacl_test_example.html
index 21f0a157aeb350bd3a69bf369a55c46ba0b2124f..2592c7b4b327c5d9ff223d1507bbf17399e6c49b 100644
--- a/tests/pnacl_client_translator/pnacl_test_example.html
+++ b/tests/pnacl_client_translator/pnacl_test_example.html
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
- Copyright (c) 2011 The Native Client Authors. All rights reserved.
+ Copyright (c) 2012 The Native Client Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
@@ -41,19 +41,21 @@
<body onload="pageDidLoad()">
<h1>PNACL Test Example</h1>
+
<embed type="application/x-nacl" id="test_nexe"
name="nacl_module"
src="pnacl_test_example.nmf"
- width="0" height="0" />
+ width="20" height="20"
+ style="background-color:gray" />
- <script type="text/javascript">
- //<![CDATA[
- var tester = new Tester();
- setupTests(tester, $('test_nexe'));
- tester.waitFor($('test_nexe'));
- tester.run();
- //]]>
- </script>
+ <script type="text/javascript">
+ //<![CDATA[
+ var tester = new Tester();
+ setupTests(tester, $('test_nexe'));
+ tester.waitFor($('test_nexe'));
+ tester.run();
+ //]]>
+ </script>
<p> This should tick when the UI thread is not blocked:</p>
<div id="counter_area"> 0.0 </div>
« no previous file with comments | « site_scons/site_tools/naclsdk.py ('k') | tests/pnacl_client_translator/pnacl_test_example.nmf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698