From a288838c6f2ddd08c41e09b4672ad39a03822b04 Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski-Owczarek Date: Mon, 10 Jul 2023 18:26:45 +0200 Subject: 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 --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index 7483ce02a..7f2fee939 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "devDependencies": { "@babel/core": "7.3.3", "@babel/plugin-transform-for-of": "7.2.0", + "bootstrap": "5.3.0", "colors": "1.4.0", "commitplease": "3.2.0", "core-js": "2.6.5", -- cgit v1.2.3