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

Unified Diff: test/deps/a.html

Issue 1026153002: add initWebComponents (Closed) Base URL: git@github.com:dart-lang/web-components.git@master
Patch Set: code review updates Created 5 years, 9 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 | « test/deps/a.dart ('k') | test/deps/b.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/deps/a.html
diff --git a/test/deps/a.html b/test/deps/a.html
new file mode 100644
index 0000000000000000000000000000000000000000..7636d42811ea434a9daced9c024f85eb6010bd38
--- /dev/null
+++ b/test/deps/a.html
@@ -0,0 +1,3 @@
+<link rel="import" href="b.html">
+<link rel="import" href="c.html">
+<script type="application/dart" src="a.dart"></script>
« no previous file with comments | « test/deps/a.dart ('k') | test/deps/b.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698