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

Unified Diff: LayoutTests/media/audio-repaint.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
Index: LayoutTests/media/audio-repaint.html
diff --git a/LayoutTests/media/audio-repaint.html b/LayoutTests/media/audio-repaint.html
index 699a65a1c6e6868ff570d6771c41190f429b7a71..db7599466a73d0da7c5330dd072a86050891fa4d 100644
--- a/LayoutTests/media/audio-repaint.html
+++ b/LayoutTests/media/audio-repaint.html
@@ -5,7 +5,7 @@
</p>
<audio controls autoplay onplaying="playing(0)" src="content/silence.wav"></audio><br/>
<audio controls autoplay onplaying="playing(1)" src="content/silence.wav" style="margin-bottom:25px; -webkit-box-reflect:below;"></audio><br/>
-<audio controls autoplay onplaying="playing(2)" src="content/silence.wav" style="margin:27px 0; -webkit-transform: rotate(15deg);"></audio><br>
+<audio controls autoplay onplaying="playing(2)" src="content/silence.wav" style="margin:27px 0; transform: rotate(15deg);"></audio><br>
<script>
// Note: can't dump repaint rects here (yet) because this is trying to
// test autoplaying and window.internals doesn't exist at the right time
« no previous file with comments | « LayoutTests/inspector/tracing/update-layer-tree.html ('k') | LayoutTests/media/video-controls-transformed.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698