| Index: LayoutTests/fast/profiler/profile-calls-in-included-file.html
|
| diff --git a/LayoutTests/fast/profiler/profile-calls-in-included-file.html b/LayoutTests/fast/profiler/profile-calls-in-included-file.html
|
| deleted file mode 100644
|
| index 0f62708088c8af27f8de2a3e545e51835e9f3ad1..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/profiler/profile-calls-in-included-file.html
|
| +++ /dev/null
|
| @@ -1,28 +0,0 @@
|
| -<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()
|
| -{
|
| - startProfile("Profile call in included file");
|
| - endTest();
|
| -}
|
| -</script>
|
| -</head>
|
| -
|
| -<body onload="startTest()">
|
| -This page calls the profiler from the included file.
|
| -<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>
|
|
|