| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <!-- Copyright 2012 The Chromium Authors. All rights reserved. | 3 <!-- Copyright 2012 The Chromium Authors. All rights reserved. |
| 4 Use of this source code is governed by a BSD-style license that can be | 4 Use of this source code is governed by a BSD-style license that can be |
| 5 found in the LICENSE file. | 5 found in the LICENSE file. |
| 6 --> | 6 --> |
| 7 <head> | 7 <head> |
| 8 <script src="chrome-search://local-omnibox-popup/local-omnibox-popup.js"></scr
ipt> | 8 <script src="chrome-search://local-omnibox-popup/local-omnibox-popup.js"></scr
ipt> |
| 9 <link rel="stylesheet" | 9 <link rel="stylesheet" |
| 10 href="chrome-search://local-omnibox-popup/local-omnibox-popup.css"></link> | 10 href="chrome-search://local-omnibox-popup/local-omnibox-popup.css"></link> |
| 11 </head> | 11 </head> |
| 12 <body> | 12 <body> |
| 13 <div id="suggestions-box-container"></div> | 13 <iframe style="display:none" |
| 14 src="chrome-search://suggestion/loader.html" |
| 15 id="suggestion-loader"></iframe> |
| 16 <div class="active-container"></div> |
| 17 <div class="pending-container"></div> |
| 14 </body> | 18 </body> |
| 15 </html> | 19 </html> |
| OLD | NEW |