gecko/testing/mozmill/tests/firefox/test-files/popups/popup.html

10 lines
143 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>This is a Pop-up!</title>
</head>
<body>
<p id='popupText'>This is a Pop-up!</p>
</body>
</html>