This commit is contained in:
Timothy Nikkel 2014-02-17 15:10:02 -06:00
Родитель 792b7ad8c2
Коммит 67fac9d29a
5 изменённых файлов: 44 добавлений и 0 удалений

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

@ -0,0 +1,11 @@
<html reftest-displayport-x="0" reftest-displayport-y="0"
reftest-displayport-w="800" reftest-displayport-h="1000"
reftest-displayport-element="scrollframe">
<body>
<div id="scrollframe" style="overflow: scroll; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 3;">
<div style="background: purple; height: 50px;"></div>
</div>
<div style="width: 50px; height: 50px; background: url('solidblue.png'); position: absolute; top: 100px; left: 50px; z-index: 4;">
</div>
</body>
</html>

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

@ -0,0 +1,11 @@
<html reftest-displayport-x="0" reftest-displayport-y="0"
reftest-displayport-w="800" reftest-displayport-h="1000"
reftest-displayport-element="scrollframe">
<body>
<div id="scrollframe" style="overflow: scroll; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 3;">
<div style="background: purple; height: 50px;"></div>
</div>
<div style="width: 50px; height: 50px; background: url('solidblue.png'); position: absolute; top: 100px; left: 50px; z-index: 2;">
</div>
</body>
</html>

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

@ -0,0 +1,9 @@
<html>
<body>
<div style="width: 50px; height: 50px; background: url('solidblue.png'); position: absolute; top: 100px; left: 50px;">
</div>
<div id="scrollframe" style="overflow: scroll; position: absolute; top: 0; left: 0; bottom: 0; right: 0;">
<div style="background: purple; height: 50px;"></div>
</div>
</body>
</html>

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

@ -0,0 +1,11 @@
<html reftest-displayport-x="0" reftest-displayport-y="0"
reftest-displayport-w="800" reftest-displayport-h="1000"
reftest-displayport-element="scrollframe">
<body>
<div style="width: 50px; height: 50px; background: url('solidblue.png'); position: absolute; top: 100px; left: 50px;">
</div>
<div id="scrollframe" style="overflow: scroll; position: absolute; top: 0; left: 0; bottom: 0; right: 0;">
<div style="background: purple; height: 50px;"></div>
</div>
</body>
</html>

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

@ -1796,3 +1796,5 @@ fuzzy-if(OSX==10.6,2,30) == 933264-1.html 933264-1-ref.html
== 944291-1.html 944291-1-ref.html
== 957770-1.svg 957770-1-ref.svg
== 960277-1.html 960277-1-ref.html
== 966510-1.html 966510-1-ref.html
== 966510-2.html 966510-2-ref.html