Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(314)

Side by Side Diff: LayoutTests/transforms/2d/hindi-rotated.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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>
OLDNEW
« no previous file with comments | « LayoutTests/transforms/2d/cssmatrix-2d-zoom.html ('k') | LayoutTests/transforms/2d/transform-2d.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698