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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/web-animations/animation-model/animation-types/spacing-keyframes-filters.html

Issue 2697453005: Import wpt@758b3b4cfa805067f36121333ba031e583d3a62c (Closed)
Patch Set: Add -expected.txt files. Created 3 years, 10 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/external/wpt/web-animations/animation-model/animation-types/spacing-keyframes-filters.html
diff --git a/third_party/WebKit/LayoutTests/external/wpt/web-animations/animation-model/animation-types/spacing-keyframes-filters.html b/third_party/WebKit/LayoutTests/external/wpt/web-animations/animation-model/animation-types/spacing-keyframes-filters.html
index 11c865a7fdd3e4e16e05a6de98b5e63ca97abd93..ad930408450f20599bfb19a9413ad70c851b9e9b 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/web-animations/animation-model/animation-types/spacing-keyframes-filters.html
+++ b/third_party/WebKit/LayoutTests/external/wpt/web-animations/animation-model/animation-types/spacing-keyframes-filters.html
@@ -189,7 +189,7 @@ test(function(t) {
Math.sqrt(1 * 1 + 0.5 * 0.5 + 1 * 1),
Math.sqrt(0.25 * 0.25 + 1 * 1) ];
assert_animation_offsets(anim, dist);
-}, 'Test spacing on filter function lists' );
+}, 'Test spacing on filter function lists with consistent sequence' );
test(function(t) {
var anim =
@@ -204,7 +204,7 @@ test(function(t) {
0,
Math.sqrt(0.25 * 0.25 + 1 * 1) ];
assert_animation_offsets(anim, dist);
-}, 'Test spacing on filter function lists' );
+}, 'Test spacing on filter function lists with inconsistent sequence' );
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698