Files
sdk/pkg/polymer_expressions/test/syntax_test.html
T
jmesserly@google.com f300344407 move fancy_syntax into Dart SVN
Changes after moving:

deleted: AUTHORS, LICENSE, PATENTS, codereview.settings.
these are redundant with the Dart repository files.

pubspec.yaml: remove versions, changed homepage
syntax_test.dart: add the HTML via Dart, so it can run on browser bots
syntax_test.html: removed the HTML that is now added by syntax_test.dart
pkg/pkg.status: skip the in-browser syntax_test on standalone VM

R=justinfagnani@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26237 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-15 23:04:19 +00:00

13 lines
224 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>syntax_test</title>
</head>
<body>
<script type="application/dart" src="syntax_test.dart"></script>
<script src="packages/browser/dart.js"></script>
</body>
</html>