Skip to content

Commit 8eeee08

Browse files
committed
updateExpectations
1 parent cf2c666 commit 8eeee08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/web-platform-tests-expectations.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ module.exports = {
1111
'Element.animate() creates an Animation object':
1212
'assert_equals: Returned object is an Animation expected "[object Animation]" but got "[object Object]"',
1313

14-
// Seems to be a bug in Firefox 47? The TypeError is thrown but disappears by the time it bubbles up to assert_throws().
14+
// Seems to be a bug in Firefox 47 onwards? The TypeError is thrown but disappears by the time it bubbles up to assert_throws().
1515
'Element.animate() does not accept property-indexed keyframes with an invalid easing value':
16-
'assert_throws: function "function () {\n"use strict";\n\n div.animate(subtest.input, 2000);\n }" did not throw',
16+
'assert_throws: function "function () {\n div.animate(subtest.input, 2000);\n }" did not throw',
1717
},
1818

1919
'test/web-platform-tests/web-animations/interfaces/Animatable/animate-effect.html': {

0 commit comments

Comments
 (0)