| Index: LayoutTests/inspector/timeline/timeline-enum-stability.html
|
| diff --git a/LayoutTests/inspector/timeline/timeline-enum-stability.html b/LayoutTests/inspector/timeline/timeline-enum-stability.html
|
| deleted file mode 100644
|
| index eb0b229424d918b26efb8b5284013ca846f93e8b..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/inspector/timeline/timeline-enum-stability.html
|
| +++ /dev/null
|
| @@ -1,26 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script src="../../http/tests/inspector/inspector-test.js"></script>
|
| -<script>
|
| -
|
| -function test()
|
| -{
|
| - 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>
|
|
|