Status: FAIL | Duration: 193ms | Subtests: 35/42 | Open test on wpt.live | wpt.fyi
Data from commit:
a50cb89 wpt: run reference-named files which are themselves tests (#836) (2026-09-03)
| Subtest | Status | Message |
|---|---|---|
| CSS Transitions with transition-behavior:allow-discrete: property <border-collapse> from [initial] to [collapse] at (-0.3) should be [initial] | PASS | |
| CSS Transitions with transition-behavior:allow-discrete: property <border-collapse> from [initial] to [collapse] at (0) should be [initial] | PASS | |
| CSS Transitions with transition-behavior:allow-discrete: property <border-collapse> from [initial] to [collapse] at (0.3) should be [initial] | PASS | |
| CSS Transitions with transition-behavior:allow-discrete: property <border-collapse> from [initial] to [collapse] at (0.5) should be [collapse] | PASS | |
| CSS Transitions with transition-behavior:allow-discrete: property <border-collapse> from [initial] to [collapse] at (0.6) should be [collapse] | PASS | |
| CSS Transitions with transition-behavior:allow-discrete: property <border-collapse> from [initial] to [collapse] at (1) should be [collapse] | PASS | |
| CSS Transitions with transition-behavior:allow-discrete: property <border-collapse> from [initial] to [collapse] at (1.5) should be [collapse] | PASS | |
| CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-collapse> from [initial] to [collapse] at (-0.3) should be [initial] | PASS | |
| CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-collapse> from [initial] to [collapse] at (0) should be [initial] | PASS | |
| CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-collapse> from [initial] to [collapse] at (0.3) should be [initial] | PASS | |
| CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-collapse> from [initial] to [collapse] at (0.5) should be [collapse] | PASS | |
| CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-collapse> from [initial] to [collapse] at (0.6) should be [collapse] | PASS | |
| CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-collapse> from [initial] to [collapse] at (1) should be [collapse] | PASS | |
| CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-collapse> from [initial] to [collapse] at (1.5) should be [collapse] | PASS | |
| CSS Transitions: property <border-collapse> from [initial] to [collapse] at (-0.3) should be [collapse] | PASS | |
| CSS Transitions: property <border-collapse> from [initial] to [collapse] at (0) should be [collapse] | PASS | |
| CSS Transitions: property <border-collapse> from [initial] to [collapse] at (0.3) should be [collapse] | PASS | |
| CSS Transitions: property <border-collapse> from [initial] to [collapse] at (0.5) should be [collapse] | PASS | |
| CSS Transitions: property <border-collapse> from [initial] to [collapse] at (0.6) should be [collapse] | PASS | |
| CSS Transitions: property <border-collapse> from [initial] to [collapse] at (1) should be [collapse] | PASS | |
| CSS Transitions: property <border-collapse> from [initial] to [collapse] at (1.5) should be [collapse] | PASS | |
| CSS Transitions with transition: all: property <border-collapse> from [initial] to [collapse] at (-0.3) should be [collapse] | PASS | |
| CSS Transitions with transition: all: property <border-collapse> from [initial] to [collapse] at (0) should be [collapse] | PASS | |
| CSS Transitions with transition: all: property <border-collapse> from [initial] to [collapse] at (0.3) should be [collapse] | PASS | |
| CSS Transitions with transition: all: property <border-collapse> from [initial] to [collapse] at (0.5) should be [collapse] | PASS | |
| CSS Transitions with transition: all: property <border-collapse> from [initial] to [collapse] at (0.6) should be [collapse] | PASS | |
| CSS Transitions with transition: all: property <border-collapse> from [initial] to [collapse] at (1) should be [collapse] | PASS | |
| CSS Transitions with transition: all: property <border-collapse> from [initial] to [collapse] at (1.5) should be [collapse] | PASS | |
| CSS Animations: property <border-collapse> from [initial] to [collapse] at (-0.3) should be [initial] | PASS | |
| CSS Animations: property <border-collapse> from [initial] to [collapse] at (0) should be [initial] | PASS | |
| CSS Animations: property <border-collapse> from [initial] to [collapse] at (0.3) should be [initial] | PASS | |
| CSS Animations: property <border-collapse> from [initial] to [collapse] at (0.5) should be [collapse] | PASS | |
| CSS Animations: property <border-collapse> from [initial] to [collapse] at (0.6) should be [collapse] | PASS | |
| CSS Animations: property <border-collapse> from [initial] to [collapse] at (1) should be [collapse] | PASS | |
| CSS Animations: property <border-collapse> from [initial] to [collapse] at (1.5) should be [collapse] | PASS | |
| Web Animations: property <border-collapse> from [initial] to [collapse] at (-0.3) should be [initial] | FAIL | assert_true: Web Animations should be supported expected true got false |
| Web Animations: property <border-collapse> from [initial] to [collapse] at (0) should be [initial] | FAIL | assert_true: Web Animations should be supported expected true got false |
| Web Animations: property <border-collapse> from [initial] to [collapse] at (0.3) should be [initial] | FAIL | assert_true: Web Animations should be supported expected true got false |
| Web Animations: property <border-collapse> from [initial] to [collapse] at (0.5) should be [collapse] | FAIL | assert_true: Web Animations should be supported expected true got false |
| Web Animations: property <border-collapse> from [initial] to [collapse] at (0.6) should be [collapse] | FAIL | assert_true: Web Animations should be supported expected true got false |
| Web Animations: property <border-collapse> from [initial] to [collapse] at (1) should be [collapse] | FAIL | assert_true: Web Animations should be supported expected true got false |
| Web Animations: property <border-collapse> from [initial] to [collapse] at (1.5) should be [collapse] | FAIL | assert_true: Web Animations should be supported expected true got false |
/css/CSS2/tables/border-collapse-no-interpolation.html
<!DOCTYPE html> <link rel=author href="mailto:jarhar@chromium.org"> <link rel=help href="https://github.com/w3c/csswg-drafts/issues/4441"> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/css/support/interpolation-testcommon.js"></script> <body> <script> test_no_interpolation({ property: 'border-collapse', from: 'initial', to: 'collapse' }); </script>