Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4444)

Unified Diff: chrome/test/data/workers/layout_test_controller.html

Issue 159720: Run the DOM Storage layout tests in the UI test framework since the test shel... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/layout_tests/layout_test_controller.html ('k') | chrome/test/ui/ui_layout_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/test/data/layout_tests/layout_test_controller.html ('k') | chrome/test/ui/ui_layout_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698