| Index: tests/html/dromaeo_smoke-html.html
|
| diff --git a/tests/html/dromaeo_smoke-html.html b/tests/html/dromaeo_smoke-html.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..96d65b49a02a91b70e5d5ac36390446424730162
|
| --- /dev/null
|
| +++ b/tests/html/dromaeo_smoke-html.html
|
| @@ -0,0 +1,12 @@
|
| +<!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>
|
|
|