mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
This also makes a couple small improvements: - Rename `IntrinsicSizes` to `NaturalSizes` which reflects more modern spec language. - Move the conversion of Stylo's `ImageRendering` to WebRender's version to a `ToWebRender` trait implementation. Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Oriol Brufau <obrufau@igalia.com>
12 lines
419 B
INI
Vendored
12 lines
419 B
INI
Vendored
[object-fit-valid.html]
|
|
[e.style['object-fit'\] = "contain scale-down" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['object-fit'\] = "cover scale-down" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['object-fit'\] = "scale-down contain" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['object-fit'\] = "scale-down cover" should set the property value]
|
|
expected: FAIL
|