chromium/third_party/blink/web_tests/external/wpt/html/rendering/widgets/button-layout/input-type-button-clip-ref.html

<!doctype html>
<style>
  button {
    width: 10ch;
    overflow: clip;
    text-overflow: ellipsis;
  }
</style>
<button>aaaaaaaaaaaaaaaaaaaaaa</button>