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

Side by Side Diff: LayoutTests/http/tests/inspector/search/search-in-static.html

Issue 8368025: Merge 97959 - Web Inspector: Enable support for advanced search in script's static content provider. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/912/
Patch Set: Created 9 years, 2 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
« no previous file with comments | « no previous file | LayoutTests/http/tests/inspector/search/search-in-static-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../inspector-test.js"></script> 3 <script src="../inspector-test.js"></script>
4 <script src="../resources-test.js"></script> 4 <script src="../resources-test.js"></script>
5 <script src="search-test.js"></script> 5 <script src="search-test.js"></script>
6 <script> 6 <script>
7 function test() 7 function test()
8 { 8 {
9 InspectorTest.runAfterResourcesAreFinished(["search.js"], step2); 9 InspectorTest.runAfterResourcesAreFinished(["search.js"], step2);
10 var resource; 10 var resource;
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 } 58 }
59 </script> 59 </script>
60 </head> 60 </head>
61 <body> 61 <body>
62 <p>Tests static content provider search.</p> 62 <p>Tests static content provider search.</p>
63 <a href="https://bugs.webkit.org/show_bug.cgi?id=70354">Bug 70354</a> 63 <a href="https://bugs.webkit.org/show_bug.cgi?id=70354">Bug 70354</a>
64 64
65 <iframe src="resources/search.html" onload="runTest()"> 65 <iframe src="resources/search.html" onload="runTest()">
66 </body> 66 </body>
67 </html> 67 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/inspector/search/search-in-static-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698