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

Unified Diff: LayoutTests/fast/multicol/transform-inside-opacity.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/fast/multicol/transform-inside-opacity.html
diff --git a/LayoutTests/fast/multicol/transform-inside-opacity.html b/LayoutTests/fast/multicol/transform-inside-opacity.html
index bd973ba1da5d46a0a0b2e65e95937790728149f0..a60dc1abaaa62fdd7b9d78929e89d0caee0e7ce7 100644
--- a/LayoutTests/fast/multicol/transform-inside-opacity.html
+++ b/LayoutTests/fast/multicol/transform-inside-opacity.html
@@ -7,6 +7,6 @@
<div style="position:relative; width:420px; height:200px; -webkit-column-count:2; -webkit-column-width:200px; -webkit-column-gap:20px; column-count:2; column-width:200px; column-gap:20px; column-fill:auto; border:2px solid black;">
<div style="height:100px"></div>
<div style="opacity:0.5">
-<div class="transformed" style="float:left;width:200px;height:100px;-webkit-transform:translate(0, 100px)"></div>
+<div class="transformed" style="float:left;width:200px;height:100px;transform:translate(0, 100px)"></div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698