Index: LayoutTests/fast/inline/fixed-pos-with-transform-container-moves-with-abspos-parent.html |
diff --git a/LayoutTests/fast/inline/fixed-pos-with-transform-container-moves-with-abspos-parent.html b/LayoutTests/fast/inline/fixed-pos-with-transform-container-moves-with-abspos-parent.html |
index 730e50e08ba3a22fa1460ba008a1988d84aace88..75a24be30f201eadb8db43b7ee112fcf6ee30be0 100644 |
--- a/LayoutTests/fast/inline/fixed-pos-with-transform-container-moves-with-abspos-parent.html |
+++ b/LayoutTests/fast/inline/fixed-pos-with-transform-container-moves-with-abspos-parent.html |
@@ -9,7 +9,7 @@ |
border: 2px solid black; |
left:0; |
top:0; |
- -webkit-transform: rotate(0); |
+ transform: rotate(0); |
} |
#outer { |