| OLD | NEW |
| 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 Loading... |
| 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> |
| OLD | NEW |