3 <script src=
"../../http/tests/inspector/inspector-test.js"></script>
7 InspectorTest
.runTestSuite([
8 function testSetUp(next
)
10 InspectorTest
.domModel
.requestDocument(next
);
13 function testNoCrash(next
)
15 InspectorTest
.domModel
.performSearch("FooBar", false, next
);
24 Tests that elements panel search is not crashing on documentElement-less cases.
26 <iframe src=
"resources/dom-search-crash-iframe.html" onload=
"runTest()"></iframe>