summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/widgets/button-layout/input-type-button-clip-ref.html
blob: 8f956d36f56b4f18f8f3c94959b802a72442454d (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<style>
  button {
    width: 10ch;
    overflow: clip;
    text-overflow: ellipsis;
  }
</style>
<button>aaaaaaaaaaaaaaaaaaaaaa</button>