| Index: LayoutTests/fast/profiler/window-dot-eval.html
|
| diff --git a/LayoutTests/fast/profiler/window-dot-eval.html b/LayoutTests/fast/profiler/window-dot-eval.html
|
| deleted file mode 100644
|
| index 1f7d4c351d3f5379e16186e604425e90af06f507..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/profiler/window-dot-eval.html
|
| +++ /dev/null
|
| @@ -1,32 +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()
|
| -{
|
| - console.profile("Call window.eval()");
|
| -
|
| - evalFunction();
|
| -
|
| - endTest();
|
| -}
|
| -</script>
|
| -<script>
|
| -window.eval("function evalFunction() { insertNewText(); }");
|
| -</script>
|
| -</head>
|
| -
|
| -<body onload="startTest()">
|
| -This page has a call to window.eval().
|
| -<br>
|
| -<br>
|
| -To run this test manually, load it in the browser then load the WebInspector and look at
|
| -the profile. In the profile there should be a call to eval().
|
| -<div id="output"></div>
|
| -</body>
|
| -</html>
|
|
|