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

Side by Side Diff: LayoutTests/inspector/editor/text-editor-search-switch-editor.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 <script src="resources/search-me.js"></script> 6 <script src="resources/search-me.js"></script>
7 <script> 7 <script>
8 8
9 function test() 9 function test()
10 { 10 {
11 var textEditor; 11 var textEditor;
12 var searchString = "FINDME"; 12 var searchString = "FINDME";
13 var searchableView = WebInspector.panels.sources.searchableView(); 13 var searchableView = WebInspector.panels.sources.searchableView();
14 var sourceFrame; 14 var sourceFrame;
15 InspectorTest.showScriptSource("search-me.js", didShowScriptSource); 15 InspectorTest.showScriptSource("search-me.js", didShowScriptSource);
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 InspectorTest.completeTest(); 57 InspectorTest.completeTest();
58 } 58 }
59 } 59 }
60 }; 60 };
61 </script> 61 </script>
62 </head> 62 </head>
63 <body onload="runTest()"> 63 <body onload="runTest()">
64 <p>Tests that switching editor tabs after searching does not affect editor selec tion and viewport.</p> 64 <p>Tests that switching editor tabs after searching does not affect editor selec tion and viewport.</p>
65 </body> 65 </body>
66 </html> 66 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698