mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
4f8f6ce552
This also tests that regions of a fixed background layer that may be revealed by async scrolling are painted. --HG-- extra : rebase_source : b79de765277d9ea4f23a88f923b06cbeee9712d6 extra : source : 49e72ce8143af66579c8d6c0b6a0f215e9883d5a
12 lines
339 B
HTML
12 lines
339 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-attachment:fixed;
|
|
background-repeat:no-repeat;
|
|
background-position:top left;">
|
|
</div>
|
|
</body>
|
|
</html>
|