| Index: LayoutTests/webexposed/web-animations-api.html
|
| diff --git a/LayoutTests/webexposed/web-animations-api.html b/LayoutTests/webexposed/web-animations-api.html
|
| index 516b920b9b4c6df0fa1af071e369802eaa5c6ddf..403e292ba4de52e10bb4fd4bbe239696f6fdb563 100644
|
| --- a/LayoutTests/webexposed/web-animations-api.html
|
| +++ b/LayoutTests/webexposed/web-animations-api.html
|
| @@ -7,8 +7,8 @@ test(function() {
|
| }, 'Element.animate() should be exposed.');
|
|
|
| test(function() {
|
| - assert_false('getAnimationPlayers' in Element.prototype);
|
| -}, 'Element.getAnimationPlayers() should not be exposed without experimental web platform features enabled.\nThis test is expected to fail in LayoutTests/webexposed.')
|
| + assert_false('getAnimations' in Element.prototype);
|
| +}, 'Element.getAnimations() should not be exposed without experimental web platform features enabled.\nThis test is expected to fail in LayoutTests/webexposed.')
|
|
|
| test(function() {
|
| assert_false('Animation' in window);
|
|
|