Index: third_party/WebKit/LayoutTests/animations/cross-fade-webkit-mask-box-image-expected.html |
diff --git a/third_party/WebKit/LayoutTests/animations/cross-fade-webkit-mask-box-image-expected.html b/third_party/WebKit/LayoutTests/animations/cross-fade-webkit-mask-box-image-expected.html |
index ec99dc149e8d83992a88d1fbf91417ba9d5f6b72..76826d2be45d39b8817231d76d629dd3450c43c1 100644 |
--- a/third_party/WebKit/LayoutTests/animations/cross-fade-webkit-mask-box-image-expected.html |
+++ b/third_party/WebKit/LayoutTests/animations/cross-fade-webkit-mask-box-image-expected.html |
@@ -19,10 +19,6 @@ |
background-color: red; |
-webkit-mask-box-image: -webkit-cross-fade(url(resources/stripes-100.png), url(resources/green-100.png), 25%) 50 stretch; |
} |
- @-webkit-keyframes anim { |
- from { -webkit-mask-box-image: url(resources/stripes-100.png) 50 stretch; } |
- to { -webkit-mask-box-image: url(resources/green-100.png) 50 stretch; } |
- } |
</style> |
</head> |
<body> |