<!-- Feature Requests: Please read https://github.com/jquery/jquery/wiki/Adding-new-features Most features should start as plugins outside of jQuery. Bug Reports: Note that we only can fix bugs in the latest version of jQuery. Briefly describe the issue you've encountered * What do you expect to happen? * What actually happens? * Which browsers are affected? Provide a *minimal* test case, see https://webkit.org/test-case-reduction/ Use the latest shipping version of jQuery in your test case! We prefer test cases on https://jsbin.com or https://jsfiddle.net Frequently Reported Issues: * Selectors with '#' break: See https://github.com/jquery/jquery/issues/2824 --> ### Description ### The outerHeight() differs between Chrome and IE11. In the test case below the height shows as 23 in chrome but 25 in IE11. ### Link to test case ### https://jsfiddle.net/179d0uek/12/