зеркало из https://github.com/mozilla/gecko-dev.git
Bug 653133 - Crashtest for huge background-attachment:fixed background [r=cjones]
This commit is contained in:
Родитель
2712ab6a70
Коммит
08886a8947
|
@ -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 629908-1.html
|
||||||
load 635329.html
|
load 635329.html
|
||||||
== 640272.html 640272-ref.html
|
== 640272.html 640272-ref.html
|
||||||
|
load 653133-1.html
|
||||||
|
|
Загрузка…
Ссылка в новой задаче