|
|
|
|
|
by triblondon
4235 days ago
|
|
Mozilla's implementation is the problem here, not the polyfill. The polyfill is actually (on this point) a better implementation of the spec than the one that landed in FF 32. What has happened here is that our test runner has loaded the polyfill, but it has not installed because FF passes a naive feature-detect. However, it goes on to fail the full test suite, so we conclude that the polyfill does not work (which is strictly true) and mark it accordingly on our compatibility chart. Moz bug filed: https://bugzilla.mozilla.org/show_bug.cgi?id=924058 |
|