mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
This feature is part of --enable-experimental-web-platform-features, so it should be enabled on all tests. It's not really implemented beyond parsing, but it should be safe to enable. It mostly changes test results from ERROR to FAIL. This is part of #36315 Signed-off-by: Oriol Brufau <obrufau@igalia.com>
22 lines
501 B
INI
Vendored
22 lines
501 B
INI
Vendored
[container-units-svglength.html]
|
|
expected: ERROR
|
|
[unitType with container-relative units]
|
|
expected: FAIL
|
|
|
|
[cqw,cqh can be resolved]
|
|
expected: FAIL
|
|
|
|
[cqi,cqb can be resolved]
|
|
expected: FAIL
|
|
|
|
[cqmin,cqmax can be resolved]
|
|
expected: FAIL
|
|
|
|
[calc() with container-relative units can be resolved]
|
|
expected: FAIL
|
|
|
|
[Can modify value with container-relative units]
|
|
expected: FAIL
|
|
|
|
[CSS Container Queries Test: container-relative units in SVGLength]
|
|
expected: NOTRUN
|