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

Unified Diff: webkit/tools/test_shell/run_all_tests.cc

Issue 10536207: Remove layoutTestController from test_shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: really fix mac Created 8 years, 6 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 | « webkit/tools/test_shell/layout_test_controller.cc ('k') | webkit/tools/test_shell/test_shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/run_all_tests.cc
diff --git a/webkit/tools/test_shell/run_all_tests.cc b/webkit/tools/test_shell/run_all_tests.cc
index 68a71d438eb51e3c2be5907c25e64732556517cc..19d1a30bba90436aeaf7f287f7d31ca856e83b5f 100644
--- a/webkit/tools/test_shell/run_all_tests.cc
+++ b/webkit/tools/test_shell/run_all_tests.cc
@@ -32,15 +32,6 @@
#include "base/path_service.h"
#endif
-const char* const TestShellTest::kJavascriptDelayExitScript =
- "<script>"
- "window.layoutTestController.waitUntilDone();"
- "window.addEventListener('load', function() {"
- " var x = document.body.clientWidth;" // Force a document layout
- " window.layoutTestController.notifyDone();"
- "});"
- "</script>";
-
class TestShellTestSuite : public base::TestSuite {
public:
TestShellTestSuite(int argc, char** argv)
« no previous file with comments | « webkit/tools/test_shell/layout_test_controller.cc ('k') | webkit/tools/test_shell/test_shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698