OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script src="../../../http/tests/inspector/inspector-test.js"></script> | 3 <script src="../../../http/tests/inspector/inspector-test.js"></script> |
4 <script src="../../../http/tests/inspector/debugger-test.js"></script> | 4 <script src="../../../http/tests/inspector/debugger-test.js"></script> |
5 <style> | 5 <style> |
6 body { | 6 body { |
7 color: green; | 7 color: green; |
8 } | 8 } |
9 | 9 |
10 /*# sourceURL=inlineStyleSheet.css */ | 10 /*# sourceURL=inlineStyleSheet.css */ |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 }; | 106 }; |
107 | 107 |
108 </script> | 108 </script> |
109 | 109 |
110 </head> | 110 </head> |
111 | 111 |
112 <body onload="runTest()"> | 112 <body onload="runTest()"> |
113 <p>Tests that stylesheets with sourceURL comment are shown in the Sources panel.
</p> | 113 <p>Tests that stylesheets with sourceURL comment are shown in the Sources panel.
</p> |
114 </body> | 114 </body> |
115 </html> | 115 </html> |
OLD | NEW |