blob: 7b5a3a85117c888e207d0a5a62cd6731b2fa4fbd [file] [log] [blame]
<html>
<head>
<script src="resources/profiler-test-JS-resources.js"></script>
<script>
if (window.testRunner)
testRunner.dumpAsText();
if (window.internals)
internals.setJavaScriptProfilingEnabled(true);
function startTest()
{
console.profile();
endTest();
}
</script>
</head>
<body onload="startTest()">
This page creates a profile without a title.
<br>
<br>
To run this test manually, load it in the browser then load the WebInspector and look at
the profile. If there is a profile that is sufficient for this test.
<div id="output"></div>
<script>
</script>
</body>
</html>