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

Unified Diff: LayoutTests/media/video-transformed.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/media/video-layer-crash.html ('k') | LayoutTests/media/video-zoom-controls.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/video-transformed.html
diff --git a/LayoutTests/media/video-transformed.html b/LayoutTests/media/video-transformed.html
index 3c1a72b7d79dd3cf26cde44c6353c9bdd26f84a0..1e64bf9b8d24aae3704c38627564ff4ad1b6c6f3 100644
--- a/LayoutTests/media/video-transformed.html
+++ b/LayoutTests/media/video-transformed.html
@@ -5,9 +5,9 @@
video { width:200px; border: 3px solid red; }
</style>
<p>Test painting of transformed video </p>
-&nbsp;<video style="-webkit-transform:rotate(20deg)"></video><br>
-&nbsp;<video style="-webkit-transform:scale(0.5)"></video><br>
-&nbsp;<video style="-webkit-transform:skew(20deg)"></video><br>
+&nbsp;<video style="transform:rotate(20deg)"></video><br>
+&nbsp;<video style="transform:scale(0.5)"></video><br>
+&nbsp;<video style="transform:skew(20deg)"></video><br>
<script>
init();
setSrcByTagName('video', findMediaFile('video', 'content/test'));
« no previous file with comments | « LayoutTests/media/video-layer-crash.html ('k') | LayoutTests/media/video-zoom-controls.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698