Index: LayoutTests/animations/cross-fade-webkit-mask-box-image.html |
diff --git a/LayoutTests/animations/cross-fade-webkit-mask-box-image.html b/LayoutTests/animations/cross-fade-webkit-mask-box-image.html |
index b0d0dff5287ad37d82a4d6e511d450cfed548300..40d7eb1002ffd2ce3263aa74d5f9e4bb1d9dbb7b 100644 |
--- a/LayoutTests/animations/cross-fade-webkit-mask-box-image.html |
+++ b/LayoutTests/animations/cross-fade-webkit-mask-box-image.html |
@@ -33,7 +33,6 @@ |
if (imagesLoaded == 2) { |
const expectedValues = [ |
// [time, element-id, property, expected-value, tolerance] |
- [2.25, "box", "webkitMaskBoxImage", 0.25, 0.05], |
[2.25, ["box", "boxStatic"], "webkitMaskBoxImage", 0.25, 0.05] |
]; |
var doPixelTest = true; |