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

Side by Side Diff: pkg/shadow_dom/test/runner.min.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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « pkg/shadow_dom/test/runner.html ('k') | pkg/shadow_dom/tool/README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <!--
3 Copyright 2012 The Polymer Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style
5 license that can be found in the LICENSE file.
6 -->
7 <meta charset="utf-8">
8 <link rel="stylesheet" href="../tool/node_modules/mocha/mocha.css">
9 <script src="../tool/node_modules/chai/chai.js"></script>
10 <script src="../tool/node_modules/mocha/mocha.js"></script>
11 <script src="../tools/test/mocha-htmltest.js"></script>
12 <script src="../tool/shadowdom.min.js"></script>
13 <script src="../../../third_party/polymer/ShadowDOM/test/test.main.js"></script>
14 <div id="mocha"></div>
15 <script>
16 mocha.run();
17 </script>
18
OLDNEW
« no previous file with comments | « pkg/shadow_dom/test/runner.html ('k') | pkg/shadow_dom/tool/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698