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

Unified Diff: pkg/csslib/example/call_parser.html

Issue 23168002: move csslib into dart svn (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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/csslib/example/call_parser.dart ('k') | pkg/csslib/example/test.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/csslib/example/call_parser.html
diff --git a/pkg/csslib/example/call_parser.html b/pkg/csslib/example/call_parser.html
new file mode 100644
index 0000000000000000000000000000000000000000..8dc02e47449eb7dbdc5d5ddda1e68e084126ed66
--- /dev/null
+++ b/pkg/csslib/example/call_parser.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>Call CSS Parser from Browser (Dart2JS and Dartium)</title>
+ </head>
+ <body>
+ <h1>Dartium/Dart2JS Test</h1>
+ <script type="application/dart" src="call_parser.dart"></script>
+ <script src="packages/browser/dart.js"></script>
+ </body>
+</html>
« no previous file with comments | « pkg/csslib/example/call_parser.dart ('k') | pkg/csslib/example/test.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698