Files
UXP-Fixed/layout/base/crashtests/653133-1.html
T
2018-02-02 04:16:08 -05:00

18 lines
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>