| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <link rel="stylesheet" href="resources/selector-line-sourcemap-header.php" /> | 3 <link rel="stylesheet" href="resources/selector-line-sourcemap-header-deprecated
.php" /> |
| 4 <script src="../inspector-test.js"></script> | 4 <script src="../inspector-test.js"></script> |
| 5 <script src="../elements-test.js"></script> | 5 <script src="../elements-test.js"></script> |
| 6 <script> | 6 <script> |
| 7 | 7 |
| 8 function test() | 8 function test() |
| 9 { | 9 { |
| 10 WebInspector.experimentsSettings.sass.isEnabled = function() { return true;
} | 10 WebInspector.experimentsSettings.sass.isEnabled = function() { return true;
} |
| 11 InspectorTest.reloadPage(step1); | 11 InspectorTest.reloadPage(step1); |
| 12 | 12 |
| 13 function step1() | 13 function step1() |
| (...skipping 16 matching lines...) Expand all Loading... |
| 30 <p> | 30 <p> |
| 31 Tests that sourcemap is applied correctly when specified by the respective HTTP
header. | 31 Tests that sourcemap is applied correctly when specified by the respective HTTP
header. |
| 32 </p> | 32 </p> |
| 33 | 33 |
| 34 <div id="container"> | 34 <div id="container"> |
| 35 <div id="inspected">Text</div> | 35 <div id="inspected">Text</div> |
| 36 </div> | 36 </div> |
| 37 | 37 |
| 38 </body> | 38 </body> |
| 39 </html> | 39 </html> |
| OLD | NEW |