Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Unified Diff: third_party/WebKit/LayoutTests/animations/cross-fade-webkit-mask-box-image-expected.html

Issue 2970883003: Separate out animations tests with prefixing (Closed)
Patch Set: Rebaseline virtual/threaded version of test too Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698