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

Unified Diff: chrome/test/data/extensions/native_client/test.html

Issue 7621068: Disable NaCl on 32-bit linux, also disable NaCl extension/store tests for that platform. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 | « chrome/renderer/chrome_content_renderer_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/native_client/test.html
===================================================================
--- chrome/test/data/extensions/native_client/test.html (revision 97323)
+++ chrome/test/data/extensions/native_client/test.html (working copy)
@@ -39,6 +39,9 @@
</head>
<body>
+ <script>
+ setListeners(document.body);
+ </script>
<embed id="embedded"
class="naclModule"
type="application/x-nacl"
@@ -49,8 +52,5 @@
type="application/pdf"
src="test.pdf">
</embed>
- <script>
- setListeners(document.body);
- </script>
</body>
</html>
« no previous file with comments | « chrome/renderer/chrome_content_renderer_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698