jquery/test/unit
Michał Gołębiowski-Owczarek 65b85031fb
CSS: Make the reliableTrDimensions support test work with Bootstrap CSS
Bootstrap 5 includes the following CSS on the page:

```css
*,
*::before,
*::after {
  box-sizing: border-box;
}
```

That threw our `reliableTrDimensions` support test off. This change fixes the
support test and adds a unit test ensuring support test values on a page
including Bootstrap 5 CSS are the same as on a page without it.

Fixes gh-5270
Closes gh-5278
Ref gh-5279
2023-07-10 18:33:05 +02:00
..
ajax.js Docs: Fix typos found by codespell 2023-06-28 00:29:29 +02:00
animation.js Tests: Exclude tests based on compilation flags, not API presence 2022-06-28 12:39:01 +02:00
attributes.js Tests: Exclude tests based on compilation flags, not API presence 2022-06-28 12:39:01 +02:00
basic.js Tests: Exclude tests based on compilation flags, not API presence 2022-06-28 12:39:01 +02:00
callbacks.js Tests: Exclude tests based on compilation flags, not API presence 2022-06-28 12:39:01 +02:00
core.js Selector: Backport jQuery selection context logic to selector-native 2023-02-13 18:34:41 +01:00
css.js Docs: Fix typos found by codespell 2023-06-28 00:29:29 +02:00
data.js Docs: Fix incorrect trac-NUMBER references 2022-01-12 23:23:42 +01:00
deferred.js Deferred: Rename getStackHook to getErrorHook 2023-03-14 22:32:45 +01:00
deprecated.js Tests: Test AJAX deprecated event aliases properly 2023-03-15 11:44:08 +01:00
dimensions.js CSS: Make offsetHeight( true ), etc. include negative margins 2023-04-04 16:00:55 +02:00
effects.js Tests: Exclude tests based on compilation flags, not API presence 2022-06-28 12:39:01 +02:00
event.js Event: Avoid collisions between jQuery.event.special & Object.prototype 2023-04-03 18:40:24 +02:00
exports.js Build: Update test code for compatibility with QUnit 2.x (#4297) 2019-02-18 19:03:26 +01:00
manipulation.js Core: Fix regression in jQuery.text() on HTMLDocument objects 2023-06-12 23:12:33 +02:00
offset.js Tests: Exclude tests based on compilation flags, not API presence 2022-06-28 12:39:01 +02:00
queue.js Tests: Exclude tests based on compilation flags, not API presence 2022-06-28 12:39:01 +02:00
ready.js Tests: Exclude tests based on compilation flags, not API presence 2022-06-28 12:39:01 +02:00
selector.js Tests: Disable the ":lang respects escaped backslashes" test 2023-06-27 18:05:46 +02:00
serialize.js Tests: Exclude tests based on compilation flags, not API presence 2022-06-28 12:39:01 +02:00
support.js CSS: Make the reliableTrDimensions support test work with Bootstrap CSS 2023-07-10 18:33:05 +02:00
traversing.js Docs: Fix typos found by codespell 2023-06-28 00:29:29 +02:00
tween.js Tests: Exclude tests based on compilation flags, not API presence 2022-06-28 12:39:01 +02:00
wrap.js Tests: Exclude tests based on compilation flags, not API presence 2022-06-28 12:39:01 +02:00