dart-sdk/tests/html/dromaeo_smoke-html.html
kustermann@google.com d2c575c0b0 Create generated tests inside the build directory
Patch Set 1 is a revert of r18295.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18802 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-21 08:10:37 +00:00

13 lines
413 B
HTML

<!DOCTYPE html>
<!-- The inner smoketest iframe, corresponds to dom-attr-html.html,
dom-modify-html.html and others in the dromaeo tests directory. -->
<html>
<head>
<script type="application/dart" src="dromaeo_noop/dromaeo_smoke.dart"></script>
<script src='/root_dart/pkg/browser/lib/dart.js'></script>
<script src='/root_dart/samples/third_party/dromaeo/htmlrunner.js'></script>
</head>
<body>
</body>
</html>