Commit 6d4cf17e authored by ojan@chromium.org's avatar ojan@chromium.org

Auto-rebaseline for r175857

http://src.chromium.org/viewvc/blink?view=revision&revision=175857

BUG=267206
TBR=raymes@chromium.org

Review URL: https://codereview.chromium.org/330513009

git-svn-id: svn://svn.chromium.org/blink/trunk@176080 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent bf75ae36
......@@ -469,7 +469,6 @@ crbug.com/265650 virtual/softwarecompositing/repaint/transform-style-change.html
crbug.com/266754 fast/ruby/ruby-svg-crash.html [ ImageOnlyFailure Pass ]
crbug.com/267206 [ Lion MountainLion Retina ] fast/scrolling/scrollbar-tickmarks-hittest.html [ Timeout ]
crbug.com/267206 [ Mac ] plugins/overlay-scrollbar-mouse-capture.html [ NeedsRebaseline ]
crbug.com/267302 [ Win ] http/tests/htmlimports/import-script-block-crossorigin-dynamic.html [ Pass Failure ]
......
This tests whether scrolling still works correctly when an overlay scrollbar is over a plugin. The plugin should still receive mouse down/up events when clicking an overlay scrollbar. Scrolling should still work correctly too. However mouse capture should not be started on the plugin as this would interfere with events going to the scrollbar.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
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
TEST COMPLETE
This tests whether scrolling still works correctly when an overlay scrollbar is over a plugin. The plugin should still receive mouse down/up events when clicking an overlay scrollbar. Scrolling should still work correctly too. However mouse capture should not be started on the plugin as this would interfere with events going to the scrollbar.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
FAIL eventHistory.length should be 2. Was 3.
PASS eventHistory[0] is "plugin.mousedown"
FAIL eventHistory[1] should be plugin.mouseup. Was plugin.mousemove.
FAIL window.scrollY should not be 0.
PASS successfullyParsed is true
TEST COMPLETE
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment