Implement the unitless length quirk for border-*-width

This commit is contained in:
Anthony Ramine 2017-04-24 12:54:34 +02:00
parent 03d24e8361
commit b5a558e592
4 changed files with 20 additions and 52 deletions

View file

@ -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