diff options
author | elijahtaylor@google.com <elijahtaylor@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-19 07:29:27 +0000 |
---|---|---|
committer | elijahtaylor@google.com <elijahtaylor@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-19 07:29:27 +0000 |
commit | 92298bc72a20d927aaf18f7c79c983fbf4d8672a (patch) | |
tree | 3eac19db4d5839d6b528e05ed68d953c6826ad79 /chrome/test | |
parent | 36568926d6b8f29d7b3092969850fe40c2e2661f (diff) | |
download | chromium_src-92298bc72a20d927aaf18f7c79c983fbf4d8672a.zip chromium_src-92298bc72a20d927aaf18f7c79c983fbf4d8672a.tar.gz chromium_src-92298bc72a20d927aaf18f7c79c983fbf4d8672a.tar.bz2 |
Disable NaCl on 32-bit linux, also disable NaCl extension/store tests for that platform.
BUG=93165
TEST=manual
re-roll of http://codereview.chromium.org/7670055/, was reverted because tests weren't disabled.
Review URL: http://codereview.chromium.org/7621068
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97440 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/data/extensions/native_client/test.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/test/data/extensions/native_client/test.html b/chrome/test/data/extensions/native_client/test.html index f2180c7..e887a8a 100644 --- a/chrome/test/data/extensions/native_client/test.html +++ b/chrome/test/data/extensions/native_client/test.html @@ -39,6 +39,9 @@ the plugin was created or blocked in either case. </head> <body> + <script> + setListeners(document.body); + </script> <embed id="embedded" class="naclModule" type="application/x-nacl" @@ -49,8 +52,5 @@ the plugin was created or blocked in either case. type="application/pdf" src="test.pdf"> </embed> - <script> - setListeners(document.body); - </script> </body> </html> |