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

Side by Side Diff: LayoutTests/http/tests/inspector/search/search-in-non-existing-resource.html

Issue 8370003: Merge 97702 - Web Inspector: Search in resource crashes when there is no resource with given url. (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-non-existing-resource-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 // This file should not match search query. 9 // This file should not match search query.
10 var text = "searchTest" + "UniqueString"; 10 var text = "searchTest" + "UniqueString";
(...skipping 14 matching lines...) Expand all
25 } 25 }
26 </script> 26 </script>
27 </head> 27 </head>
28 <body> 28 <body>
29 <p>Tests single resource search in inspector page agent with non existing resour ce url does not cause a crash.</p> 29 <p>Tests single resource search in inspector page agent with non existing resour ce url does not cause a crash.</p>
30 <a href="https://bugs.webkit.org/show_bug.cgi?id=69767">Bug 69767</a> 30 <a href="https://bugs.webkit.org/show_bug.cgi?id=69767">Bug 69767</a>
31 31
32 <iframe src="resources/search.html" onload="runTest()"> 32 <iframe src="resources/search.html" onload="runTest()">
33 </body> 33 </body>
34 </html> 34 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/inspector/search/search-in-non-existing-resource-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698