diff options
Diffstat (limited to 'testing/talos/talos/tests/twinopen/twinopen.html')
-rw-r--r-- | testing/talos/talos/tests/twinopen/twinopen.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/talos/talos/tests/twinopen/twinopen.html b/testing/talos/talos/tests/twinopen/twinopen.html new file mode 100644 index 0000000000..a1005d5b2d --- /dev/null +++ b/testing/talos/talos/tests/twinopen/twinopen.html @@ -0,0 +1,12 @@ +<html> +<head> +<meta charset="UTF-8"/> +<title>twinopen</title> + +<script src="driver.js"></script> +</head> + +<body> + <h4>twinopen</h4> +</body> +</html> |