]> source.dussan.org Git - jquery.git/commit
Tests: Disable a whitespace-setting test in Edge 14
authorMichał Gołębiowski <m.goleb@gmail.com>
Mon, 12 Sep 2016 16:36:48 +0000 (18:36 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Mon, 12 Sep 2016 16:36:48 +0000 (18:36 +0200)
commit3f5f5433d5ba8bcc1644c8bbb3c1038f97d454bf
treecf87df1f6bd3998f30d724294b3a64ffa41cee6c
parent52e24471c89b80e6208b4987bb76994e64c1e489
Tests: Disable a whitespace-setting test in Edge 14

Working around this problem would require us to skip setting whitespace-only
values except when they're valid which would be very fragile. Another option
would be to set the value and see if it succeeded and then react to that.

We've tried something like that in the past to be able to overwrite !important
styles (see 24e5879) but it broke the CSS cascade (see
https://bugs.jquery.com/ticket/14836#comment:5) and was triggering
MutationObserver callbacks too often so it was reverted in PR gh-1532.

Ref gh-3204
Ref gh-1532
test/unit/css.js