зеркало из https://github.com/mozilla/pjs.git
Bug 363728 - overflow: auto overdraws an absolute-positioned DIV; reftests; r+sr=dbaron
CLOSED TREE (test only)
This commit is contained in:
Родитель
26e202ac7f
Коммит
6abc9c5bca
|
@ -0,0 +1,24 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
#a {
|
||||
height: 4em;
|
||||
background-color: green;
|
||||
overflow: hidden;
|
||||
}
|
||||
#a div{
|
||||
position: absolute;
|
||||
top: 1em; left: 1em;
|
||||
background-color: lime;
|
||||
height: 7em; width: 7em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="a">
|
||||
<div></div>
|
||||
</div>
|
||||
<textarea></textarea>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,24 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
#a {
|
||||
height: 4em;
|
||||
background-color: green;
|
||||
overflow: hidden;
|
||||
}
|
||||
#a div{
|
||||
position: absolute;
|
||||
top: 1em; left: 1em;
|
||||
background-color: lime;
|
||||
height: 7em; width: 7em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="a">
|
||||
<div></div>
|
||||
</div>
|
||||
<textarea> FAIL</textarea>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,28 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
#a {
|
||||
height: 4em;
|
||||
background-color: green;
|
||||
overflow: hidden;
|
||||
}
|
||||
#a div{
|
||||
position: absolute;
|
||||
top: 1em; left: 1em;
|
||||
background-color: lime;
|
||||
height: 7em; width: 7em;
|
||||
}
|
||||
#b {
|
||||
height: 4em;
|
||||
background-color: blue;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="a">
|
||||
<div></div>
|
||||
</div>
|
||||
<div id="b"></div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,29 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
#a {
|
||||
height: 4em;
|
||||
background-color: green;
|
||||
overflow: hidden;
|
||||
}
|
||||
#a div{
|
||||
position: absolute;
|
||||
top: 1em; left: 1em;
|
||||
background-color: lime;
|
||||
height: 7em; width: 7em;
|
||||
}
|
||||
#b {
|
||||
height: 4em;
|
||||
background-color: blue;
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="a">
|
||||
<div></div>
|
||||
</div>
|
||||
<div id="b"></div>
|
||||
</body>
|
||||
</html>
|
|
@ -464,6 +464,8 @@ fails-if(MOZ_WIDGET_TOOLKIT=="cocoa") == 356774-1.html 356774-1-ref.html # proba
|
|||
== 363637-1.html 363637-1-ref.html
|
||||
== 363706-1.html 363706-1-ref.html
|
||||
!= 363706-1.html about:blank
|
||||
== 363728-1.html 363728-1-ref.html
|
||||
== 363728-2.html 363728-2-ref.html
|
||||
== 363858-1.html 363858-1-ref.html
|
||||
== 363858-2.html 363858-2-ref.html
|
||||
== 363858-3.html 363858-3-ref.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче