gecko-dev/layout/reftests/async-scrolling/bg-fixed-child-mask-ref.html
Botond Ballo 9397f8ba0b Bug 1166301 - Test that a mask layer on a fixed background of a child element is moved correctly during async scrolling. r=mstange
--HG--
extra : rebase_source : eaf1370dd62953446781ac0837a63d6d32ccaf24
extra : source : 7b415792e038c7dfbe75f27bffe2c1fec6c15b8f
2015-08-31 21:09:05 -04:00

12 lines
331 B
HTML

<!DOCTYPE HTML>
<html>
<body style="overflow:hidden; margin:0;">
<div style="margin-top: 50px; height: 100px;
background-image:url(repeatable-diagonal-gradient.png);
background-repeat:no-repeat;
background-position:0px -50px;
border-radius:50px;">
</div>
</body>
</html>