Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / text-overflow-ellipsis-button-expected.html
blobbee6fe1978c977bcb2aad68caa33c850d4ef04ea
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 button{
6 display:block;
7 width:30px;
8 overflow:hidden;
9 white-space:nowrap;
11 </style>
12 </head>
13 <body>
14 <button type="button">&#x2026;</button>
15 </body>
16 </html>