Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / complex-text-with-default-font-spaces.html
blob09ed375e057eec3176b623d785d0adccd042e32e
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <style>
6 button {
7 font-family: Arial;
8 font-size: 12px;
10 </style>
11 </head>
12 <body>
13 <button>सभी को डिफ़ॉल्ट पर रीसेट करें</button>
14 <p>
15 The button above should not wrap.
16 </p>
17 </body>
18 </html>