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

Unified Diff: LayoutTests/media/video-zoom-controls.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-transformed.html ('k') | LayoutTests/perf/compositor-touch-hit-rects.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/video-zoom-controls.html
diff --git a/LayoutTests/media/video-zoom-controls.html b/LayoutTests/media/video-zoom-controls.html
index dea901150a09d4e5940e2abbdb963db1fb18a1eb..bd05f35022e066aa24be5fa21eca17c09d2ade36 100644
--- a/LayoutTests/media/video-zoom-controls.html
+++ b/LayoutTests/media/video-zoom-controls.html
@@ -7,7 +7,7 @@
display: block;
}
.rotated {
- -webkit-transform: rotate(10deg);
+ transform: rotate(10deg);
}
</style>
<script src="media-file.js"></script>
« no previous file with comments | « LayoutTests/media/video-transformed.html ('k') | LayoutTests/perf/compositor-touch-hit-rects.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698