Bug 653133 - Crashtest for huge background-attachment:fixed background [r=cjones]

This commit is contained in:
Tatiana Meshkova 2011-05-13 17:00:01 +03:00
Родитель 2712ab6a70
Коммит 08886a8947
2 изменённых файлов: 18 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,17 @@
<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>

Просмотреть файл

@ -327,3 +327,4 @@ load 629035-1.html
load 629908-1.html
load 635329.html
== 640272.html 640272-ref.html
load 653133-1.html