mirror of
https://github.com/servo/servo.git
synced 2025-10-03 18:19:14 +01:00
49 lines
1.5 KiB
INI
49 lines
1.5 KiB
INI
[object-position-computed.html]
|
|
[Property object-position value '-20% -30px' computes to '-20% -30px']
|
|
expected: FAIL
|
|
|
|
[Property object-position value 'center center' computes to '50% 50%']
|
|
expected: FAIL
|
|
|
|
[Property object-position value '10% center' computes to '10% 50%']
|
|
expected: FAIL
|
|
|
|
[Property object-position value 'center bottom' computes to '50% 100%']
|
|
expected: FAIL
|
|
|
|
[Property object-position value '40px top' computes to '40px 0%']
|
|
expected: FAIL
|
|
|
|
[Property object-position value 'center top' computes to '50% 0%']
|
|
expected: FAIL
|
|
|
|
[Property object-position value 'right 20% bottom 10%' computes to '80% 90%']
|
|
expected: FAIL
|
|
|
|
[Property object-position value 'right bottom' computes to '100% 100%']
|
|
expected: FAIL
|
|
|
|
[Property object-position value 'center 50px' computes to '50% 50px']
|
|
expected: FAIL
|
|
|
|
[Property object-position value 'left bottom' computes to '0% 100%']
|
|
expected: FAIL
|
|
|
|
[Property object-position value 'left center' computes to '0% 50%']
|
|
expected: FAIL
|
|
|
|
[Property object-position value '30px center' computes to '30px 50%']
|
|
expected: FAIL
|
|
|
|
[Property object-position value 'right 40%' computes to '100% 40%']
|
|
expected: FAIL
|
|
|
|
[Property object-position value 'center' computes to '50% 50%']
|
|
expected: FAIL
|
|
|
|
[Property object-position value 'right 30% top 60px' computes to '70% 60px']
|
|
expected: FAIL
|
|
|
|
[Property object-position value 'right 20px bottom 10px' computes to 'calc(100% - 20px) calc(100% - 10px)']
|
|
expected: FAIL
|
|
|