jquery/test/data/support
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
..
bodyBackground.html Tests: Refactor testIframe() to make it DRYer and more consistent 2016-04-11 13:32:51 -04:00
bootstrap.html CSS: Make the reliableTrDimensions support test work with Bootstrap CSS 2023-07-10 18:33:05 +02:00
csp.js Tests: Refactor testIframe() to make it DRYer and more consistent 2016-04-11 13:32:51 -04:00
csp.log Add more thorough check for CSP violations 2013-11-07 20:16:19 +01:00
getComputedSupport.js Fix #10814. Make support tests lazy and broken out to components. 2013-09-06 03:38:22 +02:00