Files
servo/tests/wpt/web-platform-tests/webdriver/command_contexts/res/other-page.html

11 lines
212 B
HTML

<!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>