diff options
Diffstat (limited to 'testing/web-platform/tests/old-tests/webdriver/command_contexts/res')
-rw-r--r-- | testing/web-platform/tests/old-tests/webdriver/command_contexts/res/first-page.html | 11 | ||||
-rw-r--r-- | testing/web-platform/tests/old-tests/webdriver/command_contexts/res/other-page.html | 11 |
2 files changed, 22 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 diff --git a/testing/web-platform/tests/old-tests/webdriver/command_contexts/res/other-page.html b/testing/web-platform/tests/old-tests/webdriver/command_contexts/res/other-page.html new file mode 100644 index 000000000..4bb487452 --- /dev/null +++ b/testing/web-platform/tests/old-tests/webdriver/command_contexts/res/other-page.html @@ -0,0 +1,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>
\ No newline at end of file |