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

Unified Diff: LayoutTests/compositing/layer-creation/fixed-position-scroll.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/layer-creation/fixed-position-scroll.html
diff --git a/LayoutTests/compositing/layer-creation/fixed-position-scroll.html b/LayoutTests/compositing/layer-creation/fixed-position-scroll.html
index 96b67f1a836a166c55e23851345048570a0d5700..64d7e042c20c9743ab84b57ee6bb21c5a0cc7da5 100644
--- a/LayoutTests/compositing/layer-creation/fixed-position-scroll.html
+++ b/LayoutTests/compositing/layer-creation/fixed-position-scroll.html
@@ -28,7 +28,7 @@
margin: 64px 0px 1920px 0px;
width: 100%;
height: 40px;
- -webkit-transform: translateZ(0);
+ transform: translateZ(0);
}
</style>
<script src="../../resources/run-after-display.js"></script>

Powered by Google App Engine
This is Rietveld 408576698