wpt / css / CSS2 / tables / empty-cells-no-interpolation.html

Status: FAIL | Duration: 183ms | 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)

SubtestStatusMessage
CSS Transitions with transition-behavior:allow-discrete: property <empty-cells> from [initial] to [hide] at (-0.3) should be [initial]PASS
CSS Transitions with transition-behavior:allow-discrete: property <empty-cells> from [initial] to [hide] at (0) should be [initial]PASS
CSS Transitions with transition-behavior:allow-discrete: property <empty-cells> from [initial] to [hide] at (0.3) should be [initial]PASS
CSS Transitions with transition-behavior:allow-discrete: property <empty-cells> from [initial] to [hide] at (0.5) should be [hide]PASS
CSS Transitions with transition-behavior:allow-discrete: property <empty-cells> from [initial] to [hide] at (0.6) should be [hide]PASS
CSS Transitions with transition-behavior:allow-discrete: property <empty-cells> from [initial] to [hide] at (1) should be [hide]PASS
CSS Transitions with transition-behavior:allow-discrete: property <empty-cells> from [initial] to [hide] at (1.5) should be [hide]PASS
CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <empty-cells> from [initial] to [hide] at (-0.3) should be [initial]PASS
CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <empty-cells> from [initial] to [hide] at (0) should be [initial]PASS
CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <empty-cells> from [initial] to [hide] at (0.3) should be [initial]PASS
CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <empty-cells> from [initial] to [hide] at (0.5) should be [hide]PASS
CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <empty-cells> from [initial] to [hide] at (0.6) should be [hide]PASS
CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <empty-cells> from [initial] to [hide] at (1) should be [hide]PASS
CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <empty-cells> from [initial] to [hide] at (1.5) should be [hide]PASS
CSS Transitions: property <empty-cells> from [initial] to [hide] at (-0.3) should be [hide]PASS
CSS Transitions: property <empty-cells> from [initial] to [hide] at (0) should be [hide]PASS
CSS Transitions: property <empty-cells> from [initial] to [hide] at (0.3) should be [hide]PASS
CSS Transitions: property <empty-cells> from [initial] to [hide] at (0.5) should be [hide]PASS
CSS Transitions: property <empty-cells> from [initial] to [hide] at (0.6) should be [hide]PASS
CSS Transitions: property <empty-cells> from [initial] to [hide] at (1) should be [hide]PASS
CSS Transitions: property <empty-cells> from [initial] to [hide] at (1.5) should be [hide]PASS
CSS Transitions with transition: all: property <empty-cells> from [initial] to [hide] at (-0.3) should be [hide]PASS
CSS Transitions with transition: all: property <empty-cells> from [initial] to [hide] at (0) should be [hide]PASS
CSS Transitions with transition: all: property <empty-cells> from [initial] to [hide] at (0.3) should be [hide]PASS
CSS Transitions with transition: all: property <empty-cells> from [initial] to [hide] at (0.5) should be [hide]PASS
CSS Transitions with transition: all: property <empty-cells> from [initial] to [hide] at (0.6) should be [hide]PASS
CSS Transitions with transition: all: property <empty-cells> from [initial] to [hide] at (1) should be [hide]PASS
CSS Transitions with transition: all: property <empty-cells> from [initial] to [hide] at (1.5) should be [hide]PASS
CSS Animations: property <empty-cells> from [initial] to [hide] at (-0.3) should be [initial]PASS
CSS Animations: property <empty-cells> from [initial] to [hide] at (0) should be [initial]PASS
CSS Animations: property <empty-cells> from [initial] to [hide] at (0.3) should be [initial]PASS
CSS Animations: property <empty-cells> from [initial] to [hide] at (0.5) should be [hide]PASS
CSS Animations: property <empty-cells> from [initial] to [hide] at (0.6) should be [hide]PASS
CSS Animations: property <empty-cells> from [initial] to [hide] at (1) should be [hide]PASS
CSS Animations: property <empty-cells> from [initial] to [hide] at (1.5) should be [hide]PASS
Web Animations: property <empty-cells> from [initial] to [hide] at (-0.3) should be [initial]FAILassert_true: Web Animations should be supported expected true got false
Web Animations: property <empty-cells> from [initial] to [hide] at (0) should be [initial]FAILassert_true: Web Animations should be supported expected true got false
Web Animations: property <empty-cells> from [initial] to [hide] at (0.3) should be [initial]FAILassert_true: Web Animations should be supported expected true got false
Web Animations: property <empty-cells> from [initial] to [hide] at (0.5) should be [hide]FAILassert_true: Web Animations should be supported expected true got false
Web Animations: property <empty-cells> from [initial] to [hide] at (0.6) should be [hide]FAILassert_true: Web Animations should be supported expected true got false
Web Animations: property <empty-cells> from [initial] to [hide] at (1) should be [hide]FAILassert_true: Web Animations should be supported expected true got false
Web Animations: property <empty-cells> from [initial] to [hide] at (1.5) should be [hide]FAILassert_true: Web Animations should be supported expected true got false

/css/CSS2/tables/empty-cells-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: 'empty-cells',
  from: 'initial',
  to: 'hide'
});
</script>