chromium/third_party/blink/web_tests/inspector-protocol/css/resources/nested-declarations-styles.css

#target {
  left: 1px;
  right: 2px;
  div {  }
  width: 100px;
  height: 50px;
  span {  }
  top: 3px;
  @media (width > 100px) {
    color: green;
    opacity: 1;
  }
  bottom: 4px;
}