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

Unified Diff: LayoutTests/media/video-controls-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/audio-repaint.html ('k') | LayoutTests/media/video-layer-crash.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/video-controls-transformed.html
diff --git a/LayoutTests/media/video-controls-transformed.html b/LayoutTests/media/video-controls-transformed.html
index b25a93fb2ec7a06b17bada9bf5dbaf1bcd214b94..0f322c0eb6b41f645e7b818ba083c20ed8cd9512 100644
--- a/LayoutTests/media/video-controls-transformed.html
+++ b/LayoutTests/media/video-controls-transformed.html
@@ -4,7 +4,7 @@
<style type="text/css" media="screen">
video {
margin: 50px;
- -webkit-transform: rotate(20deg);
+ transform: rotate(20deg);
}
</style>
</head>
« no previous file with comments | « LayoutTests/media/audio-repaint.html ('k') | LayoutTests/media/video-layer-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698