playwright/test/assets/popup/popup.html

10 lines
111 B
HTML
Raw Normal View History

2019-11-19 03:18:28 +01:00
<!DOCTYPE html>
<html>
<head>
<title>Popup</title>
</head>
<body>
I am a popup
</body>
</html>