gecko-dev/layout/reftests/async-scrolling/bg-fixed-transformed-image-ref.html
Botond Ballo cbb8f82b67 Bug 1209964 - Reftest. r=mstange
--HG--
extra : source : 0d46f37c73177a95acd18b30394a59824c6837bb
2015-10-02 20:54:26 -04:00

20 lines
218 B
HTML

<!DOCTYPE html>
<html>
<style>
body {
margin: 0;
overflow: hidden;
}
div {
height: 1400px;
background: url(repeatable-diagonal-gradient.png) top left / 512px 512px no-repeat
}
</style>
<div></div>
</html>