5 <title>Omnibox Debug Page
</title>
6 <link rel=
"stylesheet" href=
"omnibox.css">
7 <script src=
"chrome://resources/js/cr.js"></script>
8 <script src=
"chrome://resources/js/util.js"></script>
9 <script src=
"omnibox.js"></script>
12 <div class=
"input-section">
13 <form id=
"omnibox-input-form" action=
"">
15 Enter omnibox input text:
16 <input id=
"input-text" type=
"text" size=
"40" autofocus
>
19 <p>Input parameters:
</p>
22 <input id=
"prevent-inline-autocomplete" type=
"checkbox">
23 Prevent inline autocomplete
28 <input id=
"prefer-keyword" type=
"checkbox">
32 <p>Display parameters:
</p>
35 <input id=
"show-incomplete-results" type=
"checkbox">
36 Show incomplete results
41 <input id=
"show-details" type=
"checkbox">
47 <input id=
"show-all-providers" type=
"checkbox">
48 Show results per provider, not just merged results
53 <div id=
"omnibox-debug-text"></div>