jquery/external/bootstrap
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 CSS: Make the reliableTrDimensions support test work with Bootstrap CSS (3.x version) 2023-07-10 18:26:45 +02:00
bootstrap.min.css CSS: Make the reliableTrDimensions support test work with Bootstrap CSS (3.x version) 2023-07-10 18:26:45 +02:00
bootstrap.min.css.map CSS: Make the reliableTrDimensions support test work with Bootstrap CSS (3.x version) 2023-07-10 18:26:45 +02:00