/css/css-pseudo/parsing/marker-supported-properties.html| status | subtest | message |
|---|---|---|
| FAIL | Property font value 'italic small-caps 900 expanded 25px / 50px Ahem' in ::marker | assert_in_array: value "16px serif" not in array ["italic small-caps 900 expanded 25px / 50px Ahem", "italic small-caps 900 expanded 25px/50px Ahem"] |
| FAIL | Property font-family value 'Ahem' in ::marker | assert_equals: expected "Ahem" but got "serif" |
| FAIL | Property font-feature-settings value '"smcp"' in ::marker | assert_equals: expected "\"smcp\"" but got "normal" |
| FAIL | Property font-kerning value 'none' in ::marker | assert_equals: expected "none" but got "auto" |
| FAIL | Property font-size value '25px' in ::marker | assert_equals: expected "25px" but got "16px" |
| FAIL | Property font-size-adjust value '1' in ::marker | assert_true: font-size-adjust doesn't seem to be supported in the computed style expected true got false |
| FAIL | Property font-stretch value 'expanded' in ::marker | assert_in_array: value "100%" not in array ["expanded", "125%"] |
| FAIL | Property font-style value 'italic' in ::marker | assert_equals: expected "italic" but got "normal" |
| FAIL | Property font-synthesis value 'none' in ::marker | assert_true: font-synthesis doesn't seem to be supported in the computed style expected true got false |
| FAIL | Property font-synthesis-small-caps value 'none' in ::marker | assert_true: font-synthesis-small-caps doesn't seem to be supported in the computed style expected true got false |
| FAIL | Property font-synthesis-style value 'none' in ::marker | assert_true: font-synthesis-style doesn't seem to be supported in the computed style expected true got false |
| FAIL | Property font-synthesis-weight value 'none' in ::marker | assert_equals: expected "none" but got "auto" |
| FAIL | Property font-variant value 'small-caps' in ::marker | assert_equals: expected "small-caps" but got "normal" |
| FAIL | Property font-variant-caps value 'small-caps' in ::marker | assert_equals: expected "small-caps" but got "normal" |
| FAIL | Property font-variant-east-asian value 'full-width' in ::marker | assert_equals: expected "full-width" but got "normal" |
| FAIL | Property font-variant-ligatures value 'historical-ligatures' in ::marker | assert_equals: expected "historical-ligatures" but got "normal" |
| FAIL | Property font-variant-numeric value 'slashed-zero' in ::marker | assert_equals: expected "slashed-zero" but got "normal" |
| FAIL | Property font-variant-position value 'sub' in ::marker | assert_equals: expected "sub" but got "normal" |
| FAIL | Property font-weight value '900' in ::marker | assert_equals: expected "900" but got "400" |
| FAIL | Property line-height value '50px' in ::marker | assert_equals: expected "50px" but got "normal" |
| FAIL | Property white-space value 'nowrap' in ::marker | assert_equals: expected "nowrap" but got "normal" |
| FAIL | Property color value 'rgb(0, 100, 200)' in ::marker | assert_equals: expected "rgb(0, 100, 200)" but got "rgb(0, 0, 0)" |
| FAIL | Property text-combine-upright value 'all' in ::marker | assert_true: text-combine-upright doesn't seem to be supported in the computed style expected true got false |
| FAIL | Property unicode-bidi value 'plaintext' in ::marker | assert_equals: expected "plaintext" but got "isolate" |
| FAIL | Property direction value 'rtl' in ::marker | assert_equals: expected "rtl" but got "ltr" |
| FAIL | Property content value '"foo"' in ::marker | assert_equals: expected "\"foo\"" but got "normal" |
| FAIL | Property animation value '1s linear 2s infinite alternate forwards paused anim' in ::marker | assert_equals: expected "1s linear 2s infinite alternate forwards paused anim" but got "none" |
| FAIL | Property animation-delay value '1s' in ::marker | assert_equals: expected "1s" but got "0s" |
| FAIL | Property animation-direction value 'alternate' in ::marker | assert_equals: expected "alternate" but got "normal" |
| FAIL | Property animation-duration value '2s' in ::marker | assert_equals: expected "2s" but got "0s" |
| FAIL | Property animation-fill-mode value 'forwards' in ::marker | assert_equals: expected "forwards" but got "none" |
| FAIL | Property animation-iteration-count value 'infinite' in ::marker | assert_equals: expected "infinite" but got "1" |
| FAIL | Property animation-name value 'anim' in ::marker | assert_equals: expected "anim" but got "none" |
| FAIL | Property animation-play-state value 'paused' in ::marker | assert_equals: expected "paused" but got "running" |
| FAIL | Property animation-timing-function value 'linear' in ::marker | assert_equals: expected "linear" but got "ease" |
| FAIL | Property animation-composition value 'add' in ::marker | assert_equals: expected "add" but got "replace" |
| FAIL | Property animation-range value 'contain 10px cover 20px' in ::marker | assert_true: animation-range doesn't seem to be supported in the computed style expected true got false |
| FAIL | Property animation-range-start value 'contain 10px' in ::marker | assert_equals: expected "contain 10px" but got "normal" |
| FAIL | Property animation-range-end value 'cover 20px' in ::marker | assert_equals: expected "cover 20px" but got "normal" |
| FAIL | Property animation-timeline value 'scroll()' in ::marker | assert_equals: expected "scroll()" but got "auto" |
| FAIL | Property transition value 'display 1s linear 2s' in ::marker | assert_equals: expected "display 1s linear 2s" but got "all" |
| FAIL | Property transition-delay value '1s' in ::marker | assert_equals: expected "1s" but got "0s" |
| FAIL | Property transition-duration value '2s' in ::marker | assert_equals: expected "2s" but got "0s" |
| FAIL | Property transition-property value 'display' in ::marker | assert_equals: expected "display" but got "all" |
| FAIL | Property transition-timing-function value 'linear' in ::marker | assert_equals: expected "linear" but got "ease" |
| FAIL | Property hyphens value 'none' in ::marker | assert_true: hyphens doesn't seem to be supported in the computed style expected true got false |
| FAIL | Property letter-spacing value '10px' in ::marker | assert_equals: expected "10px" but got "normal" |
| FAIL | Property line-break value 'anywhere' in ::marker | assert_equals: expected "anywhere" but got "auto" |
| FAIL | Property overflow-wrap value 'anywhere' in ::marker | assert_equals: expected "anywhere" but got "normal" |
| FAIL | Property tab-size value '10px' in ::marker | assert_equals: expected "10px" but got "8" |
| FAIL | Property text-transform value 'uppercase' in ::marker | assert_equals: expected "uppercase" but got "none" |
| FAIL | Property word-break value 'break-word' in ::marker | assert_true: 'break-word' is a supported value for word-break. expected true got false |
| FAIL | Property word-spacing value '10px' in ::marker | assert_equals: expected "10px" but got "0px" |
| FAIL | Property text-decoration-skip-ink value 'none' in ::marker | assert_true: text-decoration-skip-ink doesn't seem to be supported in the computed style expected true got false |
| FAIL | Property text-emphasis value 'dot rgb(0, 255, 0)' in ::marker | assert_true: text-emphasis doesn't seem to be supported in the computed style expected true got false |
| FAIL | Property text-emphasis-color value 'rgb(0, 255, 0)' in ::marker | assert_true: text-emphasis-color doesn't seem to be supported in the computed style expected true got false |
| FAIL | Property text-emphasis-position value 'under left' in ::marker | assert_true: text-emphasis-position doesn't seem to be supported in the computed style expected true got false |
| FAIL | Property text-emphasis-style value 'dot' in ::marker | assert_true: text-emphasis-style doesn't seem to be supported in the computed style expected true got false |
| FAIL | Property text-shadow value 'rgb(0, 255, 0) 1px 2px 3px' in ::marker | assert_equals: expected "rgb(0, 255, 0) 1px 2px 3px" but got "none" |
| FAIL | Property cursor value 'move' in ::marker | assert_equals: expected "move" but got "auto" |
| FAIL | Property display value 'none' in ::marker | assert_in_array: value "list-item" not in array ["block", "inline", "inline-block"] |
| PASS | Property position value 'absolute' in ::marker | |
| PASS | Property float value 'right' in ::marker | |
| FAIL | Property list-style value 'inside url('foo') decimal' in ::marker | assert_equals: expected "outside none disc" but got "outside" |
| PASS | Property list-style-image value 'url('foo')' in ::marker | |
| PASS | Property list-style-position value 'inside' in ::marker | |
| PASS | Property list-style-type value 'decimal' in ::marker |
bundle built 2026-07-16T07:16:48.063Z