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

Side by Side Diff: LayoutTests/inspector/editor/text-editor-search-replace.html

Issue 1238103002: [DevTools] Do not report edited resources via Page.getResourceContent. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Same for CSS Created 5 years, 4 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 <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 <script src="../debugger/resources/edit-me.js"></script> 5 <script src="../sources/debugger/resources/edit-me.js"></script>
6 6
7 <script> 7 <script>
8 8
9 function test() 9 function test()
10 { 10 {
11 var textEditor; 11 var textEditor;
12 var panel = WebInspector.panels.sources; 12 var panel = WebInspector.panels.sources;
13 InspectorTest.showScriptSource("edit-me.js", didShowScriptSource); 13 InspectorTest.showScriptSource("edit-me.js", didShowScriptSource);
14 14
15 function showReplaceField() 15 function showReplaceField()
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 61
62 </script> 62 </script>
63 63
64 </head> 64 </head>
65 65
66 <body onload="runTest()"> 66 <body onload="runTest()">
67 <p>Tests the search replace functionality.</p> 67 <p>Tests the search replace functionality.</p>
68 68
69 </body> 69 </body>
70 </html> 70 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698