Fix app-unit rounding for border width edges

This commit is contained in:
Basilisk-Dev 2026-05-09 18:30:47 -04:00 • committed by wuggy
commit cf8b773656
2 changed files with 127 additions and 21 deletions

View file

@ -24,6 +24,8 @@ var tests = [
["2px", "2px"],
["2.75px", "2px"],
["2.999px", "2px"],
["3px", "3px"],
["3.001px", "3px"],
];
function checkWidth(property, setupProperty, setupValue) {