mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
399 B
HTML
11 lines
399 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 covered by background-attachment:fixed content
|
||
|
gets rendered properly -->
|
||
|
</body>
|
||
|
</html>
|