gecko/layout/reftests/async-scrolling/element-1-ref.html
Robert O'Callahan a9d65513c8 Bug 975931. Part 2: Add more async scrolling tests. r=kats
--HG--
extra : rebase_source : eb86d75c6c6d2fffda4b32f1407f158c7a48383a
2014-02-26 17:17:23 +13:00

9 lines
205 B
HTML

<!DOCTYPE HTML>
<html>
<body>
<div style="width:400px; height:500px; border:2px solid black">
<div style="height:450px"></div>
<div style="height:50px; background:purple"></div>
</div>
</html>