playwright/tests/assets/popup/window-open.html

12 lines
161 B
HTML
Raw Normal View History

2019-11-19 05:18:28 +03:00
<!DOCTYPE html>
<html>
<head>
<title>Popup test</title>
</head>
<body>
<script>
window.open('./popup.html');
</script>
</body>
</html>