/css/css-fonts/parsing/font-width-valid.html| status | subtest | message |
|---|---|---|
| FAIL | e.style['font-width'] = "normal" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['font-width'] = "ultra-condensed" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['font-width'] = "extra-condensed" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['font-width'] = "condensed" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['font-width'] = "semi-condensed" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['font-width'] = "semi-expanded" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['font-width'] = "expanded" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['font-width'] = "extra-expanded" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['font-width'] = "ultra-expanded" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['font-width'] = "234.5%" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['font-width'] = "calc(100%)" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['font-width'] = "calc(0%)" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['font-width'] = "calc(-100%)" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['font-width'] = "calc(100% + 100%)" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| FAIL | e.style['font-width'] = "calc(100% + (sign(20cqw - 10px) * 5%))" should set the property value | assert_not_equals: property should be set got disallowed value "" |
| PASS | e.style['font-stretch'] = "normal" should set the property value | |
| PASS | e.style['font-stretch'] = "ultra-condensed" should set the property value | |
| PASS | e.style['font-stretch'] = "extra-condensed" should set the property value | |
| PASS | e.style['font-stretch'] = "condensed" should set the property value | |
| PASS | e.style['font-stretch'] = "semi-condensed" should set the property value | |
| PASS | e.style['font-stretch'] = "semi-expanded" should set the property value | |
| PASS | e.style['font-stretch'] = "expanded" should set the property value | |
| PASS | e.style['font-stretch'] = "extra-expanded" should set the property value | |
| PASS | e.style['font-stretch'] = "ultra-expanded" should set the property value | |
| PASS | e.style['font-stretch'] = "234.5%" should set the property value | |
| PASS | e.style['font-stretch'] = "calc(100%)" should set the property value | |
| PASS | e.style['font-stretch'] = "calc(0%)" should set the property value | |
| PASS | e.style['font-stretch'] = "calc(-100%)" should set the property value | |
| PASS | e.style['font-stretch'] = "calc(100% + 100%)" should set the property value | |
| FAIL | e.style['font-stretch'] = "calc(100% + (sign(20cqw - 10px) * 5%))" should set the property value | assert_not_equals: property should be set got disallowed value "" |
bundle built 2026-07-16T07:16:48.063Z