Implement the unitless length quirk for margin

This commit is contained in:
Anthony Ramine 2017-04-25 00:37:32 +02:00
parent bcc6d4580d
commit 2aea6d8907
3 changed files with 7 additions and 33 deletions

View file

@ -12,9 +12,6 @@
expected:
if os == "mac": FAIL
[margin: 1 (quirks)]
expected: FAIL
[max-height: 1 (quirks)]
expected: FAIL
@ -75,9 +72,6 @@
expected:
if os == "mac": FAIL
[margin: +1 (quirks)]
expected: FAIL
[max-height: +1 (quirks)]
expected: FAIL
@ -138,9 +132,6 @@
expected:
if os == "mac": FAIL
[margin: -1 (quirks)]
expected: FAIL
[padding: -1 (quirks)]
expected: FAIL
@ -177,9 +168,6 @@
expected:
if os == "mac": FAIL
[margin: 1.5 (quirks)]
expected: FAIL
[max-height: 1.5 (quirks)]
expected: FAIL
@ -240,9 +228,6 @@
expected:
if os == "mac": FAIL
[margin: +1.5 (quirks)]
expected: FAIL
[max-height: +1.5 (quirks)]
expected: FAIL
@ -303,9 +288,6 @@
expected:
if os == "mac": FAIL
[margin: -1.5 (quirks)]
expected: FAIL
[padding: -1.5 (quirks)]
expected: FAIL
@ -1314,27 +1296,15 @@
expected:
if os == "mac": FAIL
[margin: 1px 2 (quirks)]
expected: FAIL
[padding: 1px 2 (quirks)]
expected: FAIL
[margin: 1 2px (quirks)]
expected: FAIL
[padding: 1 2px (quirks)]
expected: FAIL
[margin: 1 +2 (quirks)]
expected: FAIL
[padding: 1 +2 (quirks)]
expected: FAIL
[margin: 1 -2 (quirks)]
expected: FAIL
[padding: 1 -2 (quirks)]
expected: FAIL