mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Implement the unitless length quirk for font-size
This commit is contained in:
parent
ba59fafb44
commit
0e7308e6dc
5 changed files with 30 additions and 18 deletions
|
@ -12,9 +12,6 @@
|
|||
expected:
|
||||
if os == "mac": FAIL
|
||||
|
||||
[font-size: 1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[height: 1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -96,9 +93,6 @@
|
|||
expected:
|
||||
if os == "mac": FAIL
|
||||
|
||||
[font-size: +1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[height: +1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -231,9 +225,6 @@
|
|||
expected:
|
||||
if os == "mac": FAIL
|
||||
|
||||
[font-size: 1.5 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[height: 1.5 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -315,9 +306,6 @@
|
|||
expected:
|
||||
if os == "mac": FAIL
|
||||
|
||||
[font-size: +1.5 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[height: +1.5 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue