3fb3eb8d3a
BUG= R=jmesserly@google.com Review URL: https://codereview.chromium.org//22951003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26231 260f80e4-7a28-3924-810f-c04153c831b5
19 lines
631 B
HTML
19 lines
631 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="../tool/node_modules/mocha/mocha.css">
|
|
<script src="../tool/node_modules/chai/chai.js"></script>
|
|
<script src="../tool/node_modules/mocha/mocha.js"></script>
|
|
<script src="../tools/test/mocha-htmltest.js"></script>
|
|
<script src="../tool/shadowdom.min.js"></script>
|
|
<script src="../../../third_party/polymer/ShadowDOM/test/test.main.js"></script>
|
|
<div id="mocha"></div>
|
|
<script>
|
|
mocha.run();
|
|
</script>
|
|
|