chromium/third_party/blink/web_tests/fast/css/text-overflow-ellipsis-button-expected.html

<!DOCTYPE html>
<html>
<head>
<style>
  button{
    display:block;
    width:29px;
    overflow:hidden;
    white-space:nowrap;
  }
</style>
</head>
<body>
  <button type="button">L&#x2026;</button>
</body>
</html>