1086723.html (564B)
1 <!DOCTYPE HTML> 2 <html reftest-async-scroll reftest-async-scroll-x="0" reftest-async-scroll-y="2000"> 3 <head> 4 <meta charset="utf-8"> 5 <title>Testcase for bug 1086723</title> 6 <style type="text/css"> 7 .test_div { 8 position: fixed; 9 overflow: hidden; 10 background: blue; 11 width: 50%; 12 height: 50%; 13 border-radius: 0px 50% 50% 0px; 14 } 15 .filler { 16 height: 5000px; 17 } 18 body,html { 19 scrollbar-width: none; 20 } 21 </style> 22 </head> 23 <body> 24 <div class="test_div"></div> 25 <div class="filler"></div> 26 </body> 27 </html>