chromium/third_party/google-closure-library/closure/goog/ui/filteredmenu_test.html

<!DOCTYPE html><!-- DO NOT EDIT. This file auto-generated by generate_closure_unit_tests.js --><!--
Copyright 2017 The Closure Library Authors. All Rights Reserved.

Use of this source code is governed by the Apache License, Version 2.0.
See the COPYING file for details.
--><html><head><meta charset="UTF-8">

<script src="../base.js"></script>

<script>goog.require('goog.ui.FilteredMenuTest');</script>
<title>Closure Unit Tests - goog.ui.FilteredMenuTest</title><!--
Copyright 2017 The Closure Library Authors. All Rights Reserved.

Use of this source code is governed by the Apache License, Version 2.0.
See the COPYING file for details.
-->
<style>
 .goog-menu {
  position: absolute;
  background: #eee;
  border: 1px solid #aaa;
  font: menu;
}
.goog-menu-content {
  height: 2em;
  overflow: auto;
}

#testmenu {
  right: 5px;
  bottom: 5px;
}
</style>
</head><body><div>
  <div id="wrapper">
    <div id="sandbox"></div>
  </div>

  <div id="testmenu" class="goog-menu goog-menu-vertical">
    <div class="goog-menu-filter">
      <div></div>
      <input tabindex="0" autocomplete="off" type="text">
    </div>
    <div class="goog-menu-content">
      <div class="goog-menuitem">Apple<span class="goog-menuitem-accel">A</span></div>
      <div class="goog-menuitem">Lemon</div>
      <div class="goog-menuitem">Orange</div>
      <div class="goog-menuitem">Strawberry</div>
    </div>
  </div>
</div>
</body></html>