Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / text / international / preferred-widths-in-rtl-with-break-word.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 </head>
6 <body>
7     <div>This test ensures we properly determine the preferred width for RTL text with word-break: break-word applied.</div>
8     <div dir="rtl" style="word-break: break-word;">שלום!</div>
9 </body>