summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/old-tests/webdriver/element_location/res/elements.html
blob: 45b7c2370121e595ab0a475e7a15362e0e1ce311 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<meta charset="utf-8">

<title>Element location</title>

<body>
  <div id="id">id</div>
  <div id="name" name="name">name</div>
  <a id="link">link text</a>
</body>