chromium/third_party/blink/web_tests/inspector-protocol/css/resources/set-container-query-text.css

@container ((max-width: 200px) and (min-height: 100px)) {
  div {
    color: red;
  }
}