mirror of
https://github.com/servo/servo.git
synced 2025-07-31 19:20:22 +01: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
39 lines
1.4 KiB
INI
39 lines
1.4 KiB
INI
[overflow-clip-margin.html]
|
|
[e.style['overflow-clip-margin'\] = "10px" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['overflow-clip-margin'\] = "content-box" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['overflow-clip-margin'\] = "content-box 10px" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['overflow-clip-margin'\] = "10px content-box" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['overflow-clip-margin'\] = "0px content-box" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['overflow-clip-margin'\] = "padding-box" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['overflow-clip-margin'\] = "padding-box 0px" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['overflow-clip-margin'\] = "padding-box 10px" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['overflow-clip-margin'\] = "10px padding-box" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['overflow-clip-margin'\] = "border-box" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['overflow-clip-margin'\] = "border-box 0px" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['overflow-clip-margin'\] = "border-box 10px" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['overflow-clip-margin'\] = "10px border-box" should set the property value]
|
|
expected: FAIL
|