<html> | |
<head> | |
<script src="../http/tests/inspector/inspector-test.js"></script> | |
<script src="timeline-test.js"></script> | |
<script> | |
function performActions() | |
{ | |
if (window.layoutTestController) | |
layoutTestController.display(); | |
} | |
function doit() | |
{ | |
printTimelineRecords(performActions, "Paint"); | |
} | |
</script> | |
</head> | |
<body onload="onload()"> | |
<p> | |
Tests the Timeline API instrumentation of a paint event | |
</p> | |
</body> | |
</html> |