Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / text-overflow-ellipsis-button-expected.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5   button{
6     display:block;
7     width:30px;
8     overflow:hidden;
9     white-space:nowrap;
10   }
11 </style>
12 </head>
13 <body>
14   <button type="button">&#x2026;</button>
15 </body>
16 </html>