Index: LayoutTests/animations/animation-offscreen-to-onscreen-expected.html |
diff --git a/LayoutTests/animations/animation-offscreen-to-onscreen-expected.html b/LayoutTests/animations/animation-offscreen-to-onscreen-expected.html |
index 8f56e51fd39072ef55f9b36fe51494b7006680d6..cf6a53f2f7b6a87bbf59dc71e6d19879ce381534 100644 |
--- a/LayoutTests/animations/animation-offscreen-to-onscreen-expected.html |
+++ b/LayoutTests/animations/animation-offscreen-to-onscreen-expected.html |
@@ -13,7 +13,7 @@ |
width: 100px; |
margin: 0; |
background-color: green; |
- -webkit-transform: translate(100px, 0px); |
+ transform: translate(100px, 0px); |
} |
</style> |
</head> |