blob: 8a347889daac2cc1286cfdeb339191a32f13d7bc [file] [log] [blame]
<html>
<script>
window.onload = function()
{
function notifyFrontend()
{
InspectorTest.pageLoaded();
}
testRunner.dumpAsText();
testRunner.waitUntilDone();
testRunner.evaluateInWebInspector(0, "(" + notifyFrontend + ")()");
}
</script>
<p>Page without Indexed DB.</p>
</html>