1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns=
"http://www.w3.org/1999/xhtml">
5 <title>Bug
39284 test case
</title>
7 if (window
.testRunner
) {
8 testRunner
.dumpAsText();
9 testRunner
.waitUntilDone();
12 <style type=
"text/css">
16 border:1px solid black
;
21 background-color:blue
;
30 ::-webkit-scrollbar-button:start:decrement
,
31 ::-webkit-scrollbar-button:end:increment
{
36 ::-webkit-scrollbar-track-piece
{
37 background-color: black
;
40 ::-webkit-scrollbar-thumb:vertical
{
41 background-color: white
;
46 <body style=
"margin:0px;">
48 <div style=
"height:200px; width:50px; background-color:red;">
50 <div style=
"height:200px; width:50px; background-color:green;">
54 var t
= document
.getElementById("container");
55 t
.scrollTop
= t
.scrollHeight
;
56 if (window
.eventSender
) {
57 eventSender
.mouseMoveTo(50, 50);
58 eventSender
.mouseMoveTo(250, 250);
59 eventSender
.mouseMoveTo(50, 50);
61 if (window
.testRunner
)
62 window
.testRunner
.notifyDone();