Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<!-- Any copyright is dedicated to the Public Domain.
<html>
<head>
<meta charset="utf-8">
<script type="application/javascript"
</script>
<link rel="stylesheet" href="chrome://browser/content/contentSearchUI.css"/>
<meta http-equiv="Content-Security-Policy" content="default-src data: chrome:; object-src 'none'"/>
</head>
<body>
<!-- Dummy Button is used to ensure pressing Shift+Tab on <input> will make the new focus
- remains in the same document, rather than the Chrome UI. -->
<button>Dummy Button</button>
<div id="container"><input type="text" value=""/></div>
</script>
</body>
</html>