Files
sdk/pkg/csslib/example/call_parser.html
T
jmesserly@google.com 9e5b240923 move csslib into dart svn
deleted files that duplicate those in the Dart repository (LICENSE, pubspec.yaml, codereview.settings, .gitignore)

Otherwise, just changed pkg.status and pubspec

R=terry@google.com

Review URL: https://codereview.chromium.org//23168002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26155 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-14 21:11:30 +00:00

14 lines
323 B
HTML

<!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>