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

Unified 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: Remove duplicate transform 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/transforms/2d/hindi-rotated.html
diff --git a/LayoutTests/transforms/2d/hindi-rotated.html b/LayoutTests/transforms/2d/hindi-rotated.html
index c688f239f5fbcbf02caecb9f425572732b55b7f2..8eff17ceec2c96d35e01c9c60cb06be508f1db65 100644
--- a/LayoutTests/transforms/2d/hindi-rotated.html
+++ b/LayoutTests/transforms/2d/hindi-rotated.html
@@ -10,15 +10,15 @@
Straight खोजें
बुधवार की सुबह होने वाला पूर्ण 123 abc
</div>
-<div style="border:1px solid green; margin-top:75px; width:250px; -webkit-transform:rotate(30deg); opacity:0.5; font-size:16px;">
+<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; -webkit-transform:rotate(30deg); opacity:0.5; font-size:16px;">
+<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; -webkit-transform:rotate(30deg); opacity:0.5; font-size:16px;">
+<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>

Powered by Google App Engine
This is Rietveld 408576698