| Index: LayoutTests/platform/mac-snowleopard/plugins/overlay-scrollbar-mouse-capture-expected.txt
|
| diff --git a/LayoutTests/plugins/overlay-scrollbar-mouse-capture-expected.txt b/LayoutTests/platform/mac-snowleopard/plugins/overlay-scrollbar-mouse-capture-expected.txt
|
| similarity index 67%
|
| copy from LayoutTests/plugins/overlay-scrollbar-mouse-capture-expected.txt
|
| copy to LayoutTests/platform/mac-snowleopard/plugins/overlay-scrollbar-mouse-capture-expected.txt
|
| index 18793329a3a4f4da3aac50f08dd16fc90ec40ad4..0c53eb4f13f33ab4551e449834ba5f920794e762 100644
|
| --- a/LayoutTests/plugins/overlay-scrollbar-mouse-capture-expected.txt
|
| +++ b/LayoutTests/platform/mac-snowleopard/plugins/overlay-scrollbar-mouse-capture-expected.txt
|
| @@ -4,9 +4,9 @@ This tests whether scrolling still works correctly when an overlay scrollbar is
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS eventHistory.length is 2
|
| -PASS eventHistory[0] is "plugin.mousedown"
|
| -PASS eventHistory[1] is "plugin.mouseup"
|
| +FAIL eventHistory.length should be 2. Was 0.
|
| +FAIL eventHistory[0] should be plugin.mousedown (of type string). Was undefined (of type undefined).
|
| +FAIL eventHistory[1] should be plugin.mouseup (of type string). Was undefined (of type undefined).
|
| PASS window.scrollY is not 0
|
| PASS successfullyParsed is true
|
|
|
|
|