mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-05-16 08:51:18 +00:00
19 lines
573 B
HTML
19 lines
573 B
HTML
<!DOCTYPE html>
|
|
<!--
|
|
Copyright 2012 The Polymer Authors. All rights reserved.
|
|
Use of this source code is governed by a BSD-style
|
|
license that can be found in the LICENSE file.
|
|
-->
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="../../tools/test/mocha/mocha.css">
|
|
<script src="../../tools/test/chai/chai.js"></script>
|
|
<script src="../../tools/test/mocha/mocha.js"></script>
|
|
<script src="../../tools/test/mocha-htmltest.js"></script>
|
|
<script src="../shadowdom.min.js"></script>
|
|
<script src="test.main.js"></script>
|
|
<div id="mocha"></div>
|
|
<script>
|
|
mocha.run();
|
|
</script>
|
|
|