mirror of
https://github.com/servo/servo.git
synced 2025-09-09 14:38:21 +01:00
Implement the unitless length quirk for border-width
This commit is contained in:
parent
b5a558e592
commit
91cc30046b
2 changed files with 4 additions and 24 deletions
|
@ -1,8 +1,5 @@
|
|||
[unitless-length.html]
|
||||
type: testharness
|
||||
[border-width: 1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: 1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -87,9 +84,6 @@
|
|||
[word-spacing: 1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[border-width: +1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: +1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -225,9 +219,6 @@
|
|||
[word-spacing: -1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[border-width: 1.5 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: 1.5 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -312,9 +303,6 @@
|
|||
[word-spacing: 1.5 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[border-width: +1.5 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: +1.5 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1188,27 +1176,18 @@
|
|||
[top: calc(2 * 2px) (standards)]
|
||||
expected: FAIL
|
||||
|
||||
[border-width: 1px 2 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[margin: 1px 2 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[padding: 1px 2 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[border-width: 1 2px (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[margin: 1 2px (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[padding: 1 2px (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[border-width: 1 +2 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[margin: 1 +2 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue