- add third_party src.
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / transforms / 2d / hindi-rotated.html
1 <html>
2 <head>
3 <meta charset="UTF-8">
4 <title>Test for webkit bug 26660</title>
5 </head>
6 <body>
7 <p>This is to test a fix for <a href="http://bugs.webkit.org/show_bug.cgi?id=26660">bug 26660</a>.</p>
8
9 <div style="border:1px solid green; margin-top:75px; width:250px; opacity:0.5; font-size:16px;"> 
10 Straight खोजें
11 बुधवार की सुबह होने वाला पूर्ण 123 abc
12 </div> 
13 <div style="border:1px solid green; margin-top:75px; width:250px; -webkit-transform:rotate(30deg); opacity:0.5; font-size:16px;"> 
14 Now rotated खोजें
15 बुधवार की सुबह होने वाला पूर्ण 123 abc
16 </div> 
17 <div style="font-family: devanagari mt, mangal, times, times new roman; border:1px solid green; margin-top:75px; width:250px; -webkit-transform:rotate(30deg); opacity:0.5; font-size:16px;"> 
18 Now rotated खोजें
19 बुधवार की सुबह होने वाला पूर्ण 123 abc
20 </div> 
21 <div style="font-family: times, times new roman; border:1px solid green; margin-top:75px; width:250px; -webkit-transform:rotate(30deg); opacity:0.5; font-size:16px;"> 
22 Now rotated खोजें 
23 बुधवार की सुबह होने वाला पूर्ण 123 abc
24 </div> 
25 </p>
26
27
28 </body>
29 </html>