Files
webcomponentsjs/tests/ShadowDOM/runner.min.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>