/css/css-pseudo/parsing/highlight-pseudos.html| status | subtest | message |
|---|---|---|
| FAIL | "::selection" should be a valid selector | assert_equals: CSS.supports() reports the expected value expected true but got false |
| FAIL | ".a::selection" should be a valid selector | assert_equals: CSS.supports() reports the expected value expected true but got false |
| FAIL | "div ::selection" should be a valid selector | assert_equals: CSS.supports() reports the expected value expected true but got false |
| FAIL | "::part(my-part)::selection" should be a valid selector | assert_equals: CSS.supports() reports the expected value expected true but got false |
| FAIL | "::before::selection" should be an invalid selector | assert_throws_dom: "::before::selection" should throw in querySelector function "() => document.querySelector(selector)" did not throw |
| FAIL | "::selection.a" should be an invalid selector | assert_throws_dom: "::selection.a" should throw in querySelector function "() => document.querySelector(selector)" did not throw |
| FAIL | "::selection div" should be an invalid selector | assert_throws_dom: "::selection div" should throw in querySelector function "() => document.querySelector(selector)" did not throw |
| FAIL | "::selection::after" should be an invalid selector | assert_throws_dom: "::selection::after" should throw in querySelector function "() => document.querySelector(selector)" did not throw |
| FAIL | "::selection:hover" should be an invalid selector | assert_throws_dom: "::selection:hover" should throw in querySelector function "() => document.querySelector(selector)" did not throw |
| FAIL | ":not(::selection)" should be an invalid selector | assert_throws_dom: ":not(::selection)" should throw in querySelector function "() => document.querySelector(selector)" did not throw |
| FAIL | "::target-text" should be a valid selector | assert_equals: CSS.supports() reports the expected value expected true but got false |
| FAIL | ".a::target-text" should be a valid selector | assert_equals: CSS.supports() reports the expected value expected true but got false |
| FAIL | "div ::target-text" should be a valid selector | assert_equals: CSS.supports() reports the expected value expected true but got false |
| FAIL | "::part(my-part)::target-text" should be a valid selector | assert_equals: CSS.supports() reports the expected value expected true but got false |
| FAIL | "::before::target-text" should be an invalid selector | assert_throws_dom: "::before::target-text" should throw in querySelector function "() => document.querySelector(selector)" did not throw |
| FAIL | "::target-text.a" should be an invalid selector | assert_throws_dom: "::target-text.a" should throw in querySelector function "() => document.querySelector(selector)" did not throw |
| FAIL | "::target-text div" should be an invalid selector | assert_throws_dom: "::target-text div" should throw in querySelector function "() => document.querySelector(selector)" did not throw |
| FAIL | "::target-text::after" should be an invalid selector | assert_throws_dom: "::target-text::after" should throw in querySelector function "() => document.querySelector(selector)" did not throw |
| FAIL | "::target-text:hover" should be an invalid selector | assert_throws_dom: "::target-text:hover" should throw in querySelector function "() => document.querySelector(selector)" did not throw |
| FAIL | ":not(::target-text)" should be an invalid selector | assert_throws_dom: ":not(::target-text)" should throw in querySelector function "() => document.querySelector(selector)" did not throw |
| FAIL | "::spelling-error" should be a valid selector | assert_equals: CSS.supports() reports the expected value expected true but got false |
| FAIL | ".a::spelling-error" should be a valid selector | assert_equals: CSS.supports() reports the expected value expected true but got false |
| FAIL | "div ::spelling-error" should be a valid selector | assert_equals: CSS.supports() reports the expected value expected true but got false |
| FAIL | "::part(my-part)::spelling-error" should be a valid selector | assert_equals: CSS.supports() reports the expected value expected true but got false |
| FAIL | "::before::spelling-error" should be an invalid selector | assert_throws_dom: "::before::spelling-error" should throw in querySelector function "() => document.querySelector(selector)" did not throw |
| FAIL | "::spelling-error.a" should be an invalid selector | assert_throws_dom: "::spelling-error.a" should throw in querySelector function "() => document.querySelector(selector)" did not throw |
| FAIL | "::spelling-error div" should be an invalid selector | assert_throws_dom: "::spelling-error div" should throw in querySelector function "() => document.querySelector(selector)" did not throw |
| FAIL | "::spelling-error::after" should be an invalid selector | assert_throws_dom: "::spelling-error::after" should throw in querySelector function "() => document.querySelector(selector)" did not throw |
| FAIL | "::spelling-error:hover" should be an invalid selector | assert_throws_dom: "::spelling-error:hover" should throw in querySelector function "() => document.querySelector(selector)" did not throw |
| FAIL | ":not(::spelling-error)" should be an invalid selector | assert_throws_dom: ":not(::spelling-error)" should throw in querySelector function "() => document.querySelector(selector)" did not throw |
| FAIL | "::grammar-error" should be a valid selector | assert_equals: CSS.supports() reports the expected value expected true but got false |
| FAIL | ".a::grammar-error" should be a valid selector | assert_equals: CSS.supports() reports the expected value expected true but got false |
| FAIL | "div ::grammar-error" should be a valid selector | assert_equals: CSS.supports() reports the expected value expected true but got false |
| FAIL | "::part(my-part)::grammar-error" should be a valid selector | assert_equals: CSS.supports() reports the expected value expected true but got false |
| FAIL | "::before::grammar-error" should be an invalid selector | assert_throws_dom: "::before::grammar-error" should throw in querySelector function "() => document.querySelector(selector)" did not throw |
| FAIL | "::grammar-error.a" should be an invalid selector | assert_throws_dom: "::grammar-error.a" should throw in querySelector function "() => document.querySelector(selector)" did not throw |
| FAIL | "::grammar-error div" should be an invalid selector | assert_throws_dom: "::grammar-error div" should throw in querySelector function "() => document.querySelector(selector)" did not throw |
| FAIL | "::grammar-error::after" should be an invalid selector | assert_throws_dom: "::grammar-error::after" should throw in querySelector function "() => document.querySelector(selector)" did not throw |
| FAIL | "::grammar-error:hover" should be an invalid selector | assert_throws_dom: "::grammar-error:hover" should throw in querySelector function "() => document.querySelector(selector)" did not throw |
| FAIL | ":not(::grammar-error)" should be an invalid selector | assert_throws_dom: ":not(::grammar-error)" should throw in querySelector function "() => document.querySelector(selector)" did not throw |
bundle built 2026-07-16T07:16:48.063Z