| Index: third_party/WebKit/LayoutTests/fast/overflow/rtl-scrollbar-drag-origin.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/overflow/rtl-scrollbar-drag-origin.html b/third_party/WebKit/LayoutTests/fast/overflow/rtl-scrollbar-drag-origin.html
|
| index 3ab7646de057bb8447aae0c447a5005e209022e4..8f17426b83596e5a4ee87a2845e2e4485ff51116 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/overflow/rtl-scrollbar-drag-origin.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/overflow/rtl-scrollbar-drag-origin.html
|
| @@ -20,7 +20,7 @@
|
| </div>
|
| </div>
|
| This test verifies scroll position restores correctly when a thumb drag has been cancelled in RTL mode.<br/>
|
| -This test is expected to fail on Mac because it doesn't cancel scrolling when mouse cursor is out of a certain range. It is Aura-specific behavior.
|
| +This test is expected to fail on Mac and Linux because those platforms don't cancel scrolling when mouse cursor is out of a certain range. It is Windows-specific behavior.
|
| <script src="../../resources/js-test.js"></script>
|
| <script>
|
| var container = document.getElementById("container");
|
|
|