Upstream version 5.34.92.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / text-overflow-ellipsis-button.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     text-overflow:ellipsis;   
11   }
12 </style>
13 </head>
14 <body>
15   <button type="button"> Lorem </button>
16 </body>
17 </html>