home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / webkit / chrome.dll / 0 / BINDATA / 571 < prev    next >
Encoding:
Text File  |  2013-04-03  |  1.7 KB  |  89 lines

  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4.   <meta charset="utf-8">
  5.   <title>Omnibox Debug Page</title>
  6.   <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  7.  * Use of this source code is governed by a BSD-style license that can be
  8.  * found in the LICENSE file. */
  9.  
  10. .autocomplete-results-table {
  11.   margin-bottom: 1.5em;
  12. }
  13.  
  14. .autocomplete-results-table th {
  15.   background-color: #C0C0C0;
  16. }
  17.  
  18. .autocomplete-results-table td {
  19.   background-color: #F0F0F0;
  20. }
  21.  
  22. .group-separator {
  23.   display: block;
  24.   text-decoration: underline;
  25. }
  26.  
  27. .check-mark {
  28.   color: green;
  29.   text-align: center;
  30. }
  31.  
  32. .x-mark {
  33.   color: red;
  34.   text-align: center;
  35. }
  36.  
  37. p {
  38.   margin: 0;
  39. }
  40.  
  41. .input-section {
  42.   margin-bottom: 1em;
  43. }
  44.  
  45. .table-header {
  46.   white-space: nowrap;
  47. }
  48.  
  49. .additional-info-property,
  50. .additional-info-value {
  51.   white-space: nowrap;
  52. }
  53. </style>
  54.   <script src="chrome://resources/js/cr.js"></script>
  55.   <script src="chrome://resources/js/util.js"></script>
  56.   <script src="omnibox.js"></script>
  57. </head>
  58. <body>
  59.   <div class="input-section">
  60.     <form id="omnibox-input-form" action="">
  61.       <p>
  62.         Enter omnibox input text:
  63.         <input id="input-text" type="text" size="40" autofocus>
  64.         <input type="submit">
  65.       </p>
  66.       <p>
  67.         <label>
  68.           <input id="show-incomplete-results" type="checkbox">
  69.           Show incomplete results
  70.         </label>
  71.       </p>
  72.       <p>
  73.         <label>
  74.           <input id="show-details" type="checkbox">
  75.           Show all details
  76.         </label>
  77.       </p>
  78.       <p>
  79.         <label>
  80.           <input id="show-all-providers" type="checkbox">
  81.           Show results per provider, not just merged results
  82.         </label>
  83.       </p>
  84.     </form>
  85.   </div>
  86.   <div id="omnibox-debug-text"></div>
  87. </body>
  88. </html>
  89.