wpt / css / css-text / parsing / text-autospace-computed.html

Status: FAIL | Duration: 84ms | Subtests: 0/32 | 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
Property text-autospace value 'initial'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'normal'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'no-autospace'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'auto'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'ideograph-alpha'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'ideograph-numeric'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'ideograph-alpha ideograph-numeric'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'punctuation'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'punctuation ideograph-alpha'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'punctuation ideograph-alpha ideograph-numeric'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'ideograph-alpha insert'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'ideograph-numeric insert'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'ideograph-alpha ideograph-numeric insert'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'punctuation insert'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'punctuation ideograph-alpha insert'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'insert ideograph-alpha'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'insert ideograph-numeric'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'insert ideograph-alpha ideograph-numeric'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'insert punctuation'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'insert punctuation ideograph-alpha'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'insert punctuation ideograph-alpha ideograph-numeric'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'ideograph-alpha replace'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'ideograph-numeric replace'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'ideograph-alpha ideograph-numeric replace'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'punctuation replace'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'punctuation ideograph-alpha replace'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'replace ideograph-alpha'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'replace ideograph-numeric'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'replace ideograph-alpha ideograph-numeric'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'replace punctuation'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'replace punctuation ideograph-alpha'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false
Property text-autospace value 'replace punctuation ideograph-alpha ideograph-numeric'FAILassert_true: text-autospace doesn't seem to be supported in the computed style expected true got false

/css/css-text/parsing/text-autospace-computed.html

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Text: getComputedStyle().textAutospace</title>
<link rel="help" href="https://drafts.csswg.org/css-text-4/#propdef-text-autospace">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/css/support/computed-testcommon.js"></script>
</head>
<body>
<div id="target"></div>
<script>
test_computed_value("text-autospace", "initial", "normal");

test_computed_value("text-autospace", "normal");
test_computed_value("text-autospace", "no-autospace");

test_computed_value("text-autospace", "auto");

test_computed_value("text-autospace", "ideograph-alpha");
test_computed_value("text-autospace", "ideograph-numeric");
test_computed_value("text-autospace", "ideograph-alpha ideograph-numeric");

test_computed_value("text-autospace", "punctuation");
test_computed_value("text-autospace", "punctuation ideograph-alpha", "ideograph-alpha punctuation");
test_computed_value("text-autospace", "punctuation ideograph-alpha ideograph-numeric", "ideograph-alpha ideograph-numeric punctuation");

test_computed_value("text-autospace", "ideograph-alpha insert");
test_computed_value("text-autospace", "ideograph-numeric insert");
test_computed_value("text-autospace", "ideograph-alpha ideograph-numeric insert");

test_computed_value("text-autospace", "punctuation insert");
test_computed_value("text-autospace", "punctuation ideograph-alpha insert", "ideograph-alpha punctuation insert");

test_computed_value("text-autospace", "insert ideograph-alpha", "ideograph-alpha insert");
test_computed_value("text-autospace", "insert ideograph-numeric", "ideograph-numeric insert");
test_computed_value("text-autospace", "insert ideograph-alpha ideograph-numeric", "ideograph-alpha ideograph-numeric insert");

test_computed_value("text-autospace", "insert punctuation", "punctuation insert");
test_computed_value("text-autospace", "insert punctuation ideograph-alpha", "ideograph-alpha punctuation insert");
test_computed_value("text-autospace", "insert punctuation ideograph-alpha ideograph-numeric", "ideograph-alpha ideograph-numeric punctuation insert");

test_computed_value("text-autospace", "ideograph-alpha replace");
test_computed_value("text-autospace", "ideograph-numeric replace");
test_computed_value("text-autospace", "ideograph-alpha ideograph-numeric replace");

test_computed_value("text-autospace", "punctuation replace");
test_computed_value("text-autospace", "punctuation ideograph-alpha replace", "ideograph-alpha punctuation replace");

test_computed_value("text-autospace", "replace ideograph-alpha", "ideograph-alpha replace");
test_computed_value("text-autospace", "replace ideograph-numeric", "ideograph-numeric replace");
test_computed_value("text-autospace", "replace ideograph-alpha ideograph-numeric", "ideograph-alpha ideograph-numeric replace");

test_computed_value("text-autospace", "replace punctuation", "punctuation replace");
test_computed_value("text-autospace", "replace punctuation ideograph-alpha", "ideograph-alpha punctuation replace");
test_computed_value("text-autospace", "replace punctuation ideograph-alpha ideograph-numeric", "ideograph-alpha ideograph-numeric punctuation replace");
</script>
</body>
</html>