2 <html class=
"reftest-wait">
5 <title>Testcase for bug
1104356 smooth scrolling expected
</title>
6 <style type=
"text/css">
10 background-color: white
;
44 <div id=
"a_box"></div>
45 <div id=
"another_box"></div>
49 if (document
.location
.search
!= '?ref') {
50 document
.getElementById('parent').scrollTo({left
: 10, top
: 10, behavior
: 'smooth'});
52 document
.getElementById('parent').scrollLeft
= 10;
53 document
.getElementById('parent').scrollTop
= 10;
56 // Allow smooth scrolling to complete before testing result
57 setTimeout(function() {
58 document
.documentElement
.removeAttribute("class");
61 window
.addEventListener("MozReftestInvalidate", doTest
);