Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(237)

Unified Diff: pkg/shadow_dom/test/runner.html

Issue 158083002: introduce web_components pkg for consolidated polyfills (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/shadow_dom/pubspec.yaml ('k') | pkg/shadow_dom/test/runner.min.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/shadow_dom/test/runner.html
diff --git a/pkg/shadow_dom/test/runner.html b/pkg/shadow_dom/test/runner.html
deleted file mode 100644
index 83dd0eeacedf6e5be9fa3ad4d25a2738e8bb3312..0000000000000000000000000000000000000000
--- a/pkg/shadow_dom/test/runner.html
+++ /dev/null
@@ -1,17 +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.js"></script>
-<script src="../../../third_party/polymer/ShadowDOM/test/test.main.js"></script>
-<div id="mocha"></div>
-<script>
-mocha.run();
-</script>
« no previous file with comments | « pkg/shadow_dom/pubspec.yaml ('k') | pkg/shadow_dom/test/runner.min.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698