Index: LayoutTests/animations/cross-fade-border-image-source.html |
diff --git a/LayoutTests/animations/cross-fade-border-image-source.html b/LayoutTests/animations/cross-fade-border-image-source.html |
index cb832e1d802355bc6b5574ba88fb52e6eae290eb..9bd63cfe952ecb695e0b7a2d4e5ab1e6559103fb 100644 |
--- a/LayoutTests/animations/cross-fade-border-image-source.html |
+++ b/LayoutTests/animations/cross-fade-border-image-source.html |
@@ -48,7 +48,6 @@ |
const expectedValues = [ |
// [time, element-id, property, expected-value, tolerance] |
// FIXME: We can't test reading the borderImage shorthand because of bug #13658. |
- [2.5, "box", "borderImageSource", 0.5, 0.05], |
[2.5, ["box", "boxStatic"], "borderImageSource", 0.5, 0.05], |
[2.5, ["boxShorthand", "boxStatic"], "borderImageSource", 0.5, 0.05], |
]; |