mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +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>
63 lines
1.9 KiB
INI
Vendored
63 lines
1.9 KiB
INI
Vendored
[container-parsing.html]
|
|
[e.style['container'\] = "initial" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['container'\] = "inherit" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['container'\] = "unset" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['container'\] = "revert" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['container'\] = "none" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['container'\] = "none / normal" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['container'\] = "inline-size" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['container'\] = "none / inline-size" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['container'\] = "size" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['container'\] = "block-size / size" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['container'\] = "inline-size / inline-size" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['container'\] = "size / size" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['container'\] = "foo" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['container'\] = "foo / normal" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['container'\] = "foo bar / size" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['container'\] = "foo bar / normal" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['container'\] = "FOO / size" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['container'\] = "FOO/size" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['container'\] = " FOO /size" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['container'\] = "normal / size" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['container'\] = "auto / size" should set the property value]
|
|
expected: FAIL
|