summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/old-tests/webdriver/command_contexts/res/other-page.html
blob: 4bb487452692a6aa5a6a6483d275d24883219454 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>

<html>
<head>
    <meta charset="utf-8" />
    <title>Other Page</title>
</head>
<body>
    <a href="./other-page.html" target="_blank" id="open_new_window">Open new window</a>
</body>
</html>