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) { |