Index: LayoutTests/animations/cross-fade-list-style-image.html |
diff --git a/LayoutTests/animations/cross-fade-list-style-image.html b/LayoutTests/animations/cross-fade-list-style-image.html |
index 2facd77969f43724550a37b21b791c0c2733dc6c..9cc372c1ca32b81cf07528a886dfc27b487569e1 100644 |
--- a/LayoutTests/animations/cross-fade-list-style-image.html |
+++ b/LayoutTests/animations/cross-fade-list-style-image.html |
@@ -40,7 +40,6 @@ |
const expectedValues = [ |
// [time, element-id, property, expected-value, tolerance] |
- [2.5, "box", "listStyleImage", 0.5, 0.05], |
[2.5, ["box", "boxStatic"], "listStyleImage", 0.5, 0.05], |
[2.5, ["boxShorthand", "boxStatic"], "listStyleImage", 0.5, 0.05], |
]; |