mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Enable more css tests (#31469)
* 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
This commit is contained in:
parent
0beec63c86
commit
2b1d342102
1357 changed files with 17727 additions and 66 deletions
2
tests/wpt/meta/css/css-overflow/clip-001.html.ini
Normal file
2
tests/wpt/meta/css/css-overflow/clip-001.html.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-001.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-overflow/clip-002.html.ini
Normal file
2
tests/wpt/meta/css/css-overflow/clip-002.html.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-002.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-overflow/clip-003.html.ini
Normal file
2
tests/wpt/meta/css/css-overflow/clip-003.html.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-003.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-overflow/clip-004.html.ini
Normal file
2
tests/wpt/meta/css/css-overflow/clip-004.html.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-004.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-overflow/clip-005.html.ini
Normal file
2
tests/wpt/meta/css/css-overflow/clip-005.html.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-005.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[display-flex-svg-overflow-default.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[dynamic-visible-to-clip-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[incremental-scroll.html]
|
||||
expected: TIMEOUT
|
30
tests/wpt/meta/css/css-overflow/inheritance.html.ini
Normal file
30
tests/wpt/meta/css/css-overflow/inheritance.html.ini
Normal file
|
@ -0,0 +1,30 @@
|
|||
[inheritance.html]
|
||||
[Property block-ellipsis has initial value none]
|
||||
expected: FAIL
|
||||
|
||||
[Property block-ellipsis inherits]
|
||||
expected: FAIL
|
||||
|
||||
[Property continue has initial value auto]
|
||||
expected: FAIL
|
||||
|
||||
[Property continue does not inherit]
|
||||
expected: FAIL
|
||||
|
||||
[Property max-lines has initial value none]
|
||||
expected: FAIL
|
||||
|
||||
[Property max-lines does not inherit]
|
||||
expected: FAIL
|
||||
|
||||
[Property text-overflow has initial value clip]
|
||||
expected: FAIL
|
||||
|
||||
[Property text-overflow does not inherit]
|
||||
expected: FAIL
|
||||
|
||||
[Property scrollbar-gutter has initial value auto]
|
||||
expected: FAIL
|
||||
|
||||
[Property scrollbar-gutter does not inherit]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[logical-overflow-001.html]
|
||||
[overflow-y matches overflow-inline, and overflow-x matches overflow-block when the element has a vertical writing mode]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[orthogonal-flow-with-inline-end-margin.html]
|
||||
[Scrollable container with orthogonal writing-mode child with inline-end margin]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[overflow-body-propagation-007.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[overflow-body-propagation-008.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[overflow-body-propagation-009.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[overflow-body-propagation-010.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-overflow/overflow-canvas.html.ini
Normal file
2
tests/wpt/meta/css/css-overflow/overflow-canvas.html.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[overflow-canvas.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[overflow-clip-cant-scroll.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[overflow-clip-hit-testing.html]
|
||||
[Ensure elements in overflow:visible are returned from elementFromPoint]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[overflow-clip-margin-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[overflow-clip-margin-004.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[overflow-clip-margin-010.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[overflow-clip-margin-hit-testing.html]
|
||||
[Ensure elements in overflow-clip-margin are returned from elementFromPoint]
|
||||
expected: FAIL
|
|
@ -0,0 +1,4 @@
|
|||
[overflow-clip-margin-intersection-observer.html]
|
||||
expected: ERROR
|
||||
[ParentWithOverflowClipMargin]
|
||||
expected: NOTRUN
|
|
@ -0,0 +1,2 @@
|
|||
[overflow-clip-margin-invalidation.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[overflow-clip-margin-svg.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[overflow-clip-margin-visual-box-and-value-with-border-radius.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[overflow-clip-margin-visual-box-and-value.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[overflow-clip-margin-visual-box.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[overflow-clip-scroll-size.html]
|
||||
[scroll size should take into account border size and overflow-clip-margin]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[overflow-clip-x-visible-y-svg.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[overflow-clip-y-visible-x-svg.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[overflow-img-border-radius.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[overflow-img-display-table.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[overflow-img-object-position.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[overflow-img-scroll-non-replaced.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-overflow/overflow-img.html.ini
Normal file
2
tests/wpt/meta/css/css-overflow/overflow-img.html.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[overflow-img.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[overflow-inline-transform-relative.html]
|
||||
[#target used transform when computing scroll overflow]
|
||||
expected: FAIL
|
|
@ -0,0 +1,204 @@
|
|||
[overflow-no-interpolation.html]
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <overflow-clip-margin> from [initial\] to [123px\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <overflow-clip-margin> from [initial\] to [123px\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <overflow-clip-margin> from [initial\] to [123px\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <overflow-clip-margin> from [initial\] to [123px\] at (0.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <overflow-clip-margin> from [initial\] to [123px\] at (0.6) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <overflow-clip-margin> from [initial\] to [123px\] at (1) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <overflow-clip-margin> from [initial\] to [123px\] at (1.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <overflow-clip-margin> from [initial\] to [123px\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <overflow-clip-margin> from [initial\] to [123px\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <overflow-clip-margin> from [initial\] to [123px\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <overflow-clip-margin> from [initial\] to [123px\] at (0.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <overflow-clip-margin> from [initial\] to [123px\] at (0.6) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <overflow-clip-margin> from [initial\] to [123px\] at (1) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <overflow-clip-margin> from [initial\] to [123px\] at (1.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <overflow-clip-margin> from [initial\] to [123px\] at (-0.3) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <overflow-clip-margin> from [initial\] to [123px\] at (0) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <overflow-clip-margin> from [initial\] to [123px\] at (0.3) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <overflow-clip-margin> from [initial\] to [123px\] at (0.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <overflow-clip-margin> from [initial\] to [123px\] at (0.6) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <overflow-clip-margin> from [initial\] to [123px\] at (1) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <overflow-clip-margin> from [initial\] to [123px\] at (1.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <overflow-clip-margin> from [initial\] to [123px\] at (-0.3) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <overflow-clip-margin> from [initial\] to [123px\] at (0) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <overflow-clip-margin> from [initial\] to [123px\] at (0.3) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <overflow-clip-margin> from [initial\] to [123px\] at (0.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <overflow-clip-margin> from [initial\] to [123px\] at (0.6) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <overflow-clip-margin> from [initial\] to [123px\] at (1) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <overflow-clip-margin> from [initial\] to [123px\] at (1.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <overflow-clip-margin> from [initial\] to [123px\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <overflow-clip-margin> from [initial\] to [123px\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <overflow-clip-margin> from [initial\] to [123px\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <overflow-clip-margin> from [initial\] to [123px\] at (0.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <overflow-clip-margin> from [initial\] to [123px\] at (0.6) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <overflow-clip-margin> from [initial\] to [123px\] at (1) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <overflow-clip-margin> from [initial\] to [123px\] at (1.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <overflow-clip-margin> from [initial\] to [123px\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <overflow-clip-margin> from [initial\] to [123px\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <overflow-clip-margin> from [initial\] to [123px\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <overflow-clip-margin> from [initial\] to [123px\] at (0.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <overflow-clip-margin> from [initial\] to [123px\] at (0.6) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <overflow-clip-margin> from [initial\] to [123px\] at (1) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <overflow-clip-margin> from [initial\] to [123px\] at (1.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <overflow-x> from [hidden\] to [visible\] at (-0.3) should be [hidden\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <overflow-x> from [hidden\] to [visible\] at (0) should be [hidden\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <overflow-x> from [hidden\] to [visible\] at (0.3) should be [hidden\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <overflow-x> from [hidden\] to [visible\] at (-0.3) should be [hidden\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <overflow-x> from [hidden\] to [visible\] at (0) should be [hidden\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <overflow-x> from [hidden\] to [visible\] at (0.3) should be [hidden\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <overflow-x> from [hidden\] to [visible\] at (-0.3) should be [hidden\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <overflow-x> from [hidden\] to [visible\] at (0) should be [hidden\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <overflow-x> from [hidden\] to [visible\] at (0.3) should be [hidden\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <overflow-x> from [hidden\] to [visible\] at (0.5) should be [visible\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <overflow-x> from [hidden\] to [visible\] at (0.6) should be [visible\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <overflow-x> from [hidden\] to [visible\] at (1) should be [visible\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <overflow-x> from [hidden\] to [visible\] at (1.5) should be [visible\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <overflow-y> from [hidden\] to [visible\] at (-0.3) should be [hidden\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <overflow-y> from [hidden\] to [visible\] at (0) should be [hidden\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-behavior:allow-discrete: property <overflow-y> from [hidden\] to [visible\] at (0.3) should be [hidden\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <overflow-y> from [hidden\] to [visible\] at (-0.3) should be [hidden\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <overflow-y> from [hidden\] to [visible\] at (0) should be [hidden\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <overflow-y> from [hidden\] to [visible\] at (0.3) should be [hidden\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <overflow-y> from [hidden\] to [visible\] at (-0.3) should be [hidden\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <overflow-y> from [hidden\] to [visible\] at (0) should be [hidden\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <overflow-y> from [hidden\] to [visible\] at (0.3) should be [hidden\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <overflow-y> from [hidden\] to [visible\] at (0.5) should be [visible\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <overflow-y> from [hidden\] to [visible\] at (0.6) should be [visible\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <overflow-y> from [hidden\] to [visible\] at (1) should be [visible\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <overflow-y> from [hidden\] to [visible\] at (1.5) should be [visible\]]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[overflow-overlay.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[overflow-padding.html]
|
||||
[Container padding is applied approriately to block/inline children.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[paint-containment-svg.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[block-ellipsis-valid.html]
|
||||
[e.style['block-ellipsis'\] = "none" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['block-ellipsis'\] = "auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['block-ellipsis'\] = "\\" etc., etc. \\"" should set the property value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[continue-valid.html]
|
||||
[e.style['continue'\] = "auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['continue'\] = "discard" should set the property value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,18 @@
|
|||
[line-clamp-valid.html]
|
||||
[e.style['line-clamp'\] = "none" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['line-clamp'\] = "1" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['line-clamp'\] = "6" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['line-clamp'\] = "7 none" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['line-clamp'\] = "8 auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['line-clamp'\] = "9 \\" etc., etc. \\"" should set the property value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[max-lines-valid.html]
|
||||
[e.style['max-lines'\] = "none" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['max-lines'\] = "1" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['max-lines'\] = "6" should set the property value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,42 @@
|
|||
[overflow-clip-margin-computed.html]
|
||||
[Property overflow-clip-margin value '0px']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow-clip-margin value '10px']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow-clip-margin value 'content-box']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow-clip-margin value 'content-box 0px']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow-clip-margin value 'content-box 10px']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow-clip-margin value '10px content-box']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow-clip-margin value 'padding-box']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow-clip-margin value 'padding-box 0px']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow-clip-margin value 'padding-box 10px']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow-clip-margin value '10px padding-box']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow-clip-margin value 'border-box']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow-clip-margin value 'border-box 0px']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow-clip-margin value 'border-box 10px']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow-clip-margin value '10px border-box']
|
||||
expected: FAIL
|
|
@ -0,0 +1,39 @@
|
|||
[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
|
|
@ -0,0 +1,36 @@
|
|||
[overflow-computed.html]
|
||||
[Property overflow value 'clip']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow value 'auto clip']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow value 'clip auto']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow value 'clip clip']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow value 'clip hidden']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow value 'clip scroll']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow value 'clip visible']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow value 'hidden clip']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow value 'scroll clip']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow value 'visible clip']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow-y value 'clip']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow-block value 'clip']
|
||||
expected: FAIL
|
|
@ -0,0 +1,12 @@
|
|||
[overflow-valid.html]
|
||||
[e.style['overflow'\] = "clip" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['overflow'\] = "clip clip" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['overflow-y'\] = "clip" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['overflow-block'\] = "clip" should set the property value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,12 @@
|
|||
[scrollbar-gutter-valid.html]
|
||||
[e.style['scrollbar-gutter'\] = "auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scrollbar-gutter'\] = "stable" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scrollbar-gutter'\] = "stable both-edges" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scrollbar-gutter'\] = "both-edges stable" should set the property value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[text-overflow-computed.html]
|
||||
[Property text-overflow value 'clip']
|
||||
expected: FAIL
|
||||
|
||||
[Property text-overflow value 'ellipsis']
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[text-overflow-valid.html]
|
||||
[e.style['text-overflow'\] = "clip" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-overflow'\] = "ellipsis" should set the property value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[webkit-line-clamp-valid.html]
|
||||
[e.style['-webkit-line-clamp'\] = "none" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['-webkit-line-clamp'\] = "1" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['-webkit-line-clamp'\] = "6" should set the property value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[rounded-overflow-clip-visible.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[rounded-overflow-visible-clip.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,7 @@
|
|||
[scroll-overflow-padding-block-001.html]
|
||||
expected: ERROR
|
||||
[undefined block-end]
|
||||
expected: FAIL
|
||||
|
||||
[undefined block-start]
|
||||
expected: [PASS, FAIL]
|
|
@ -0,0 +1,3 @@
|
|||
[scrollable-overflow-float.html]
|
||||
[#target 1]
|
||||
expected: FAIL
|
|
@ -0,0 +1,90 @@
|
|||
[scrollable-overflow-padding.html]
|
||||
[scrollable-container 1]
|
||||
expected: FAIL
|
||||
|
||||
[scrollable-container 2]
|
||||
expected: FAIL
|
||||
|
||||
[scrollable-container 3]
|
||||
expected: FAIL
|
||||
|
||||
[scrollable-container 4]
|
||||
expected: FAIL
|
||||
|
||||
[scrollable-container 5]
|
||||
expected: FAIL
|
||||
|
||||
[scrollable-container 6]
|
||||
expected: FAIL
|
||||
|
||||
[scrollable-container 7]
|
||||
expected: FAIL
|
||||
|
||||
[scrollable-container 8]
|
||||
expected: FAIL
|
||||
|
||||
[scrollable-container 9]
|
||||
expected: FAIL
|
||||
|
||||
[scrollable-container 10]
|
||||
expected: FAIL
|
||||
|
||||
[scrollable-container 11]
|
||||
expected: FAIL
|
||||
|
||||
[scrollable-container 12]
|
||||
expected: FAIL
|
||||
|
||||
[scrollable-container 13]
|
||||
expected: FAIL
|
||||
|
||||
[scrollable-container 14]
|
||||
expected: FAIL
|
||||
|
||||
[scrollable-container 15]
|
||||
expected: FAIL
|
||||
|
||||
[scrollable-container 16]
|
||||
expected: FAIL
|
||||
|
||||
[scrollable-container 17]
|
||||
expected: FAIL
|
||||
|
||||
[scrollable-container 18]
|
||||
expected: FAIL
|
||||
|
||||
[scrollable-container 19]
|
||||
expected: FAIL
|
||||
|
||||
[scrollable-container 20]
|
||||
expected: FAIL
|
||||
|
||||
[scrollable-container 21]
|
||||
expected: FAIL
|
||||
|
||||
[scrollable-container 22]
|
||||
expected: FAIL
|
||||
|
||||
[scrollable-container 23]
|
||||
expected: FAIL
|
||||
|
||||
[scrollable-container 24]
|
||||
expected: FAIL
|
||||
|
||||
[scrollable-container 25]
|
||||
expected: FAIL
|
||||
|
||||
[scrollable-container 26]
|
||||
expected: FAIL
|
||||
|
||||
[scrollable-container 27]
|
||||
expected: FAIL
|
||||
|
||||
[scrollable-container 28]
|
||||
expected: FAIL
|
||||
|
||||
[scrollable-container 29]
|
||||
expected: FAIL
|
||||
|
||||
[scrollable-container 30]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[scrollable-overflow-self-collapsing.html]
|
||||
[.target 1]
|
||||
expected: FAIL
|
||||
|
||||
[.target 2]
|
||||
expected: FAIL
|
||||
|
||||
[.target 3]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[scrollable-overflow-textarea.html]
|
||||
[#textarea 1]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[scrollable-overflow-transform-001.html]
|
||||
[.container 1]
|
||||
expected: FAIL
|
||||
|
||||
[.container 2]
|
||||
expected: FAIL
|
||||
|
||||
[.container 3]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[scrollable-overflow-transform-002.html]
|
||||
[.container 1]
|
||||
expected: FAIL
|
||||
|
||||
[.container 2]
|
||||
expected: FAIL
|
||||
|
||||
[.container 3]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[scrollable-overflow-transform-003.html]
|
||||
[.container 1]
|
||||
expected: FAIL
|
||||
|
||||
[.container 2]
|
||||
expected: FAIL
|
||||
|
||||
[.container 3]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[scrollable-overflow-transform-dynamic-001.html]
|
||||
[Check scrollWidth before and after transform chage]
|
||||
expected: FAIL
|
||||
|
||||
[Check scrollHeight before and after transform chage]
|
||||
expected: FAIL
|
||||
|
||||
[Check scrollWidth and scrollHeight before and after transform chage]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[scrollable-overflow-transform-dynamic-002.html]
|
||||
[Check scrollWidth before and after transform chage]
|
||||
expected: FAIL
|
||||
|
||||
[Check scrollHeight before and after transform chage]
|
||||
expected: FAIL
|
||||
|
||||
[Check scrollWidth and scrollHeight before and after transform chage]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[scrollable-overflow-transform-dynamic-003.html]
|
||||
[Check scrollWidth before and after transform chage]
|
||||
expected: FAIL
|
||||
|
||||
[Check scrollHeight before and after transform chage]
|
||||
expected: FAIL
|
||||
|
||||
[Check scrollWidth and scrollHeight before and after transform chage]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[scrollable-overflow-transform-dynamic-004.html]
|
||||
[Check scrollWidth before and after position and transform chage]
|
||||
expected: FAIL
|
||||
|
||||
[Check scrollHeight before and after position and transform chage]
|
||||
expected: FAIL
|
||||
|
||||
[Check scrollWidth and scrollHeight after position and transform chage]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[scrollable-overflow-transform-dynamic-005.html]
|
||||
[Check scrollWidth before and after appendChild() and transform chage]
|
||||
expected: FAIL
|
||||
|
||||
[Check scrollHeight before and after appendChild() and transform chage]
|
||||
expected: FAIL
|
||||
|
||||
[Check scrollWidth and scrollHeight before and after appendChild() and transform chage]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[scrollable-overflow-transform-dynamic-006.html]
|
||||
[Check scrollWidth before and after removeChild() and transform chage]
|
||||
expected: FAIL
|
||||
|
||||
[Check scrollHeight before and after removeChild() and transform chage]
|
||||
expected: FAIL
|
||||
|
||||
[Check scrollWidth and scrollHeight before and after removeChild() and transform chage]
|
||||
expected: FAIL
|
|
@ -0,0 +1,18 @@
|
|||
[scrollable-overflow-zero-one-axis.html]
|
||||
[.scroll 1]
|
||||
expected: FAIL
|
||||
|
||||
[.scroll 2]
|
||||
expected: FAIL
|
||||
|
||||
[.scroll 3]
|
||||
expected: FAIL
|
||||
|
||||
[.scroll 4]
|
||||
expected: FAIL
|
||||
|
||||
[.scroll 5]
|
||||
expected: FAIL
|
||||
|
||||
[.scroll 6]
|
||||
expected: FAIL
|
|
@ -0,0 +1,21 @@
|
|||
[scrollbar-gutter-001.html]
|
||||
[overflow scroll, scrollbar-gutter auto]
|
||||
expected: FAIL
|
||||
|
||||
[overflow auto, scrollbar-gutter stable]
|
||||
expected: FAIL
|
||||
|
||||
[overflow scroll, scrollbar-gutter stable]
|
||||
expected: FAIL
|
||||
|
||||
[overflow hidden, scrollbar-gutter stable]
|
||||
expected: FAIL
|
||||
|
||||
[overflow auto, scrollbar-gutter stable both-edges]
|
||||
expected: FAIL
|
||||
|
||||
[overflow scroll, scrollbar-gutter stable both-edges]
|
||||
expected: FAIL
|
||||
|
||||
[overflow hidden, scrollbar-gutter stable both-edges]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[scrollbar-gutter-dynamic-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[scrollbar-gutter-dynamic-004.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[scrollbar-gutter-propagation-001.html]
|
||||
[viewport has gutter, others do not]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[scrollbar-gutter-propagation-002.html]
|
||||
[viewport has gutter, others do not]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[scrollbar-gutter-propagation-003.html]
|
||||
[viewport has gutter, others do not]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[scrollbar-gutter-propagation-007.html]
|
||||
[viewport has fixed scrollbars]
|
||||
expected: FAIL
|
|
@ -0,0 +1,21 @@
|
|||
[scrollbar-gutter-rtl-001.html]
|
||||
[overflow scroll, scrollbar-gutter auto]
|
||||
expected: FAIL
|
||||
|
||||
[overflow auto, scrollbar-gutter stable]
|
||||
expected: FAIL
|
||||
|
||||
[overflow scroll, scrollbar-gutter stable]
|
||||
expected: FAIL
|
||||
|
||||
[overflow hidden, scrollbar-gutter stable]
|
||||
expected: FAIL
|
||||
|
||||
[overflow auto, scrollbar-gutter stable both-edges]
|
||||
expected: FAIL
|
||||
|
||||
[overflow scroll, scrollbar-gutter stable both-edges]
|
||||
expected: FAIL
|
||||
|
||||
[overflow hidden, scrollbar-gutter stable both-edges]
|
||||
expected: FAIL
|
|
@ -0,0 +1,21 @@
|
|||
[scrollbar-gutter-vertical-lr-001.html]
|
||||
[overflow scroll, scrollbar-gutter auto]
|
||||
expected: FAIL
|
||||
|
||||
[overflow auto, scrollbar-gutter stable]
|
||||
expected: FAIL
|
||||
|
||||
[overflow scroll, scrollbar-gutter stable]
|
||||
expected: FAIL
|
||||
|
||||
[overflow hidden, scrollbar-gutter stable]
|
||||
expected: FAIL
|
||||
|
||||
[overflow auto, scrollbar-gutter stable both-edges]
|
||||
expected: FAIL
|
||||
|
||||
[overflow scroll, scrollbar-gutter stable both-edges]
|
||||
expected: FAIL
|
||||
|
||||
[overflow hidden, scrollbar-gutter stable both-edges]
|
||||
expected: FAIL
|
|
@ -0,0 +1,21 @@
|
|||
[scrollbar-gutter-vertical-rl-001.html]
|
||||
[overflow scroll, scrollbar-gutter auto]
|
||||
expected: FAIL
|
||||
|
||||
[overflow auto, scrollbar-gutter stable]
|
||||
expected: FAIL
|
||||
|
||||
[overflow scroll, scrollbar-gutter stable]
|
||||
expected: FAIL
|
||||
|
||||
[overflow hidden, scrollbar-gutter stable]
|
||||
expected: FAIL
|
||||
|
||||
[overflow auto, scrollbar-gutter stable both-edges]
|
||||
expected: FAIL
|
||||
|
||||
[overflow scroll, scrollbar-gutter stable both-edges]
|
||||
expected: FAIL
|
||||
|
||||
[overflow hidden, scrollbar-gutter stable both-edges]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[text-overflow-ellipsis-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[text-overflow-ellipsis-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[text-overflow-ellipsis-rtl-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[text-overflow-ellipsis-vertical-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[text-overflow-ellipsis-vertical-rtl-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[text-overflow-scroll-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[text-overflow-scroll-rtl-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[text-overflow-scroll-vertical-lr-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[text-overflow-scroll-vertical-lr-rtl-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[text-overflow-scroll-vertical-rl-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[text-overflow-scroll-vertical-rl-rtl-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[webkit-line-clamp-005.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[webkit-line-clamp-006.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[webkit-line-clamp-007.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[webkit-line-clamp-008.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[webkit-line-clamp-009.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[webkit-line-clamp-010.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[webkit-line-clamp-011.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[webkit-line-clamp-012.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[webkit-line-clamp-013.html]
|
||||
expected: FAIL
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue