dart-sdk/tests/html/cross_domain_iframe_script.html

15 lines
270 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>cross_domain_iframe_script</title>
</head>
<body>
<script type="application/javascript"
src="/root_dart/tests/html/cross_domain_iframe_script.js">
</script>
</body>
</html>