From 65b85031fb5688361c077bc04e641e4b502671e1 Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski-Owczarek Date: Mon, 10 Jul 2023 18:33:05 +0200 Subject: 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 --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index e02aa9b80..aef026591 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "@babel/core": "7.10.5", "@babel/plugin-transform-for-of": "7.10.4", "@swc/core": "1.3.66", + "bootstrap": "5.3.0", "colors": "1.4.0", "commitplease": "3.2.0", "core-js-bundle": "3.6.5", -- cgit v1.2.3