chromium/third_party/blink/web_tests/transforms/2d/hindi-rotated.html

<html>
<head>
<meta charset="UTF-8">
<title>Test for webkit bug 26660</title>
</head>
<body>
<p>This is to test a fix for <a href="http://bugs.webkit.org/show_bug.cgi?id=26660">bug 26660</a>.</p>

<div style="border:1px solid green; margin-top:75px; width:250px; opacity:0.5; font-size:16px;"> 
Straight खोजें
बुधवार की सुबह होने वाला पूर्ण 123 abc
</div> 
<div style="border:1px solid green; margin-top:75px; width:250px; transform:rotate(30deg); opacity:0.5; font-size:16px;"> 
Now rotated खोजें
बुधवार की सुबह होने वाला पूर्ण 123 abc
</div> 
<div style="font-family: devanagari mt, mangal, times, times new roman; border:1px solid green; margin-top:75px; width:250px; transform:rotate(30deg); opacity:0.5; font-size:16px;"> 
Now rotated खोजें
बुधवार की सुबह होने वाला पूर्ण 123 abc
</div> 
<div style="font-family: times, times new roman; border:1px solid green; margin-top:75px; width:250px; transform:rotate(30deg); opacity:0.5; font-size:16px;"> 
Now rotated खोजें 
बुधवार की सुबह होने वाला पूर्ण 123 abc
</div> 
</p>


</body>
</html>