jquery/external
Michał Gołębiowski-Owczarek a288838c6f
CSS: Make the reliableTrDimensions support test work with Bootstrap CSS (3.x version)
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-5279
Ref gh-5278
2023-07-10 18:26:45 +02:00
..
bootstrap CSS: Make the reliableTrDimensions support test work with Bootstrap CSS (3.x version) 2023-07-10 18:26:45 +02:00
core-js Build: Take core-js from the external directory as well 2021-04-14 01:47:38 +02:00
npo Tests: update npo.js and include unminified source instead 2019-08-12 12:14:58 -04:00
qunit Build: Update QUnit from 1.23.1 to 2.9.2 2019-03-04 20:10:21 +01:00
requirejs Build: Update most dependencies 2019-02-19 13:05:09 +01:00
sinon Build: Update test code for compatibility with QUnit 2.x (#4297) 2019-02-18 19:03:26 +01:00