mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
* Enable more css tests In particular, these directories are no longer skipped: - CSS1 (has no tests) - css-box (except margin-trim) - css-cascade - css-display (except run-in) - css-easing - css-env - css-lists - css-namespaces - css-overflow - css-pseudo - css-sizing (except aspect-ratio and contain-intrinsic-size) - css-syntax - reference - support (has no tests) * Sort list properly * Explicitly list skipped directories * Do not skip css tests by default * Add expectations
34 lines
1.2 KiB
INI
34 lines
1.2 KiB
INI
[list-style-valid.html]
|
|
[e.style['list-style'\] = "disc outside none" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['list-style'\] = "inside" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['list-style'\] = "inside disc" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['list-style'\] = "inside none" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['list-style'\] = "inside none none" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['list-style'\] = "none inside none" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['list-style'\] = "none none inside" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['list-style'\] = "none inside" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['list-style'\] = "square url(\\"https://example.com/\\") inside" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['list-style'\] = "square linear-gradient(red,blue) inside" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['list-style'\] = "disc radial-gradient(circle, #006, #00a 90%, #0000af 100%,white 100%) inside" should set the property value]
|
|
expected: FAIL
|