wpt / css / css-gaps / parsing / rule-inset-start-end-valid.html

Status: FAIL | Duration: 54ms | Subtests: 0/36 | 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
e.style['column-rule-inset-start'] = "0" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['column-rule-inset-start'] = "-20px" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['column-rule-inset-start'] = "5%" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['column-rule-inset-start'] = "10vmin" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['column-rule-inset-start'] = "calc(8em + 4ex)" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['column-rule-inset-start'] = "overlap-join" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['column-rule-inset-end'] = "0" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['column-rule-inset-end'] = "-20px" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['column-rule-inset-end'] = "5%" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['column-rule-inset-end'] = "10vmin" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['column-rule-inset-end'] = "calc(8em + 4ex)" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['column-rule-inset-end'] = "overlap-join" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['row-rule-inset-start'] = "0" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['row-rule-inset-start'] = "-20px" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['row-rule-inset-start'] = "5%" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['row-rule-inset-start'] = "10vmin" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['row-rule-inset-start'] = "calc(8em + 4ex)" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['row-rule-inset-start'] = "overlap-join" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['row-rule-inset-end'] = "0" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['row-rule-inset-end'] = "-20px" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['row-rule-inset-end'] = "5%" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['row-rule-inset-end'] = "10vmin" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['row-rule-inset-end'] = "calc(8em + 4ex)" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['row-rule-inset-end'] = "overlap-join" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['rule-inset-start'] = "0" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['rule-inset-start'] = "-20px" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['rule-inset-start'] = "5%" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['rule-inset-start'] = "10vmin" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['rule-inset-start'] = "calc(8em + 4ex)" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['rule-inset-start'] = "overlap-join" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['rule-inset-end'] = "0" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['rule-inset-end'] = "-20px" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['rule-inset-end'] = "5%" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['rule-inset-end'] = "10vmin" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['rule-inset-end'] = "calc(8em + 4ex)" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""
e.style['rule-inset-end'] = "overlap-join" should set the property valueFAILassert_not_equals: property should be set got disallowed value ""

/css/css-gaps/parsing/rule-inset-start-end-valid.html

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>CSS Gaps: parsing rule-inset-start/end shorthands with valid values</title>
  <link rel="author" title="Javier Contreras" href="mailto:javiercon@microsoft.com">
  <link rel="help" href="https://drafts.csswg.org/css-gaps-1/#inset">
  <script src="/resources/testharness.js"></script>
  <script src="/resources/testharnessreport.js"></script>
  <script src="/css/support/parsing-testcommon.js"></script>
</head>
<body>
  <div id="target"></div>
  <script>
    const properties = ['column-rule-inset-start', 'column-rule-inset-end',
                         'row-rule-inset-start', 'row-rule-inset-end',
                         'rule-inset-start', 'rule-inset-end'];
    for (const property of properties) {
      test_valid_value(property, '0', '0px');
      test_valid_value(property, '-20px', '-20px');
      test_valid_value(property, '5%', '5%');
      test_valid_value(property, '10vmin', '10vmin');
      test_valid_value(property, 'calc(8em + 4ex)', 'calc(8em + 4ex)');
      test_valid_value(property, 'overlap-join');
    }
  </script>
</body>
</html>