Status: PASS | Duration: 1ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-conditional/container-queries/crashtests/chrome-custom-highlight-crash.html
<!DOCTYPE html> <title>Empty ::highlight styles inside @container causes crash</title> <link rel="help" href="https://crbug.com/1486352"> <style> @container (width) { section::highlight(custom-highlight) { --foo: bar; } } </style> <section style="container-type:inline-size"></section>