mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bfceba047b
--HG-- extra : rebase_source : eb86d75c6c6d2fffda4b32f1407f158c7a48383a
13 lines
587 B
HTML
13 lines
587 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body style="overflow:hidden; height:3000px;
|
|
background-image:url(repeatable-diagonal-gradient.png), url(repeatable-diagonal-gradient.png);
|
|
background-repeat:no-repeat;
|
|
background-position:0 300px, 0 0;">
|
|
<!-- Test that scrolling content above background-attachment:fixed content but not
|
|
intersecting it doesn't get moved down to a layer below the
|
|
background-attachment:fixed content -->
|
|
<div style="position:absolute; background:black; left:0; top:300px; width:500px; height:200px;"></div>
|
|
</body>
|
|
</html>
|