Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / text-overflow-ellipsis-button.html
blobcee1946333352eb95cdb2cb4ba53b27d6e42a280
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;
12 </style>
13 </head>
14 <body>
15 <button type="button"> Lorem </button>
16 </body>
17 </html>