| Index: pkg/shadow_dom/test/runner.min.html
|
| diff --git a/pkg/shadow_dom/test/runner.min.html b/pkg/shadow_dom/test/runner.min.html
|
| deleted file mode 100644
|
| index 6c45525be99e021ed6bb25afd4de01200b90f6f0..0000000000000000000000000000000000000000
|
| --- a/pkg/shadow_dom/test/runner.min.html
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -<!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>
|
| -
|
|
|