mirror of
https://github.com/servo/servo.git
synced 2025-10-03 10:09:20 +01:00
Implement the unitless length quirk for clip
This commit is contained in:
parent
46913ffe1d
commit
ba59fafb44
3 changed files with 13 additions and 21 deletions
|
@ -12,9 +12,6 @@
|
|||
expected:
|
||||
if os == "mac": FAIL
|
||||
|
||||
[clip: 1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[font-size: 1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -99,9 +96,6 @@
|
|||
expected:
|
||||
if os == "mac": FAIL
|
||||
|
||||
[clip: +1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[font-size: +1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -186,9 +180,6 @@
|
|||
expected:
|
||||
if os == "mac": FAIL
|
||||
|
||||
[clip: -1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[letter-spacing: -1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -240,9 +231,6 @@
|
|||
expected:
|
||||
if os == "mac": FAIL
|
||||
|
||||
[clip: 1.5 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[font-size: 1.5 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -327,9 +315,6 @@
|
|||
expected:
|
||||
if os == "mac": FAIL
|
||||
|
||||
[clip: +1.5 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[font-size: +1.5 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -414,9 +399,6 @@
|
|||
expected:
|
||||
if os == "mac": FAIL
|
||||
|
||||
[clip: -1.5 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[letter-spacing: -1.5 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue