root/LayoutTests/http/tests/inspector/elements/styles/resources/selector-line-sourcemap-header.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
   header("Content-Type:text/css");
   header("SourceMap: selector-line-sourcemap-header.php.map");
?>#container {
  background: papayawhip; }
  #container #inspected {
    color: green; }


/* [<][>][^][v][top][bottom][index][help] */