Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(dom): fix removeElClass test in Safari 10. (#3768)
Safari 10 automatically dedupes duplicate class names in an element. So, our test was failing because we had an extra "foo" in the check. This is an unlikely scenario that has browser variations, so, better to just remove it.
- Loading branch information