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

Unified Diff: LayoutTests/compositing/fixed-position-scroll-offset-history-restore.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/fixed-position-scroll-offset-history-restore.html
diff --git a/LayoutTests/compositing/fixed-position-scroll-offset-history-restore.html b/LayoutTests/compositing/fixed-position-scroll-offset-history-restore.html
index b32172aef6edbefcdc37961c74d808adf462c694..4ed8da5b41852c80772ea2e1a3c3e83e5401840b 100644
--- a/LayoutTests/compositing/fixed-position-scroll-offset-history-restore.html
+++ b/LayoutTests/compositing/fixed-position-scroll-offset-history-restore.html
@@ -7,7 +7,7 @@
<div style="position: absolute; top: 250px; width: 200px; height: 100px; background-color: red;"></div>
<!-- Green fixed-position, composited div which covers the red div after we scroll -->
- <div style="position: fixed; -webkit-transform: translateZ(0); top: 50px; width: 200px; height: 100px; background-color: green;"></div>
+ <div style="position: fixed; transform: translateZ(0); top: 50px; width: 200px; height: 100px; background-color: green;"></div>
<script>
if (window.testRunner) {

Powered by Google App Engine
This is Rietveld 408576698