chromium/chrome/test/data/translate/fr_test.html

<html>
<!--
Copyright 2013 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<head>
  <title>fr_test.html: check if Chrome Translate works</title>
  <meta http-equiv="content-language" content="fr">
  <meta http-equiv="Content-Security-Policy" content="default-src 'self'">
  <script>world='inline JavaScript should not affect';</script>
  <script src="fr_test.js"></script>
</head>
<body>
  <div>bonjour Chrome Translate.</div>
  <div id="log"></div>
</body>
</html>