chromium/third_party/blink/web_tests/inspector-protocol/css/resources/set-style-text-nested-declarations.css

#test {
  left: 1px;
  right: 2px;
  div {  }
  width: 100px;
  height: 50px;
  span {  }
  top: 3px;
}