Files
sdk/tests/lib_2/html/cross_domain_iframe_script.html
T
Jenny Messerly 15e7457519 [dartdevc] change browser tests to wait longer for async completion
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>
2019-02-16 01:15:01 +00:00

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>