15e7457519
Also fixes 2 html tests whose failure was caught by this change. Change-Id: I707cba922bc7e7728ba0b026ad056b547fcd1432 Reviewed-on: https://dart-review.googlesource.com/c/92392 Auto-Submit: Jenny Messerly <jmesserly@google.com> Reviewed-by: Vijay Menon <vsm@google.com>
15 lines
276 B
HTML
15 lines
276 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/lib_2/html/cross_domain_iframe_script.js">
|
|
</script>
|
|
</body>
|
|
</html>
|