blob: c36bd215e0915c9c9e26c58a87493842a9b7e8be [file] [log] [blame]
<html>
<head>
<script src="../../http/tests/inspector/inspector-test.js"></script>
<script>
function test()
{
WebInspector.showPanel("timeline");
InspectorTest.addObject(WebInspector.TimelineModel.RecordType);
InspectorTest.completeTest();
}
</script>
</head>
<body onload="runTest()">
<p>
Check to see that TimelineAgent record types are stable.
</p>
<p>
Applications outside of WebKit depend on the stability of the mapping of
these types to these specific values.
</p>
</body>
</html>