Files
cypress/system-tests/projects/e2e/cross_origin_script.html
Jessica Sachs a045e4f59a chore: move server e2e tests to system-tests (#16354)
Co-authored-by: Brian Mann <brian.mann86@gmail.com>
Co-authored-by: Zach Bloomquist <git@chary.us>
Co-authored-by: Zach Bloomquist <github@chary.us>
2021-10-18 19:53:14 +00:00

10 lines
195 B
HTML

<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<h1>cross origin script</h1>
<script type="text/javascript" src="http://localhost:1122/static/fail.js"></script>
</body>
</html>