| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <meta charset="UTF-8"> | 3 <meta charset="UTF-8"> |
| 4 <title>Test for webkit bug 26660</title> | 4 <title>Test for webkit bug 26660</title> |
| 5 </head> | 5 </head> |
| 6 <body> | 6 <body> |
| 7 <p>This is to test a fix for <a href="http://bugs.webkit.org/show_bug.cgi?id=266
60">bug 26660</a>.</p> | 7 <p>This is to test a fix for <a href="http://bugs.webkit.org/show_bug.cgi?id=266
60">bug 26660</a>.</p> |
| 8 | 8 |
| 9 <div style="border:1px solid green; margin-top:75px; width:250px; opacity:0.5; f
ont-size:16px;"> | 9 <div style="border:1px solid green; margin-top:75px; width:250px; opacity:0.5; f
ont-size:16px;"> |
| 10 Straight खोजें | 10 Straight खोजें |
| 11 बुधवार की सुबह होने वाला पूर्ण 123 abc | 11 बुधवार की सुबह होने वाला पूर्ण 123 abc |
| 12 </div> | 12 </div> |
| 13 <div style="border:1px solid green; margin-top:75px; width:250px; -webkit-transf
orm:rotate(30deg); opacity:0.5; font-size:16px;"> | 13 <div style="border:1px solid green; margin-top:75px; width:250px; transform:rota
te(30deg); opacity:0.5; font-size:16px;"> |
| 14 Now rotated खोजें | 14 Now rotated खोजें |
| 15 बुधवार की सुबह होने वाला पूर्ण 123 abc | 15 बुधवार की सुबह होने वाला पूर्ण 123 abc |
| 16 </div> | 16 </div> |
| 17 <div style="font-family: devanagari mt, mangal, times, times new roman; border:1
px solid green; margin-top:75px; width:250px; -webkit-transform:rotate(30deg); o
pacity:0.5; font-size:16px;"> | 17 <div style="font-family: devanagari mt, mangal, times, times new roman; border:1
px solid green; margin-top:75px; width:250px; transform:rotate(30deg); opacity:0
.5; font-size:16px;"> |
| 18 Now rotated खोजें | 18 Now rotated खोजें |
| 19 बुधवार की सुबह होने वाला पूर्ण 123 abc | 19 बुधवार की सुबह होने वाला पूर्ण 123 abc |
| 20 </div> | 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:1
6px;"> | 21 <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;"> |
| 22 Now rotated खोजें | 22 Now rotated खोजें |
| 23 बुधवार की सुबह होने वाला पूर्ण 123 abc | 23 बुधवार की सुबह होने वाला पूर्ण 123 abc |
| 24 </div> | 24 </div> |
| 25 </p> | 25 </p> |
| 26 | 26 |
| 27 | 27 |
| 28 </body> | 28 </body> |
| 29 </html> | 29 </html> |
| OLD | NEW |