wpt / css / css-content / content-no-interpolation.html

Status: FAIL | Duration: 178ms | 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 <content> from [initial] to ["b"] at (-0.3) should be [initial]PASS
CSS Transitions with transition-behavior:allow-discrete: property <content> from [initial] to ["b"] at (0) should be [initial]PASS
CSS Transitions with transition-behavior:allow-discrete: property <content> from [initial] to ["b"] at (0.3) should be [initial]PASS
CSS Transitions with transition-behavior:allow-discrete: property <content> from [initial] to ["b"] at (0.5) should be ["b"]PASS
CSS Transitions with transition-behavior:allow-discrete: property <content> from [initial] to ["b"] at (0.6) should be ["b"]PASS
CSS Transitions with transition-behavior:allow-discrete: property <content> from [initial] to ["b"] at (1) should be ["b"]PASS
CSS Transitions with transition-behavior:allow-discrete: property <content> from [initial] to ["b"] at (1.5) should be ["b"]PASS
CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <content> from [initial] to ["b"] at (-0.3) should be [initial]PASS
CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <content> from [initial] to ["b"] at (0) should be [initial]PASS
CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <content> from [initial] to ["b"] at (0.3) should be [initial]PASS
CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <content> from [initial] to ["b"] at (0.5) should be ["b"]PASS
CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <content> from [initial] to ["b"] at (0.6) should be ["b"]PASS
CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <content> from [initial] to ["b"] at (1) should be ["b"]PASS
CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <content> from [initial] to ["b"] at (1.5) should be ["b"]PASS
CSS Transitions: property <content> from [initial] to ["b"] at (-0.3) should be ["b"]PASS
CSS Transitions: property <content> from [initial] to ["b"] at (0) should be ["b"]PASS
CSS Transitions: property <content> from [initial] to ["b"] at (0.3) should be ["b"]PASS
CSS Transitions: property <content> from [initial] to ["b"] at (0.5) should be ["b"]PASS
CSS Transitions: property <content> from [initial] to ["b"] at (0.6) should be ["b"]PASS
CSS Transitions: property <content> from [initial] to ["b"] at (1) should be ["b"]PASS
CSS Transitions: property <content> from [initial] to ["b"] at (1.5) should be ["b"]PASS
CSS Transitions with transition: all: property <content> from [initial] to ["b"] at (-0.3) should be ["b"]PASS
CSS Transitions with transition: all: property <content> from [initial] to ["b"] at (0) should be ["b"]PASS
CSS Transitions with transition: all: property <content> from [initial] to ["b"] at (0.3) should be ["b"]PASS
CSS Transitions with transition: all: property <content> from [initial] to ["b"] at (0.5) should be ["b"]PASS
CSS Transitions with transition: all: property <content> from [initial] to ["b"] at (0.6) should be ["b"]PASS
CSS Transitions with transition: all: property <content> from [initial] to ["b"] at (1) should be ["b"]PASS
CSS Transitions with transition: all: property <content> from [initial] to ["b"] at (1.5) should be ["b"]PASS
CSS Animations: property <content> from [initial] to ["b"] at (-0.3) should be [initial]PASS
CSS Animations: property <content> from [initial] to ["b"] at (0) should be [initial]PASS
CSS Animations: property <content> from [initial] to ["b"] at (0.3) should be [initial]PASS
CSS Animations: property <content> from [initial] to ["b"] at (0.5) should be ["b"]PASS
CSS Animations: property <content> from [initial] to ["b"] at (0.6) should be ["b"]PASS
CSS Animations: property <content> from [initial] to ["b"] at (1) should be ["b"]PASS
CSS Animations: property <content> from [initial] to ["b"] at (1.5) should be ["b"]PASS
Web Animations: property <content> from [initial] to ["b"] at (-0.3) should be [initial]FAILassert_true: Web Animations should be supported expected true got false
Web Animations: property <content> from [initial] to ["b"] at (0) should be [initial]FAILassert_true: Web Animations should be supported expected true got false
Web Animations: property <content> from [initial] to ["b"] at (0.3) should be [initial]FAILassert_true: Web Animations should be supported expected true got false
Web Animations: property <content> from [initial] to ["b"] at (0.5) should be ["b"]FAILassert_true: Web Animations should be supported expected true got false
Web Animations: property <content> from [initial] to ["b"] at (0.6) should be ["b"]FAILassert_true: Web Animations should be supported expected true got false
Web Animations: property <content> from [initial] to ["b"] at (1) should be ["b"]FAILassert_true: Web Animations should be supported expected true got false
Web Animations: property <content> from [initial] to ["b"] at (1.5) should be ["b"]FAILassert_true: Web Animations should be supported expected true got false

/css/css-content/content-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: 'content',
  from: 'initial',
  to: '"b"'
});
</script>