Index: LayoutTests/compositing/layer-creation/fixed-position-under-transform.html |
diff --git a/LayoutTests/compositing/layer-creation/fixed-position-under-transform.html b/LayoutTests/compositing/layer-creation/fixed-position-under-transform.html |
index 72c62af6d749f473b53a23147ca81096cb73efed..3e789f35421c1a9f5a68151f49a43e3eccf2bc59 100644 |
--- a/LayoutTests/compositing/layer-creation/fixed-position-under-transform.html |
+++ b/LayoutTests/compositing/layer-creation/fixed-position-under-transform.html |
@@ -10,7 +10,7 @@ |
#transform { |
z-index: 0; |
/* transform establishes a fixed pos container, so translate to make up for scroll offset so indicator is still underneath overlap */ |
- -webkit-transform:translate3d(0px, 1000px, 0px); |
+ transform:translate3d(0px, 1000px, 0px); |
} |
#indicator { |