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

Unified Diff: LayoutTests/animations/cross-fade-border-image-source.html

Issue 693613006: Remove "static:" element type from animation-test-helpers.js (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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: 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 3821a0454ff6725d85bc6f0ce6fcd827c06cf25b..cb832e1d802355bc6b5574ba88fb52e6eae290eb 100644
--- a/LayoutTests/animations/cross-fade-border-image-source.html
+++ b/LayoutTests/animations/cross-fade-border-image-source.html
@@ -49,8 +49,8 @@
// [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", "static:boxStatic"], "borderImageSource", 0.5, 0.05],
- [2.5, ["boxShorthand", "static:boxStatic"], "borderImageSource", 0.5, 0.05],
+ [2.5, ["box", "boxStatic"], "borderImageSource", 0.5, 0.05],
+ [2.5, ["boxShorthand", "boxStatic"], "borderImageSource", 0.5, 0.05],
];
var doPixelTest = true;
« no previous file with comments | « LayoutTests/animations/cross-fade-background-image.html ('k') | LayoutTests/animations/cross-fade-list-style-image.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698