Status: FAIL | Duration: 58ms | Subtests: 0/2 | 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 |
|---|---|---|
| e.style['field-sizing'] = "fixed" should set the property value | FAIL | assert_not_equals: property should be set got disallowed value "" |
| e.style['field-sizing'] = "content" should set the property value | FAIL | assert_not_equals: property should be set got disallowed value "" |
/css/css-ui/parsing/field-sizing-valid.html
<!DOCTYPE html> <title>CSS UI: parsing field-sizing with valid values</title> <link rel="help" href="https://drafts.csswg.org/css-ui-4/#field-sizing"> <link rel="author" title="Kent Tamura" href="mailto:tkent@chromium.org"> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/css/support/parsing-testcommon.js"></script> <body> <script> test_valid_value('field-sizing', 'fixed'); test_valid_value('field-sizing', 'content'); </script> </body>