WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
drag-smooth-scroll-element
drag-smooth-scroll-element.html (text/html), 885 bytes, created by
cathiechen
on 2020-03-06 10:00:52 PST
(
hide
)
Description:
drag-smooth-scroll-element
Filename:
MIME Type:
Creator:
cathiechen
Created:
2020-03-06 10:00:52 PST
Size:
885 bytes
patch
obsolete
><!DOCTYPE HTML> ><style> >#scroller { > width: 200px; > height: 200px; > border: 1px solid black; > overflow: scroll; > scroll-behavior: smooth; >} > >#innerDiv { > width: 400px; > height: 1000px; >} ></style> > ><body style="margin:0" onload="startTest()"> ><div>The scroller should be draggable when smooth scroll enabled.</div> ><input type="button" value="test-smooth-scroll-up" onclick="document.getElementById('scroller').scrollTop=0;"> ><input type="button" value="test-smooth-scroll-down" onclick="document.getElementById('scroller').scrollTop=500;"> ><div id="scroller"> > <div id="innerDiv"> > t<br> > t<br> > t<br> > t<br> > t<br> > t<br> > t<br> > t<br> > t<br> > t<br> > t<br> > t<br> > t<br> > t<br> > t<br> > t<br> > t<br> > t<br> > t<br> > t<br> > t<br> > </div> ></div> ></body> > >
<!DOCTYPE HTML> <style> #scroller { width: 200px; height: 200px; border: 1px solid black; overflow: scroll; scroll-behavior: smooth; } #innerDiv { width: 400px; height: 1000px; } </style> <body style="margin:0" onload="startTest()"> <div>The scroller should be draggable when smooth scroll enabled.</div> <input type="button" value="test-smooth-scroll-up" onclick="document.getElementById('scroller').scrollTop=0;"> <input type="button" value="test-smooth-scroll-down" onclick="document.getElementById('scroller').scrollTop=500;"> <div id="scroller"> <div id="innerDiv"> t<br> t<br> t<br> t<br> t<br> t<br> t<br> t<br> t<br> t<br> t<br> t<br> t<br> t<br> t<br> t<br> t<br> t<br> t<br> t<br> t<br> </div> </div> </body>
View Attachment As Raw
Actions:
View
Attachments on
bug 208566
:
392397
|
392398
|
392685
|
392686
|
392708
|
392710
| 392738 |
392747
|
393121
|
393253
|
393378
|
393456