mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-08 04:09:03 +02:00
9 lines
191 B
HTML
9 lines
191 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Test for content page with settings button</title>
|
|
</head>
|
|
<body>
|
|
<button name="settings" id="settings">Settings</button>
|
|
</body>
|
|
</html>
|