summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/fixed-position-scroll-offset-history-restore.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/compositing/fixed-position-scroll-offset-history-restore.html')
-rw-r--r--third_party/WebKit/LayoutTests/compositing/fixed-position-scroll-offset-history-restore.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/compositing/fixed-position-scroll-offset-history-restore.html b/third_party/WebKit/LayoutTests/compositing/fixed-position-scroll-offset-history-restore.html
index b32172a..4ed8da5 100644
--- a/third_party/WebKit/LayoutTests/compositing/fixed-position-scroll-offset-history-restore.html
+++ b/third_party/WebKit/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) {