| Index: chrome/test/ui/ppapi_uitest.cc
|
| diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc
|
| index d8bac7ce77afeb0581b1e0dcee74a78e6a1c24ec..3ee3a69f489c053b3163074e69558aa068341a92 100644
|
| --- a/chrome/test/ui/ppapi_uitest.cc
|
| +++ b/chrome/test/ui/ppapi_uitest.cc
|
| @@ -6,6 +6,7 @@
|
| #include "base/path_service.h"
|
| #include "base/test/test_timeouts.h"
|
| #include "build/build_config.h"
|
| +#include "content/common/content_switches.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/test/automation/tab_proxy.h"
|
| #include "chrome/test/ui/ui_test.h"
|
| @@ -55,6 +56,9 @@ class PPAPITest : public UITest {
|
| // TODO(dumi): remove this switch once we have a quota management
|
| // system in place.
|
| launch_arguments_.AppendSwitch(switches::kUnlimitedQuotaForFiles);
|
| +
|
| + // Smooth scrolling confuses the scrollbar test.
|
| + launch_arguments_.AppendSwitch(switches::kDisableSmoothScrolling);
|
| }
|
|
|
| void RunTest(const std::string& test_case) {
|
|
|