blob: c7a79cd3f160f17fa21878108ac467792c80ff3e [file] [log] [blame]
<html>
<body>
<script type="application/javascript">
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
</script>
<script type="application/javascript">
var script = document.createElement("script");
script.setAttribute("type", "application/dart");
script.setAttribute("src", "fib-helper.dart");
document.body.appendChild(script);
</script>
</body>
</html>