Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / text / international / complex-text-with-default-font-spaces-expected.html
1 <!DOCTYPE html>
2 <html>
3     <head>
4         <meta charset="utf-8">
5         <style>
6             button {
7                 font-family: Arial;
8                 font-size: 12px;
9                 white-space: nowrap;
10             }
11         </style>
12     </head>
13     <body>
14         <button>सभी को डिफ़ॉल्ट पर रीसेट करें</button>
15         <p>
16             The button above should not wrap.
17         </p>
18     </body>
19 </html>