1760747-1.html (3816B)
1 <!DOCTYPE html> 2 <html class="reftest-wait"> 3 <script> 4 function scrollBottom() { 5 document.getElementById("thediv").scrollTo(0,999999); 6 7 document.defaultView.requestAnimationFrame(() => { 8 document.defaultView.requestAnimationFrame(scrollUp1); 9 }); 10 } 11 function scrollUp1() { 12 document.getElementById("thediv").scrollTo(0,1216); 13 14 document.defaultView.requestAnimationFrame(() => { 15 document.defaultView.requestAnimationFrame(scrollUp2); 16 }); 17 } 18 function scrollUp2() { 19 document.getElementById("thediv").scrollTo(0,971); 20 21 document.defaultView.requestAnimationFrame(() => { 22 document.defaultView.requestAnimationFrame(scrollUp3); 23 }); 24 } 25 function scrollUp3() { 26 document.getElementById("thediv").scrollTo(0,523); 27 28 document.defaultView.requestAnimationFrame(() => { 29 document.defaultView.requestAnimationFrame(scrollUp4); 30 }); 31 } 32 function scrollUp4() { 33 document.getElementById("thediv").scrollTo(0,0); 34 35 document.documentElement.removeAttribute('class'); 36 } 37 38 window.addEventListener("MozReftestInvalidate", scrollBottom); 39 </script> 40 <body> 41 <div id="thediv" style="height: calc(100vh - 48px); overflow: auto; background: pink;"> 42 <svg viewBox="400 0 700.000037419857 3313.000026691723" width="700.000037419857" height="3313.000026691723" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"> 43 44 <g id="shape-957b8a71-919c-11ec-986a-ef8b5c5f9609"> 45 <g id="shape-957b6363-919c-11ec-986a-ef8b5c5f9609" rx="0" ry="0" style="fill: none;"> 46 <g id="shape-957aee43-919c-11ec-986a-ef8b5c5f9609" filter="url(#filter_efeb8b30-a903-11ec-9f8a-8f99f800c080)"> 47 <defs> 48 <filter id="filter_efeb8b30-a903-11ec-9f8a-8f99f800c080" x="-0.07038252421852338" y="-0.04350809057600663" width="1.1407650484370468" height="1.1104536811520134" filterUnits="objectBoundingBox" color-interpolation-filters="sRGB"> 49 <feflood flood-opacity="0" result="BackgroundImageFix"></feflood> 50 <fecolormatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></fecolormatrix> 51 <femorphology radius="2" operator="dilate" in="SourceAlpha" result="filter_62f77df0-8aa0-11ec-964c-41abbc9945a1"></femorphology> 52 <feoffset dx="0" dy="3"></feoffset> 53 <fegaussianblur stdDeviation="6"></fegaussianblur> 54 <fecolormatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"></fecolormatrix> 55 <feblend mode="normal" in2="BackgroundImageFix" result="filter_62f77df0-8aa0-11ec-964c-41abbc9945a1"></feblend> 56 <feblend mode="normal" in="SourceGraphic" in2="filter_62f77df0-8aa0-11ec-964c-41abbc9945a1" result="shape"> 57 </feblend> 58 </filter> 59 </defs> 60 <g class="stroke-shape"> 61 <defs></defs> 62 <path rx="0" ry="0" d="M653.5119461812897,606.9361755487703C653.5119461843797,598.437514118968,660.6813057936843,591.5376791790882,669.5119461839863,591.5376790200978L917.511946139,591.5376745549943C926.342586529302,591.5376743960032,933.5119461335889,598.4375090777221,933.5119461304989,606.9361705075248L933.5119460020705,960.1391780263225C933.5119459989801,968.6378394561248,926.3425863896755,975.5376743960046,917.5119459993734,975.5376745549952L669.5119460443602,975.537679020099C660.6813056540582,975.53767917909,653.5119460497713,968.6378444973707,653.5119460528613,960.1391830675684L653.5119461812897,606.9361755487703Z" style="fill: rgb(255, 255, 255); fill-opacity: 1;"></path> 63 </g> 64 </g> 65 </g> 66 </g> 67 </svg> 68 </div> 69 </body> 70 </html>