Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Side by Side Diff: LayoutTests/http/tests/inspector/styles/selector-line-sourcemap-header-deprecated.html

Issue 15832007: DevTools: Add support for //# sourceURL (sourceMappingURL) comments and deprecate //@ ones (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaselined Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698