kitesurf · WPT

FAIL
expected FAIL · 1195 ms
▶ run in kitesurf
Test
/css/cssom/CSSStyleRule-set-selectorText.html
Actual
FAIL
Expected
FAIL
Unexpected
no
Duration
1195 ms
Harness
OK
Counts
Reason
Run
https://kitesurf.rendering.cfdata.org/?url=http%3A%2F%2Fwpt.live%2Fcss%2Fcssom%2FCSSStyleRule-set-selectorText.html ↗
Upstream
view on github.com/web-platform-tests/wpt ↗

Subtests

statussubtestmessage
PASSCSSStyleRule: Can read selectorText value.
FAILCSSStyleRule: Invalid CSS selector: assert_equals: expected ".style0" but got ""
FAILCSSStyleRule: Invalid CSS selector: assert_equals: expected ".style0" but got " "
FAILCSSStyleRule: Invalid CSS selector: !!assert_equals: expected ".style0" but got "!!"
FAILCSSStyleRule: Invalid CSS selector: 123assert_equals: expected ".style0" but got "123"
FAILCSSStyleRule: Invalid CSS selector: -assert_equals: expected ".style0" but got "-"
FAILCSSStyleRule: Invalid CSS selector: $assert_equals: expected ".style0" but got "$"
FAILCSSStyleRule: Invalid CSS selector: :assert_equals: expected ".style0" but got ":"
FAILCSSStyleRule: Invalid CSS selector: ::assert_equals: expected ".style0" but got "::"
FAILCSSStyleRule: Invalid CSS selector: :::assert_equals: expected ".style0" but got ":::"
FAILCSSStyleRule: Invalid CSS selector: ::gibberishassert_equals: expected ".style0" but got "::gibberish"
FAILCSSStyleRule: Invalid CSS selector: :gibberishassert_equals: expected ".style0" but got ":gibberish"
FAILCSSStyleRule: Invalid CSS selector: .assert_equals: expected ".style0" but got "."
FAILCSSStyleRule: Invalid CSS selector: #assert_equals: expected ".style0" but got "#"
FAILCSSStyleRule: Invalid CSS selector: []assert_equals: expected ".style0" but got "[]"
FAILCSSStyleRule: Invalid CSS selector: [assert_equals: expected ".style0" but got "["
FAILCSSStyleRule: Invalid CSS selector: ()assert_equals: expected ".style0" but got "()"
FAILCSSStyleRule: Invalid CSS selector: (assert_equals: expected ".style0" but got "("
FAILCSSStyleRule: Invalid CSS selector: {}assert_equals: expected ".style0" but got "{}"
FAILCSSStyleRule: Invalid CSS selector: {assert_equals: expected ".style0" but got "{"
FAILCSSStyleRule: selectorText value: |#container| isMatch: trueassert_equals: expected "rgb(0, 0, 255)" but got "rgb(255, 0, 255)"
FAILCSSStyleRule: selectorText value: |#container | isMatch: trueassert_equals: expected "#container" but got "#container "
FAILCSSStyleRule: selectorText value: | #container | isMatch: trueassert_equals: expected "#container" but got " #container "
FAILCSSStyleRule: selectorText value: |.style1| isMatch: trueassert_equals: expected "rgb(0, 0, 255)" but got "rgb(255, 0, 255)"
FAILCSSStyleRule: selectorText value: |div.style1| isMatch: trueassert_equals: expected "rgb(0, 0, 255)" but got "rgb(255, 0, 255)"
FAILCSSStyleRule: selectorText value: |div:not(#non-existing-id)| isMatch: trueassert_equals: expected "rgb(0, 0, 255)" but got "rgb(255, 0, 255)"
FAILCSSStyleRule: selectorText value: |div| isMatch: trueassert_equals: expected "rgb(0, 0, 255)" but got "rgb(255, 0, 255)"
FAILCSSStyleRule: selectorText value: |*| isMatch: trueassert_equals: expected "rgb(0, 0, 255)" but got "rgb(255, 0, 255)"
PASSCSSStyleRule: selectorText value: |#no-match| isMatch: false
PASSCSSStyleRule: selectorText value: |ÇĞıİ| isMatch: false
PASSCSSStyleRule: selectorText value: |🤓| isMatch: false
FAILCSSStyleRule: selectorText value: |[language]| isMatch: trueassert_equals: expected "rgb(0, 0, 255)" but got "rgb(255, 0, 255)"
PASSCSSStyleRule: selectorText value: |[language-no]| isMatch: false
FAILCSSStyleRule: selectorText value: |[lang="zh-CN"]| isMatch: trueassert_equals: expected "rgb(0, 0, 255)" but got "rgb(255, 0, 255)"
PASSCSSStyleRule: selectorText value: |[lang="ab-CD"]| isMatch: false
FAILCSSStyleRule: selectorText value: |[segment~="43"]| isMatch: trueassert_equals: expected "rgb(0, 0, 255)" but got "rgb(255, 0, 255)"
FAILCSSStyleRule: selectorText value: |[segment~="42"]| isMatch: trueassert_equals: expected "rgb(0, 0, 255)" but got "rgb(255, 0, 255)"
FAILCSSStyleRule: selectorText value: |[lang|="zh"]| isMatch: trueassert_equals: expected "rgb(0, 0, 255)" but got "rgb(255, 0, 255)"
FAILCSSStyleRule: selectorText value: |[lang|="zh-CN"]| isMatch: trueassert_equals: expected "rgb(0, 0, 255)" but got "rgb(255, 0, 255)"
PASSCSSStyleRule: selectorText value: |[lang|="ab"]| isMatch: false
PASSCSSStyleRule: selectorText value: |[lang|="z"]| isMatch: false
FAILCSSStyleRule: selectorText value: |[lang^="z"]| isMatch: trueassert_equals: expected "rgb(0, 0, 255)" but got "rgb(255, 0, 255)"
PASSCSSStyleRule: selectorText value: |[lang^="ab"]| isMatch: false
FAILCSSStyleRule: selectorText value: |[segment$="43"]| isMatch: trueassert_equals: expected "rgb(0, 0, 255)" but got "rgb(255, 0, 255)"
FAILCSSStyleRule: selectorText value: |[segment$="3"]| isMatch: trueassert_equals: expected "rgb(0, 0, 255)" but got "rgb(255, 0, 255)"
PASSCSSStyleRule: selectorText value: |[segment$="42"]| isMatch: false
FAILCSSStyleRule: selectorText value: |[lang*="-"]| isMatch: trueassert_equals: expected "rgb(0, 0, 255)" but got "rgb(255, 0, 255)"
FAILCSSStyleRule: selectorText value: |[lang*="h-"]| isMatch: trueassert_equals: expected "rgb(0, 0, 255)" but got "rgb(255, 0, 255)"
PASSCSSStyleRule: selectorText value: |[lang*="ab"]| isMatch: false
FAILCSSStyleRule: selectorText value: |*|div| isMatch: trueassert_equals: expected "div" but got "*|div"
PASSCSSStyleRule: selectorText value: ||div| isMatch: false
FAILCSSStyleRule: selectorText value: |*|a| isMatch: falseassert_equals: expected "a" but got "*|a"
FAILCSSStyleRule: selectorText value: |*|*| isMatch: trueassert_equals: expected "*" but got "*|*"
FAILCSSStyleRule: selectorText value: |[*|lang]| isMatch: trueassert_equals: expected "rgb(0, 0, 255)" but got "rgb(255, 0, 255)"
FAILCSSStyleRule: selectorText value: |[|lang]| isMatch: trueassert_equals: expected "[lang]" but got "[|lang]"
PASSCSSStyleRule: selectorText value: |:active| isMatch: false
FAILCSSStyleRule: selectorText value: |:not(:active)| isMatch: trueassert_equals: expected "rgb(0, 0, 255)" but got "rgb(255, 0, 255)"
FAILCSSStyleRule: selectorText value: |*:not(:active)| isMatch: trueassert_equals: expected ":not(:active)" but got "*:not(:active)"
FAILCSSStyleRule: selectorText value: |div:not(:active)| isMatch: trueassert_equals: expected "rgb(0, 0, 255)" but got "rgb(255, 0, 255)"
PASSCSSStyleRule: selectorText value: |div:active| isMatch: false
FAILCSSStyleRule: selectorText value: |span div| isMatch: trueassert_equals: expected "rgb(0, 0, 255)" but got "rgb(255, 0, 255)"
FAILCSSStyleRule: selectorText value: |span div | isMatch: trueassert_equals: expected "span div" but got "span div "
FAILCSSStyleRule: selectorText value: |span > div| isMatch: trueassert_equals: expected "rgb(0, 0, 255)" but got "rgb(255, 0, 255)"
PASSCSSStyleRule: selectorText value: |div div| isMatch: false
PASSCSSStyleRule: selectorText value: |div > div| isMatch: false
FAILCSSStyleRule: selectorText value: |p + div| isMatch: trueassert_equals: expected "rgb(0, 0, 255)" but got "rgb(255, 0, 255)"
PASSCSSStyleRule: selectorText value: |span + div| isMatch: false
FAILCSSStyleRule: selectorText value: |p ~ div| isMatch: trueassert_equals: expected "rgb(0, 0, 255)" but got "rgb(255, 0, 255)"
PASSCSSStyleRule: selectorText value: |span ~ div| isMatch: false
FAILCSSStyleRule: selectorText value: |:lang(zh-CN)| isMatch: trueassert_equals: expected "rgb(0, 0, 255)" but got "rgb(255, 0, 255)"
FAILCSSStyleRule: selectorText value: |:lang(zh)| isMatch: trueassert_equals: expected "rgb(0, 0, 255)" but got "rgb(255, 0, 255)"
PASSCSSStyleRule: selectorText value: |:lang(tr-AZ)| isMatch: false
PASSCSSStyleRule: selectorText value: |::after| isMatch: false
FAILCSSStyleRule: selectorText value: |:after| isMatch: falseassert_equals: expected "::after" but got ":after"
PASSCSSStyleRule: selectorText value: |::before| isMatch: false
FAILCSSStyleRule: selectorText value: |:before| isMatch: falseassert_equals: expected "::before" but got ":before"
PASSCSSStyleRule: selectorText value: |::first-letter| isMatch: false
FAILCSSStyleRule: selectorText value: |:first-letter| isMatch: falseassert_equals: expected "::first-letter" but got ":first-letter"
PASSCSSStyleRule: selectorText value: |::first-line| isMatch: false
FAILCSSStyleRule: selectorText value: |:first-line| isMatch: falseassert_equals: expected "::first-line" but got ":first-line"
PASSCSSStyleRule: selectorText value: |div:focus:not([lang="zh-CN"])| isMatch: false
FAILCSSStyleRule: selectorText value: |div[lang="zh-CN"]:not(:focus)| isMatch: trueassert_equals: expected "rgb(0, 0, 255)" but got "rgb(255, 0, 255)"

bundle built 2026-07-16T07:16:48.063Z