| <!doctype html> |
| <html dir="$i18n{textdirection}" lang="$i18n{language}"> |
| <head> |
| <meta charset="utf-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1"> |
| <title>Omnibox Popup</title> |
| <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
| <script type="module" src="omnibox_popup.js"></script> |
| <script type="module" src="chrome://resources/cr_components/omnibox/cr_autocomplete_match_list.js"> |
| </script> |
| </head> |
| |
| <body> |
| <cr-autocomplete-match-list></cr-autocomplete-match-list> |
| </body> |
| </html> |