Index: chrome/test/data/translate/fr_test.js |
diff --git a/chrome/test/data/translate/fr_test.js b/chrome/test/data/translate/fr_test.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1d20074028bd63d7c392fa1a0b632dbfb5939222 |
--- /dev/null |
+++ b/chrome/test/data/translate/fr_test.js |
@@ -0,0 +1,10 @@ |
+// Copyright 2013 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+if (typeof world != 'undefined') { |
+ div_log('CSP doesn\'t work'); |
+ document.title = 'FAIL'; |
+ return; |
+} |
+world='main'; |