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

Side by Side Diff: LayoutTests/http/tests/inspector/search/sources-search-scope.html

Issue 334393007: Revert 176213 "DevTools: Load document (html) content from disk ..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/2054/
Patch Set: Created 6 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 <title>Change inspected iframe's "src" attribute.</title> 3 <title>Change inspected iframe's "src" attribute.</title>
4 <script src="../inspector-test.js"></script> 4 <script src="../inspector-test.js"></script>
5 <script src="../resources-test.js"></script> 5 <script src="../resources-test.js"></script>
6 <script> 6 <script>
7 function test() 7 function test()
8 { 8 {
9 InspectorTest.reloadPage(step1); 9 InspectorTest.reloadPage(step1);
10 10
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 } 130 }
131 131
132 </script> 132 </script>
133 </head> 133 </head>
134 <body onload="runTest()"> 134 <body onload="runTest()">
135 <iframe src="resources/search.html"> 135 <iframe src="resources/search.html">
136 <p>Tests that ScriptSearchScope performs search across all sources correctly.</p > 136 <p>Tests that ScriptSearchScope performs search across all sources correctly.</p >
137 See <a href="https://bugs.webkit.org/show_bug.cgi?id=41350">bug 41350</a>. 137 See <a href="https://bugs.webkit.org/show_bug.cgi?id=41350">bug 41350</a>.
138 </body> 138 </body>
139 </html> 139 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698