diff options
author | bptato <nincsnevem662@gmail.com> | 2024-12-30 18:07:33 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-12-30 18:07:33 +0100 |
commit | 1f37f1047a6c8a9731ae3990f7053bd1afdb0cdc (patch) | |
tree | 1e298447d4d0c47c6bf95175567e78480d4ed314 /test/layout/margin.expected | |
parent | f19b1a15feb381004728c1315cd1c89e61035359 (diff) | |
download | chawan-1f37f1047a6c8a9731ae3990f7053bd1afdb0cdc.tar.gz |
cssvalues: fix length shorthand parsing
Diffstat (limited to 'test/layout/margin.expected')
-rw-r--r-- | test/layout/margin.expected | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/layout/margin.expected b/test/layout/margin.expected index 73eaa60e..9872e68e 100644 --- a/test/layout/margin.expected +++ b/test/layout/margin.expected @@ -1,8 +1,7 @@ spacer - left, right: 2em - top, bottom: 1em. - + left, right: 2em + top, bottom: 1em. spacer width: 10em |