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)
| Subtest | Status | Message |
|---|---|---|
| Property text-autospace value 'initial' | FAIL | assert_true: text-autospace doesn't seem to be supported in the computed style expected true got false |
| Property text-autospace value 'normal' | FAIL | assert_true: text-autospace doesn't seem to be supported in the computed style expected true got false |
| Property text-autospace value 'no-autospace' | FAIL | assert_true: text-autospace doesn't seem to be supported in the computed style expected true got false |
| Property text-autospace value 'auto' | FAIL | assert_true: text-autospace doesn't seem to be supported in the computed style expected true got false |
| Property text-autospace value 'ideograph-alpha' | FAIL | assert_true: text-autospace doesn't seem to be supported in the computed style expected true got false |
| Property text-autospace value 'ideograph-numeric' | FAIL | assert_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' | FAIL | assert_true: text-autospace doesn't seem to be supported in the computed style expected true got false |
| Property text-autospace value 'punctuation' | FAIL | assert_true: text-autospace doesn't seem to be supported in the computed style expected true got false |
| Property text-autospace value 'punctuation ideograph-alpha' | FAIL | assert_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' | FAIL | assert_true: text-autospace doesn't seem to be supported in the computed style expected true got false |
| Property text-autospace value 'ideograph-alpha insert' | FAIL | assert_true: text-autospace doesn't seem to be supported in the computed style expected true got false |
| Property text-autospace value 'ideograph-numeric insert' | FAIL | assert_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' | FAIL | assert_true: text-autospace doesn't seem to be supported in the computed style expected true got false |
| Property text-autospace value 'punctuation insert' | FAIL | assert_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' | FAIL | assert_true: text-autospace doesn't seem to be supported in the computed style expected true got false |
| Property text-autospace value 'insert ideograph-alpha' | FAIL | assert_true: text-autospace doesn't seem to be supported in the computed style expected true got false |
| Property text-autospace value 'insert ideograph-numeric' | FAIL | assert_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' | FAIL | assert_true: text-autospace doesn't seem to be supported in the computed style expected true got false |
| Property text-autospace value 'insert punctuation' | FAIL | assert_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' | FAIL | assert_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' | FAIL | assert_true: text-autospace doesn't seem to be supported in the computed style expected true got false |
| Property text-autospace value 'ideograph-alpha replace' | FAIL | assert_true: text-autospace doesn't seem to be supported in the computed style expected true got false |
| Property text-autospace value 'ideograph-numeric replace' | FAIL | assert_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' | FAIL | assert_true: text-autospace doesn't seem to be supported in the computed style expected true got false |
| Property text-autospace value 'punctuation replace' | FAIL | assert_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' | FAIL | assert_true: text-autospace doesn't seem to be supported in the computed style expected true got false |
| Property text-autospace value 'replace ideograph-alpha' | FAIL | assert_true: text-autospace doesn't seem to be supported in the computed style expected true got false |
| Property text-autospace value 'replace ideograph-numeric' | FAIL | assert_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' | FAIL | assert_true: text-autospace doesn't seem to be supported in the computed style expected true got false |
| Property text-autospace value 'replace punctuation' | FAIL | assert_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' | FAIL | assert_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' | FAIL | assert_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>