зеркало из https://github.com/mozilla/gecko-dev.git
18 строки
285 B
HTML
18 строки
285 B
HTML
<html reftest-displayport-w="800" reftest-displayport-h="4096">
|
|
<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>
|