mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Implement the unitless length quirk for word-spacing
This commit is contained in:
parent
59a7819aa9
commit
d53eb777e1
2 changed files with 2 additions and 19 deletions
|
@ -24,9 +24,6 @@
|
|||
expected:
|
||||
if os == "mac": FAIL
|
||||
|
||||
[word-spacing: 1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: +1 (quirks)]
|
||||
expected:
|
||||
if os == "mac": FAIL
|
||||
|
@ -51,9 +48,6 @@
|
|||
expected:
|
||||
if os == "mac": FAIL
|
||||
|
||||
[word-spacing: +1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: -1 (quirks)]
|
||||
expected:
|
||||
if os == "mac": FAIL
|
||||
|
@ -78,9 +72,6 @@
|
|||
expected:
|
||||
if os == "mac": FAIL
|
||||
|
||||
[word-spacing: -1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: 1.5 (quirks)]
|
||||
expected:
|
||||
if os == "mac": FAIL
|
||||
|
@ -105,9 +96,6 @@
|
|||
expected:
|
||||
if os == "mac": FAIL
|
||||
|
||||
[word-spacing: 1.5 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: +1.5 (quirks)]
|
||||
expected:
|
||||
if os == "mac": FAIL
|
||||
|
@ -132,9 +120,6 @@
|
|||
expected:
|
||||
if os == "mac": FAIL
|
||||
|
||||
[word-spacing: +1.5 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: -1.5 (quirks)]
|
||||
expected:
|
||||
if os == "mac": FAIL
|
||||
|
@ -159,9 +144,6 @@
|
|||
expected:
|
||||
if os == "mac": FAIL
|
||||
|
||||
[word-spacing: -1.5 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: \\31 (quirks)]
|
||||
expected:
|
||||
if os == "mac": FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue