web-animations / web-animations-js-legacy

The original emulator of the Web Animations specification. Please use web-animations-js instead:
https://github.com/web-animations/web-animations-js
Apache License 2.0
707 stars 84 forks source link

Output the expected failure message instead of undefined #607

Closed alancutter closed 10 years ago

alancutter commented 10 years ago

Expected failures were being reported as:

Check #anim1 at t=0ms at t=0ms: pass-expected-failure - Expected failure (undefined)

They should be:

Check #anim1 at t=0ms at t=0ms: pass-expected-failure - Expected failure (Doesn't quite follow path correctly.)