1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-29 16:58:28 +00:00

Issue #1673 - Part 4: Unprefix -moz-tab-size.

While we do fail a couple of tests, the other mainstream browsers also fail them and I think our implementation of tab-size is good enough to be unprefixed at this point. Having this patch also makes testing easier.
This commit is contained in:
athenian200
2020-10-27 20:37:50 -05:00
committed by roytam1
parent a64dc2a367
commit 7373069560
7 changed files with 38 additions and 10 deletions
+1 -1
View File
@@ -4513,7 +4513,7 @@ struct LengthNumberCalcObj
bool mIsNumber;
};
struct LengthNumberCalcOps : public css::FloatCoeffsAlreadyNormalizedOps
struct LengthNumberCalcOps : public css::NumbersAlreadyNormalizedOps
{
typedef LengthNumberCalcObj result_type;
nsStyleContext* const mStyleContext;