summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/653133-1.html
blob: d0de0585f5da8b82bb9dee3e7267b9719a6f733f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<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>