summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/old-tests/webdriver/command_contexts/res/first-page.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/old-tests/webdriver/command_contexts/res/first-page.html')
-rw-r--r--testing/web-platform/tests/old-tests/webdriver/command_contexts/res/first-page.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/tests/old-tests/webdriver/command_contexts/res/first-page.html b/testing/web-platform/tests/old-tests/webdriver/command_contexts/res/first-page.html
new file mode 100644
index 000000000..e4aa13ebd
--- /dev/null
+++ b/testing/web-platform/tests/old-tests/webdriver/command_contexts/res/first-page.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+
+<html>
+<head>
+ <meta charset="utf-8" />
+ <title>First Page</title>
+</head>
+<body>
+ <a href="./other-page.html" target="_blank" id="open_new_window">Open new window</a>
+</body>
+</html> \ No newline at end of file