Chromium Code Reviews| Index: chrome/test/data/nacl/nonsfi/irt_test.html |
| diff --git a/chrome/test/data/nacl/nonsfi/irt_test.html b/chrome/test/data/nacl/nonsfi/irt_test.html |
| index 8094627e084f50d0075eed68a4819cf60369e26c..ca450af1286bc8d6f0c67736265cea369f7ae7cc 100644 |
| --- a/chrome/test/data/nacl/nonsfi/irt_test.html |
| +++ b/chrome/test/data/nacl/nonsfi/irt_test.html |
| @@ -18,7 +18,7 @@ function create(manifest_url) { |
| var embed = document.createElement('embed'); |
| embed.src = manifest_url; |
| embed.type = 'application/x-nacl'; |
| - embed.basic_tests = '2'; |
| + embed.basic_tests = '1'; |
|
Mark Seaborn
2014/04/24 23:39:28
It's not clear to me why you're changing this file
Junichi Uekawa
2014/04/25 01:06:10
It seems like I didn't revert this file cleanly. d
|
| embed.stress_tests = '0'; |
| return embed; |
| } |