918daa0a05
breakage. BUG= Review URL: https://codereview.chromium.org//12086028 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17933 260f80e4-7a28-3924-810f-c04153c831b5
13 lines
403 B
HTML
13 lines
403 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='../../pkg/browser/lib/dart.js'></script>
|
|
<script src='../../samples/third_party/dromaeo/htmlrunner.js'></script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|