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

Unified Diff: LayoutTests/compositing/absolute-position-changed-with-composited-parent-layer.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/compositing/absolute-position-changed-with-composited-parent-layer.html
diff --git a/LayoutTests/compositing/absolute-position-changed-with-composited-parent-layer.html b/LayoutTests/compositing/absolute-position-changed-with-composited-parent-layer.html
index 56ccde01ea6a25e7a4a631449af55a7a76d876f5..509fe0990de8dcbcbeb15408ffd1bfc791a02e71 100644
--- a/LayoutTests/compositing/absolute-position-changed-with-composited-parent-layer.html
+++ b/LayoutTests/compositing/absolute-position-changed-with-composited-parent-layer.html
@@ -9,7 +9,7 @@
.absolute { position: absolute; }
.green { background-color: green; }
.red { background-color: red; }
- .composited { -webkit-transform: translateZ(0); }
+ .composited { transform: translateZ(0); }
</style>
<script type="text/javascript">
if (window.testRunner)

Powered by Google App Engine
This is Rietveld 408576698