- Notifications
You must be signed in to change notification settings - Fork20.6k
Commita288838
authored
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 thesupport test and adds a unit test ensuring support test values on a pageincluding Bootstrap 5 CSS are the same as on a page without it.Fixesgh-5270Closesgh-5279Refgh-52781 parent87467a6 commita288838
File tree
8 files changed
+12117
-2
lines changed- external/bootstrap
- src/css
- test
- data/support
- unit
8 files changed
+12117
-2
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
92 | 96 |
| |
93 | 97 |
| |
94 | 98 |
| |
|
0 commit comments
Comments
(0)