mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
10 lines
111 B
HTML
10 lines
111 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Popup</title>
|
|
</head>
|
|
<body>
|
|
I am a popup
|
|
</body>
|
|
</html>
|