Index: LayoutTests/compositing/squashing/squash-above-fixed-3.html |
diff --git a/LayoutTests/compositing/squashing/squash-above-fixed-3.html b/LayoutTests/compositing/squashing/squash-above-fixed-3.html |
index 92dd8e9f76146fd71d607181811f4e7213f0dae5..4e3b3db435b7a3604c75c99263834e07fa59f204 100644 |
--- a/LayoutTests/compositing/squashing/squash-above-fixed-3.html |
+++ b/LayoutTests/compositing/squashing/squash-above-fixed-3.html |
@@ -5,7 +5,7 @@ |
<style> |
#backgroundFixed { |
- -webkit-transform: translatez(0); |
+ transform: translatez(0); |
position: fixed; |
height: 400px; |
width: 400px; |
@@ -25,7 +25,7 @@ |
} |
#innerFixed { |
- -webkit-transform: translatez(0); |
+ transform: translatez(0); |
background-color: blue; |
position: fixed; |
top: 150px; |