| 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)
|
|
|