mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-27 17:39:10 -06:00
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>
10 lines
248 B
HTML
10 lines
248 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title></title>
|
|
<script type="text/javascript" src="static/jquery.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="foo" style="margin: 1000px 0; width: 100px; height: 100px; background-color: red;">foo</div>
|
|
</body>
|
|
</html> |