mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
In Edge 14-16 setting a style property to a whitespace-only value resets it to the default, forcing us to skip a relevant CSS test in Edge. Now that Edge 17 has fixed the issue we can re-enable this test there. Ref gh-3204 Closes gh-4101