mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
18 lines
285 B
HTML
18 lines
285 B
HTML
<html reftest-displayport-w="800" reftest-displayport-h="6000">
|
|
<head>
|
|
<style type="text/css">
|
|
body
|
|
{
|
|
background-image:url("");
|
|
background-attachment:fixed;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div style="height: 100000px">
|
|
<h1>background-attachment:fixed crashtest</h1>
|
|
</div>
|
|
</body>
|
|
</html>
|