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

Side by Side Diff: LayoutTests/inspector/styles/selector-line-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 <style> 3 <style>
4 #inspected 4 #inspected
5 { 5 {
6 color: green; 6 color: green;
7 } 7 }
8 </style> 8 </style>
9 <link rel="stylesheet" href="resources/selector-line.css" /> 9 <link rel="stylesheet" href="resources/selector-line-deprecated.css" />
10 <script src="../../http/tests/inspector/inspector-test.js"></script> 10 <script src="../../http/tests/inspector/inspector-test.js"></script>
11 <script src="../../http/tests/inspector/elements-test.js"></script> 11 <script src="../../http/tests/inspector/elements-test.js"></script>
12 <script> 12 <script>
13 13
14 function test() 14 function test()
15 { 15 {
16 WebInspector.experimentsSettings.sass.isEnabled = function() { return true; } 16 WebInspector.experimentsSettings.sass.isEnabled = function() { return true; }
17 InspectorTest.reloadPage(step1); 17 InspectorTest.reloadPage(step1);
18 18
19 function step1() 19 function step1()
(...skipping 16 matching lines...) Expand all
36 <p> 36 <p>
37 Tests that selector line is computed correctly regardless of its start column. < a href="https://bugs.webkit.org/show_bug.cgi?id=110732">Bug 110732</a>. 37 Tests that selector line is computed correctly regardless of its start column. < a href="https://bugs.webkit.org/show_bug.cgi?id=110732">Bug 110732</a>.
38 </p> 38 </p>
39 39
40 <div id="container"> 40 <div id="container">
41 <div id="inspected">Text</div> 41 <div id="inspected">Text</div>
42 </div> 42 </div>
43 43
44 </body> 44 </body>
45 </html> 45 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698