mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Implement the unitless length quirk for border-*-width
This commit is contained in:
parent
03d24e8361
commit
b5a558e592
4 changed files with 20 additions and 52 deletions
|
@ -1,17 +1,5 @@
|
|||
[unitless-length.html]
|
||||
type: testharness
|
||||
[border-top-width: 1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[border-right-width: 1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[border-bottom-width: 1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[border-left-width: 1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[border-width: 1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -99,18 +87,6 @@
|
|||
[word-spacing: 1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[border-top-width: +1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[border-right-width: +1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[border-bottom-width: +1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[border-left-width: +1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[border-width: +1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -249,18 +225,6 @@
|
|||
[word-spacing: -1 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[border-top-width: 1.5 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[border-right-width: 1.5 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[border-bottom-width: 1.5 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[border-left-width: 1.5 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[border-width: 1.5 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -348,18 +312,6 @@
|
|||
[word-spacing: 1.5 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[border-top-width: +1.5 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[border-right-width: +1.5 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[border-bottom-width: +1.5 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[border-left-width: +1.5 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
[border-width: +1.5 (quirks)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue