525c13d8
Luigi Serra
google component ...
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!doctype html>
<!-- Copyright (c) 2015 Google Inc. All rights reserved. -->
<html>
<head>
<meta charset="utf-8">
<title>Runs all tests</title>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<script src="../../platform/platform.js"></script>
<link rel="import" href="tests.html">
</head>
<body>
<div id="mocha"></div>
</body>
</html>
|