blob: 8478be41e4731aac68d9e57cc93e16cc7682b77e [file] [log] [blame]
<html>
<!--
Copyright (c) 2014 The Native Client Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<body onload="init();">
<script src="/_chrome_test.js"></script>
<script src="/pipeserver.js"></script>
<script src="/naclprocess.js"></script>
<script>
function init() {
chrometest.run([
'jseval_test.js',
]);
}
</script>
</body>
</html>