Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / translate / fr_test.html
1 <html>
2 <!--
3 Copyright 2013 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file.
6 -->
7 <head>
8   <title>fr_test.html: check if Chrome Translate works</title>
9   <meta http-equiv="content-language" content="fr">
10   <meta http-equiv="Content-Security-Policy" content="default-src 'self'">
11   <script>world='inline JavaScript should not affect';</script>
12   <script src="fr_test.js"></script>
13 </head>
14 <body>
15   <div>bonjour Chrome Translate.</div>
16   <div id="log"></div>
17 </body>
18 </html>