Files
servo/tests/wpt/meta-legacy-layout/css/css-backgrounds/parsing/background-position-x-computed.html.ini
Martin Robinson f4578afdfe Rename metadata directories
This renames:
 - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
 - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
 - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
 - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
2023-06-22 21:15:41 +02:00

56 lines
1.8 KiB
INI

[background-position-x-computed.html]
[Property background-position-x value 'right 10px' computes to 'calc(100% + 10px)']
expected: FAIL
[Property background-position-x value 'calc(10px - 0.5em), left -20%, right 10px' computes to '-10px, -20%, calc(100% + 10px)']
expected: FAIL
[Property background-position-x value 'center, left, right' computes to '50%, 0%, 100px']
expected: FAIL
[Property background-position-x value 'x-start' computes to 'x-start']
expected: FAIL
[Property background-position-x value '0.5em, x-start, x-end' computes to '20px, x-start, x-end']
expected: FAIL
[Property background-position-x value 'x-end' computes to 'x-end']
expected: FAIL
[Property background-position-x value 'calc(10px - 0.5em), -20%, 10px' computes to '-10px']
expected: FAIL
[Property background-position-x value 'calc(10px - 0.5em), left -20%, right 10px' computes to '-10px']
expected: FAIL
[Property background-position-x value '-20%, 10px' computes to '-20%']
expected: FAIL
[Property background-position-x value 'center, left, right' computes to '50%']
expected: FAIL
[Property background-position-x value '0.5em, x-start, x-end' computes to '20px']
expected: FAIL
[Property background-position-x value 'calc(10px - 0.5em), left -20%, right 10px']
expected: FAIL
[Property background-position-x value 'center, left, right']
expected: FAIL
[Property background-position-x value '0.5em, x-start, x-end']
expected: FAIL
[Property background-position-x value 'x-end']
expected: FAIL
[Property background-position-x value 'x-start']
expected: FAIL
[Property background-position-x value 'calc(10px - 0.5em), -20%, 10px']
expected: FAIL
[Property background-position-x value '-20%, 10px']
expected: FAIL