Files
sdk/tests/lib_2/html/cross_domain_iframe_script.html
T
Bob Nystrom a53e4dd504 Finish migrating stuff out of lib_strong.
Some of these are data files that weren't picked up by the migration
script. Some are files that slipped between blocks of tests.

Change-Id: I184dc4701758b280444d54ec55c225ade30f3276
Reviewed-on: https://dart-review.googlesource.com/26423
Reviewed-by: Emily Fortuna <efortuna@google.com>
Commit-Queue: Bob Nystrom <rnystrom@google.com>
2017-12-11 23:45:23 +00:00

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>