| Index: LayoutTests/fast/profiler/document-dot-write.html
|
| diff --git a/LayoutTests/fast/profiler/document-dot-write.html b/LayoutTests/fast/profiler/document-dot-write.html
|
| deleted file mode 100644
|
| index 832dec5ba3d779fc7cb793de576f79658df8f61c..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/profiler/document-dot-write.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()
|
| -{
|
| - console.profile("Call Document.write()");
|
| -
|
| - document.write("<div id=\"output\"></div>");
|
| -
|
| - endTest();
|
| -}
|
| -</script>
|
| -</head>
|
| -
|
| -<body onload="startTest()">
|
| -This page calls document.write().
|
| -<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 it should show write().
|
| -</body>
|
| -</html>
|
|
|