Index: chrome/test/data/workers/layout_test_controller.html |
=================================================================== |
--- chrome/test/data/workers/layout_test_controller.html (revision 22457) |
+++ chrome/test/data/workers/layout_test_controller.html (working copy) |
@@ -1,12 +0,0 @@ |
-<script> |
-function LayoutTestController() { |
- this.dumpAsText = function () { }; |
- this.waitUntilDone = function () { }; |
- this.notifyDone = function () { |
- var cookie = "%COOKIE%=" + encodeURIComponent(document.firstChild.innerText); |
- document.cookie = cookie; |
- }; |
-} |
-var layoutTestController = new LayoutTestController(); |
-window.layoutTestController = layoutTestController; |
-</script> |