| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
| "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| <html xmlns="http://www.w3.org/1999/xhtml"> |
| <title>Bug 39284 test case</title> |
| testRunner.waitUntilDone(); |
| ::-webkit-scrollbar-button:start:decrement, |
| ::-webkit-scrollbar-button:end:increment { |
| ::-webkit-scrollbar-track-piece { |
| ::-webkit-scrollbar-thumb:vertical { |
| <body style="margin:0px;"> |
| <div style="height:200px; width:50px; background-color:red;"> |
| <div style="height:200px; width:50px; background-color:green;"> |
| var t = document.getElementById("container"); |
| t.scrollTop = t.scrollHeight; |
| if (window.eventSender) { |
| eventSender.mouseMoveTo(50, 50); |
| eventSender.mouseMoveTo(250, 250); |
| eventSender.mouseMoveTo(50, 50); |
| window.testRunner.notifyDone(); |