21 lines
462 B
HTML
21 lines
462 B
HTML
<!DOCTYPE html>
|
|
<!-- Any copyright is dedicated to the Public Domain.
|
|
- http://creativecommons.org/publicdomain/zero/1.0/ -->
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<script type="application/javascript;version=1.8"
|
|
src="chrome://mochikit/content/tests/SimpleTest/EventUtils.js">
|
|
</script>
|
|
<script type="application/javascript;version=1.8"
|
|
src="chrome://browser/content/searchSuggestionUI.js">
|
|
</script>
|
|
</head>
|
|
<body>
|
|
|
|
<input>
|
|
|
|
</body>
|
|
</html>
|