Files
webcomponentsjs/tests/ShadowDOM/runner.html

26 lines
638 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.
-->
<title>ShadowDOM Tests</title>
<meta charset="utf-8">
<!-- Mocha/Chai -->
<link rel="stylesheet" href="../tools/mocha/mocha.css">
<script src="../tools/mocha/mocha.js"></script>
<script src="../tools/chai/chai.js"></script>
<script src="../tools/mocha-htmltest.js"></script>
<!-- ShadowDOM -->
<script src="../../src/ShadowDOM/ShadowDOM.js"></script>
<!-- tests -->
<script src="tests.js"></script>
<div id="mocha"></div>
<script>
mocha.run();
</script>