aboutsummaryrefslogtreecommitdiff
path: root/node_modules/selenium-webdriver/lib/test/data/child/childPage.html
blob: 9192b54a402308db55d89bad69459c4eceadec64 (plain)
1
2
3
4
5
6
7
8
<html>
<head>
    <title>Depth one child page</title>
</head>
<body>
  <p>I'm a page in a child directory</p>
</body>
</html>