test/web-platform-tests/web-animations/interfaces/Animatable/animate-basic.html
was failing on my Desktop with
Failed differently:
Test: 'Element.animate() does not accept property-indexed keyframes with an invalid easing value'
Expected: 'assert_throws: function "function () {\n div.animate(subtest.input, 2000);\n }" did not throw'
Actual: 'assert_throws: function "function() {\n div.animate(subtest.input, 2000);\n }" did not throw'
This is a simple change in function serialization.
test/web-platform-tests/web-animations/interfaces/Animatable/animate-basic.html was failing on my Desktop with
This is a simple change in function serialization.