chromium/chrome/test/data/tooltip_two_buttons.html

<html>
  <body>
    <button id="b1" title="my tooltip 1">Button 1</button>
    <button id="b2" title="my tooltip 2">Button 2</button>
  </body>
</html>