aboutsummaryrefslogtreecommitdiff
path: root/node_modules/selenium-webdriver/lib/test/data/coordinates_tests/page_with_element_out_of_view.html
blob: 6f2bcd4f2c6d66e893b2cbdbf1fc63563eb435ec (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
  <title>Page With Element Out Of View</title>
</head>
<body style="margin: 10px; padding: 0px;">
  <div style="height: 5000px;">Placeholder</div>
  <div id="box" style="width: 100px; height: 100px; background-color: red;">Red box</div>
  <div>Tex after box</div>
</body>
</html>