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

Unified Diff: LayoutTests/fullscreen/video-webkit-transform.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/fullscreen/video-webkit-transform.html
diff --git a/LayoutTests/fullscreen/video-webkit-transform.html b/LayoutTests/fullscreen/video-webkit-transform.html
index b0cbe8c68446b1d4b7a6c60fc1121cbce2deb754..484e783896a00e2200b5874eeb3b90f699fd68d4 100644
--- a/LayoutTests/fullscreen/video-webkit-transform.html
+++ b/LayoutTests/fullscreen/video-webkit-transform.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<p>Test that fullscreen video should not be affected by webkit-transform.</p>
-<video id="video" width="300" style="-webkit-transform:scale(0.8, 0.8) translate(-200px, -100px);" allowfullscreen></video>
+<video id="video" width="300" style="transform:scale(0.8, 0.8) translate(-200px, -100px);" allowfullscreen></video>
<script>
if (window.internals)
runPixelTests = true;

Powered by Google App Engine
This is Rietveld 408576698