| Index: content/browser/renderer_host/input/mouse_latency_browsertest.cc
|
| diff --git a/content/browser/renderer_host/input/mouse_latency_browsertest.cc b/content/browser/renderer_host/input/mouse_latency_browsertest.cc
|
| index 78c7b0cb81ac617aedba70c9d322913be2af72d0..69fcb2de8ddc324c6ceaccf4f68c7983b65696a7 100644
|
| --- a/content/browser/renderer_host/input/mouse_latency_browsertest.cc
|
| +++ b/content/browser/renderer_host/input/mouse_latency_browsertest.cc
|
| @@ -37,6 +37,8 @@ const char kMouseUpDownDataURL[] =
|
| "<style>"
|
| "body {"
|
| " height:3000px;"
|
| + // Prevent text selection logic from triggering, as it makes the test flaky.
|
| + " user-select: none;"
|
| "}"
|
| "</style>"
|
| "</head>"
|
|
|